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

Method ComputeBounds

Common/DataModel/vtkPolyhedron.cxx:182–191  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

180
181//------------------------------------------------------------------------------
182void vtkPolyhedron::ComputeBounds()
183{
184 if (this->BoundsComputed)
185 {
186 return;
187 }
188
189 this->Superclass::GetBounds(); // stored in this->Bounds
190 this->BoundsComputed = 1;
191}
192
193//------------------------------------------------------------------------------
194void vtkPolyhedron::ConstructPolyData()

Callers 5

IsInsideMethod · 0.95
IsConvexMethod · 0.95
TriangulateLocalIdsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected