------------------------------------------------------------------------------
| 86 | |
| 87 | //------------------------------------------------------------------------------ |
| 88 | void vtkKdTreePointLocator::ForceBuildLocator() |
| 89 | { |
| 90 | this->BuildLocatorInternal(); |
| 91 | } |
| 92 | |
| 93 | //------------------------------------------------------------------------------ |
| 94 | void vtkKdTreePointLocator::BuildLocatorInternal() |
nothing calls this directly
no test coverage detected