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

Method GetNumberOfRegions

Common/DataModel/vtkBSPIntersections.cxx:209–214  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207}
208//------------------------------------------------------------------------------
209int vtkBSPIntersections::GetNumberOfRegions()
210{
211 REGIONCHECK(0);
212
213 return this->NumberOfRegions;
214}
215
216//------------------------------------------------------------------------------
217int vtkBSPIntersections::GetRegionBounds(int regionID, double bounds[6])

Calls

no outgoing calls

Tested by

no test coverage detected