------------------------------------------------------------------------------
| 188 | |
| 189 | //------------------------------------------------------------------------------ |
| 190 | void 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 | } |
| 197 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected