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

Function SetBounds

Common/DataModel/vtkOctreePointLocatorNode.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 */
53 void SetBounds(double xMin, double xMax, double yMin, double yMax, double zMin, double zMax);
54 void SetBounds(const double b[6]) { this->SetBounds(b[0], b[1], b[2], b[3], b[4], b[5]); }
55 void GetBounds(double* b) const;
56 ///@}
57

Callers

nothing calls this directly

Calls 1

SetBoundsMethod · 0.45

Tested by

no test coverage detected