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

Method PrintSelf

Testing/Rendering/vtkTesting.cxx:1300–1312  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1298
1299//------------------------------------------------------------------------------
1300void 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}
1313VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 2

GetDataRootMethod · 0.95
GetTempDirectoryMethod · 0.95

Tested by

no test coverage detected