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

Method PrintSelf

Common/DataModel/vtkBox.cxx:790–798  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

788
789//------------------------------------------------------------------------------
790void vtkBox::PrintSelf(ostream& os, vtkIndent indent)
791{
792 this->Superclass::PrintSelf(os, indent);
793 const double* minP = this->BBox->GetMinPoint();
794 const double* maxP = this->BBox->GetMaxPoint();
795
796 os << indent << "XMin: (" << minP[0] << ", " << minP[1] << ", " << minP[2] << ")\n";
797 os << indent << "XMax: (" << maxP[0] << ", " << maxP[1] << ", " << maxP[2] << ")\n";
798}
799//------------------------------------------------------------------------------
800void vtkBox::GetXMin(double p[3]) VTK_FUTURE_CONST
801{

Callers 5

DoOrientationTestFunction · 0.45
runAllIntersectsDiagonalFunction · 0.45
TestMemkindDataFunction · 0.45
TestFieldListFunction · 0.45
TestSmoothErrorMetricFunction · 0.45

Calls 2

GetMinPointMethod · 0.80
GetMaxPointMethod · 0.80

Tested by 5

DoOrientationTestFunction · 0.36
runAllIntersectsDiagonalFunction · 0.36
TestMemkindDataFunction · 0.36
TestFieldListFunction · 0.36
TestSmoothErrorMetricFunction · 0.36