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

Method CreateCellLists

Common/DataModel/vtkKdTree.cxx:3613–3616  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3611
3612//------------------------------------------------------------------------------
3613void vtkKdTree::CreateCellLists()
3614{
3615 this->CreateCellLists(static_cast<int*>(nullptr), 0);
3616}
3617
3618//------------------------------------------------------------------------------
3619void vtkKdTree::CreateCellLists(int* regionList, int listSize)

Callers 2

GetCellListsMethod · 0.95
MPIRedistributeMethod · 0.80

Calls 10

GetDataSetMethod · 0.95
GetDataSetIndexMethod · 0.95
DeleteCellListsMethod · 0.95
InsertNextIdMethod · 0.80
NewFunction · 0.50
GetNumberOfCellsMethod · 0.45
IntersectsCellMethod · 0.45
GetCellMethod · 0.45

Tested by

no test coverage detected