------------------------------------------------------------------------------
| 1632 | |
| 1633 | //------------------------------------------------------------------------------ |
| 1634 | void vtkStaticPointLocator2D::ForceBuildLocator() |
| 1635 | { |
| 1636 | this->BuildLocatorInternal(); |
| 1637 | } |
| 1638 | |
| 1639 | //------------------------------------------------------------------------------ |
| 1640 | // Method to form subdivision of space based on the points provided and |
nothing calls this directly
no test coverage detected