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