------------------------------------------------------------------------------
| 1462 | |
| 1463 | //------------------------------------------------------------------------------ |
| 1464 | void vtkStaticCellLocator::ForceBuildLocator() |
| 1465 | { |
| 1466 | this->BuildLocatorInternal(); |
| 1467 | } |
| 1468 | |
| 1469 | //------------------------------------------------------------------------------ |
| 1470 | void vtkStaticCellLocator::BuildLocatorInternal() |
nothing calls this directly
no test coverage detected