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

Function GetCellPoints

Common/DataModel/vtkPointSet.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 */
134 using vtkDataSet::GetCellPoints;
135 void GetCellPoints(vtkIdType, vtkIdList* idList) override { idList->Reset(); }
136 void GetPointCells(vtkIdType, vtkIdList* idList) override { idList->Reset(); }
137 ///@}
138

Callers 3

FillCellsGhostArrayMethod · 0.50
ProcessCellMethod · 0.50

Calls 1

ResetMethod · 0.45

Tested by 1