------------------------------------------------------------------------------
| 120 | |
| 121 | //------------------------------------------------------------------------------ |
| 122 | void vtkModifiedBSPTree::ForceBuildLocator() |
| 123 | { |
| 124 | this->BuildLocatorInternal(); |
| 125 | } |
| 126 | |
| 127 | //------------------------------------------------------------------------------ |
| 128 | void vtkModifiedBSPTree::BuildLocatorInternal() |
nothing calls this directly
no test coverage detected