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

Method ComputeIntersectionsUsingDataBoundsOn

Common/DataModel/vtkBSPIntersections.cxx:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void vtkBSPIntersections::ComputeIntersectionsUsingDataBoundsOn()
55{
56 this->ComputeIntersectionsUsingDataBounds = 1;
57}
58
59void vtkBSPIntersections::ComputeIntersectionsUsingDataBoundsOff()
60{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected