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

Function GetPointIds

Common/DataModel/vtkCell.h:140–140  ·  view source on GitHub ↗

* Return the list of point ids defining the cell. */

Source from the content-addressed store, hash-verified

138 * Return the list of point ids defining the cell.
139 */
140 vtkIdList* GetPointIds() { return this->PointIds; }
141
142 /**
143 * For cell point i, return the actual point id.

Callers 1

vtkCell.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected