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

Method SetMaxDataBounds

Common/DataModel/vtkKdNode.cxx:90–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88
89//------------------------------------------------------------------------------
90void vtkKdNode::SetMaxDataBounds(const double* b)
91{
92 this->MaxVal[0] = b[0];
93 this->MaxVal[1] = b[1];
94 this->MaxVal[2] = b[2];
95}
96
97//------------------------------------------------------------------------------
98void vtkKdNode::GetBounds(double* b) const

Callers 4

CopyKdNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected