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

Function GetNcells

Common/DataModel/vtkCellLinks.h:85–85  ·  view source on GitHub ↗

* Get the number of cells using the point specified by ptId. */

Source from the content-addressed store, hash-verified

83 * Get the number of cells using the point specified by ptId.
84 */
85 vtkIdType GetNcells(vtkIdType ptId) VTK_FUTURE_CONST { return this->Array[ptId].ncells; }
86
87 /**
88 * Return a list of cell ids using the point.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected