------------------------------------------------------------------------------
| 1599 | |
| 1600 | //------------------------------------------------------------------------------ |
| 1601 | void vtkStaticPointLocator2D::FreeSearchStructure() |
| 1602 | { |
| 1603 | if (this->Buckets) |
| 1604 | { |
| 1605 | delete this->Buckets; |
| 1606 | this->Buckets = nullptr; |
| 1607 | } |
| 1608 | } |
| 1609 | |
| 1610 | //------------------------------------------------------------------------------ |
| 1611 | void vtkStaticPointLocator2D::BuildLocator() |
no outgoing calls
no test coverage detected