------------------------------------------------------------------------------
| 1593 | |
| 1594 | //------------------------------------------------------------------------------ |
| 1595 | void vtkStaticPointLocator2D::Initialize() |
| 1596 | { |
| 1597 | this->FreeSearchStructure(); |
| 1598 | } |
| 1599 | |
| 1600 | //------------------------------------------------------------------------------ |
| 1601 | void vtkStaticPointLocator2D::FreeSearchStructure() |
no test coverage detected