------------------------------------------------------------------------------
| 821 | |
| 822 | //------------------------------------------------------------------------------ |
| 823 | void vtkPointLocator::ForceBuildLocator() |
| 824 | { |
| 825 | this->BuildLocatorInternal(); |
| 826 | } |
| 827 | |
| 828 | //------------------------------------------------------------------------------ |
| 829 | // Method to form subdivision of space based on the points provided and |
nothing calls this directly
no test coverage detected