------------------------------------------------------------------------------
| 295 | |
| 296 | //------------------------------------------------------------------------------ |
| 297 | void vtkOctreePointLocator::ForceBuildLocator() |
| 298 | { |
| 299 | this->BuildLocatorInternal(); |
| 300 | } |
| 301 | |
| 302 | //------------------------------------------------------------------------------ |
| 303 | void vtkOctreePointLocator::BuildLocatorInternal() |
nothing calls this directly
no test coverage detected