Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetBounds
Function
SetBounds
Common/DataModel/vtkKdNode.h:66–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
*/
65
void SetBounds(double x1, double x2, double y1, double y2, double z1, double z2);
66
void SetBounds(const double b[6]) { this->SetBounds(b[0], b[1], b[2], b[3], b[4], b[5]); }
67
void GetBounds(double* b) const;
68
///@}
69
Callers
nothing calls this directly
Calls
1
SetBounds
Method · 0.45
Tested by
no test coverage detected