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

Method SetMinBounds

Common/DataModel/vtkKdNode.cxx:66–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

64
65//------------------------------------------------------------------------------
66void vtkKdNode::SetMinBounds(const double* b)
67{
68 this->Min[0] = b[0];
69 this->Min[1] = b[1];
70 this->Min[2] = b[2];
71}
72
73//------------------------------------------------------------------------------
74void vtkKdNode::SetMaxBounds(const double* b)

Callers 2

CreateChildNodesMethod · 0.80
CopyKdNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected