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

Method FreeSearchStructure

Common/DataModel/vtkStaticPointLocator.cxx:1585–1592  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 4

InitializeMethod · 0.95
BuildLocatorInternalMethod · 0.95
BuildLocatorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected