------------------------------------------------------------------------------
| 30 | |
| 31 | //------------------------------------------------------------------------------ |
| 32 | void vtkLocator::Initialize() |
| 33 | { |
| 34 | // free up hash table |
| 35 | this->FreeSearchStructure(); |
| 36 | } |
| 37 | |
| 38 | //------------------------------------------------------------------------------ |
| 39 | void vtkLocator::Update() |
nothing calls this directly
no test coverage detected