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

Method GetMinimumBounds

Filters/HyperTree/vtkHyperTreeGridAxisClip.cxx:108–113  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106
107//------------------------------------------------------------------------------
108void vtkHyperTreeGridAxisClip::GetMinimumBounds(double bMin[3])
109{
110 bMin[0] = this->Bounds[0];
111 bMin[1] = this->Bounds[2];
112 bMin[2] = this->Bounds[4];
113}
114
115//------------------------------------------------------------------------------
116void vtkHyperTreeGridAxisClip::GetMaximumBounds(double bMax[3])

Callers 1

IsClippedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected