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

Method InitializeCellLists

Common/DataModel/vtkKdTree.cxx:251–259  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

249
250//------------------------------------------------------------------------------
251void vtkKdTree::InitializeCellLists()
252{
253 this->CellList.dataSet = nullptr;
254 this->CellList.regionIds = nullptr;
255 this->CellList.nRegions = 0;
256 this->CellList.cells = nullptr;
257 this->CellList.boundaryCells = nullptr;
258 this->CellList.emptyList = nullptr;
259}
260
261//------------------------------------------------------------------------------
262void vtkKdTree::DeleteCellLists()

Callers 2

vtkKdTreeMethod · 0.95
DeleteCellListsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected