------------------------------------------------------------------------------
| 1616 | |
| 1617 | //------------------------------------------------------------------------------ |
| 1618 | void vtkStaticPointLocator::ForceBuildLocator() |
| 1619 | { |
| 1620 | this->BuildLocatorInternal(); |
| 1621 | } |
| 1622 | |
| 1623 | //------------------------------------------------------------------------------ |
| 1624 | // Method to form subdivision of space based on the points provided and |
nothing calls this directly
no test coverage detected