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

Function GetBounds

Common/DataModel/vtkAbstractPointLocator.h:85–85  ·  view source on GitHub ↗

@{ * Provide an accessor to the bounds. Valid after the locator is built. */

Source from the content-addressed store, hash-verified

83 * Provide an accessor to the bounds. Valid after the locator is built.
84 */
85 virtual double* GetBounds() { return this->Bounds; }
86 virtual void GetBounds(double*);
87 ///@}
88

Callers 5

HasPointMethod · 0.70
GetBoundsMethod · 0.70
UpdateBoundsMethod · 0.70
GetBoundsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected