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

Function GetNumberOfPoints

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

* Return the number of points in the cell. */

Source from the content-addressed store, hash-verified

123 * Return the number of points in the cell.
124 */
125 vtkIdType GetNumberOfPoints() const { return this->PointIds->GetNumberOfIds(); }
126
127 /**
128 * Return the number of edges in the cell.

Callers 6

vtkCell3D.hFile · 0.70
GetNumberOfPointsMethod · 0.70
vtkCell.hFile · 0.70
GenerateGhostArrayMethod · 0.70
TestGetNumNodesAndCellsFunction · 0.50

Calls 1

GetNumberOfIdsMethod · 0.45

Tested by 1

TestGetNumNodesAndCellsFunction · 0.40