------------------------------------------------------------------------------
| 699 | |
| 700 | //------------------------------------------------------------------------------ |
| 701 | void vtkCellLocator::ForceBuildLocator() |
| 702 | { |
| 703 | this->BuildLocatorInternal(); |
| 704 | } |
| 705 | |
| 706 | //------------------------------------------------------------------------------ |
| 707 | // Method to form subdivision of space based on the cells provided and |
nothing calls this directly
no test coverage detected