MCPcopy Create free account
hub / github.com/Kitware/VTK / ~CellProcessor

Method ~CellProcessor

Common/DataModel/vtkStaticCellLocator.cxx:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 }
318
319 ~CellProcessor() override
320 {
321 this->MapSharedPtr.reset();
322 this->Map = nullptr;
323 this->OffsetsShardPtr.reset();
324 this->Offsets = nullptr;
325 }
326
327 // The number of cell ids in a bin is determined by computing the
328 // difference between the offsets into the sorted cell fragments array.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected