------------------------------------------------------------------------------
| 1583 | |
| 1584 | //------------------------------------------------------------------------------ |
| 1585 | void vtkStaticPointLocator::FreeSearchStructure() |
| 1586 | { |
| 1587 | if (this->Buckets) |
| 1588 | { |
| 1589 | delete this->Buckets; |
| 1590 | this->Buckets = nullptr; |
| 1591 | } |
| 1592 | } |
| 1593 | |
| 1594 | //------------------------------------------------------------------------------ |
| 1595 | void vtkStaticPointLocator::BuildLocator() |
no outgoing calls
no test coverage detected