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

Method GetCellLists

Common/DataModel/vtkKdTree.cxx:3881–3891  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3879
3880//------------------------------------------------------------------------------
3881vtkIdType vtkKdTree::GetCellLists(
3882 vtkIntArray* regions, int setIndex, vtkIdList* inRegionCells, vtkIdList* onBoundaryCells)
3883{
3884 vtkDataSet* set = this->GetDataSet(setIndex);
3885 if (!set)
3886 {
3887 vtkErrorMacro(<< "vtkKdTree::GetCellLists no such data set");
3888 return 0;
3889 }
3890 return this->GetCellLists(regions, set, inRegionCells, onBoundaryCells);
3891}
3892
3893//------------------------------------------------------------------------------
3894vtkIdType vtkKdTree::GetCellLists(

Callers 1

Calls 13

GetDataSetMethod · 0.95
CreateCellListsMethod · 0.95
GetCellListMethod · 0.95
GetBoundaryCellListMethod · 0.95
SetNumberOfIdsMethod · 0.80
InsertNextIdMethod · 0.80
GetNumberOfTuplesMethod · 0.45
GetValueMethod · 0.45
GetNumberOfIdsMethod · 0.45
InitializeMethod · 0.45
SetIdMethod · 0.45
GetIdMethod · 0.45

Tested by

no test coverage detected