MCPcopy Create free account
hub / github.com/Kitware/VTK / PrintSelf

Method PrintSelf

Common/System/vtkExecutableRunner.cxx:190–196  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

188
189//------------------------------------------------------------------------------
190void vtkExecutableRunner::PrintSelf(ostream& os, vtkIndent indent)
191{
192 this->Superclass::PrintSelf(os, indent);
193 os << indent << "Command: " << this->GetCommand() << std::endl;
194 os << indent << "Timeout: " << this->GetTimeout() << std::endl;
195 os << indent << "RightTrimResult: " << this->GetRightTrimResult() << std::endl;
196}
197VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 1

GetCommandMethod · 0.80

Tested by

no test coverage detected