| 52 | } |
| 53 | |
| 54 | void vtkBSPIntersections::ComputeIntersectionsUsingDataBoundsOn() |
| 55 | { |
| 56 | this->ComputeIntersectionsUsingDataBounds = 1; |
| 57 | } |
| 58 | |
| 59 | void vtkBSPIntersections::ComputeIntersectionsUsingDataBoundsOff() |
| 60 | { |
no outgoing calls
no test coverage detected