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

Method SetMinDataBounds

Common/DataModel/vtkKdNode.cxx:82–87  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

80
81//------------------------------------------------------------------------------
82void vtkKdNode::SetMinDataBounds(const double* b)
83{
84 this->MinVal[0] = b[0];
85 this->MinVal[1] = b[1];
86 this->MinVal[2] = b[2];
87}
88
89//------------------------------------------------------------------------------
90void vtkKdNode::SetMaxDataBounds(const double* b)

Callers 4

CopyKdNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected