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

Method FreeSearchStructure

Common/DataModel/vtkStaticCellLocator.cxx:1352–1364  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1350
1351//------------------------------------------------------------------------------
1352void vtkStaticCellLocator::FreeSearchStructure()
1353{
1354 if (this->Binner)
1355 {
1356 delete this->Binner;
1357 this->Binner = nullptr;
1358 }
1359 if (this->Processor)
1360 {
1361 delete this->Processor;
1362 this->Processor = nullptr;
1363 }
1364}
1365
1366//------------------------------------------------------------------------------
1367vtkIdType vtkStaticCellLocator::FindCell(

Callers 2

~vtkStaticCellLocatorMethod · 0.95
BuildLocatorInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected