------------------------------------------------------------------------------
| 1299 | |
| 1300 | //------------------------------------------------------------------------------ |
| 1301 | void vtkCellTreeLocator::ForceBuildLocator() |
| 1302 | { |
| 1303 | this->BuildLocatorInternal(); |
| 1304 | } |
| 1305 | |
| 1306 | //------------------------------------------------------------------------------ |
| 1307 | void vtkCellTreeLocator::BuildLocatorInternal() |
nothing calls this directly
no test coverage detected