MCPcopy Create free account
hub / github.com/Kitware/VTK / FreeSearchStructure

Method FreeSearchStructure

Common/DataModel/vtkStaticPointLocator2D.cxx:1601–1608  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 3

InitializeMethod · 0.95
BuildLocatorInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected