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

Method SetMaxBounds

Common/DataModel/vtkKdNode.cxx:74–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

72
73//------------------------------------------------------------------------------
74void vtkKdNode::SetMaxBounds(const double* b)
75{
76 this->Max[0] = b[0];
77 this->Max[1] = b[1];
78 this->Max[2] = b[2];
79}
80
81//------------------------------------------------------------------------------
82void vtkKdNode::SetMinDataBounds(const double* b)

Callers 2

CreateChildNodesMethod · 0.80
CopyKdNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected