------------------------------------------------------------------------------
| 1577 | |
| 1578 | //------------------------------------------------------------------------------ |
| 1579 | void vtkStaticPointLocator::Initialize() |
| 1580 | { |
| 1581 | this->FreeSearchStructure(); |
| 1582 | } |
| 1583 | |
| 1584 | //------------------------------------------------------------------------------ |
| 1585 | void vtkStaticPointLocator::FreeSearchStructure() |
no test coverage detected