Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.h
File · 0.70
GetNumberOfPoints
Method · 0.70
vtkCell.h
File · 0.70
GenerateGhostArray
Method · 0.70
CopyPointsAndPointData
Method · 0.70
TestGetNumNodesAndCells
Function · 0.50
Calls
1
GetNumberOfIds
Method · 0.45
Tested by
1
TestGetNumNodesAndCells
Function · 0.40