------------------------------------------------------------------------------
| 1298 | |
| 1299 | //------------------------------------------------------------------------------ |
| 1300 | void vtkTesting::PrintSelf(ostream& os, vtkIndent indent) |
| 1301 | { |
| 1302 | this->Superclass::PrintSelf(os, indent); |
| 1303 | os << indent << "RenderWindow: " << this->RenderWindow << std::endl; |
| 1304 | os << indent |
| 1305 | << "ValidImageFileName: " << (this->ValidImageFileName ? this->ValidImageFileName : "(none)") |
| 1306 | << std::endl; |
| 1307 | os << indent << "ImageDifference: " << this->ImageDifference << std::endl; |
| 1308 | os << indent << "DataRoot: " << this->GetDataRoot() << std::endl; |
| 1309 | os << indent << "Temp Directory: " << this->GetTempDirectory() << std::endl; |
| 1310 | os << indent << "BorderOffset: " << this->GetBorderOffset() << std::endl; |
| 1311 | os << indent << "Verbose: " << this->GetVerbose() << std::endl; |
| 1312 | } |
| 1313 | VTK_ABI_NAMESPACE_END |
nothing calls this directly
no test coverage detected