Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/ParaView
/ GetNumberOfPoints
Method
GetNumberOfPoints
Examples/Catalyst/CxxFullExample/FEDataStructures.cxx:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
size_t Grid::GetNumberOfPoints()
70
{
71
return this->Points.size() / 3;
72
}
73
74
size_t Grid::GetNumberOfCells()
75
{
Callers
8
BuildVTKGrid
Function · 0.45
UpdateVTKAttributes
Function · 0.45
UpdateFields
Method · 0.45
addfield_
Function · 0.45
addfield_
Function · 0.45
BuildFields
Function · 0.45
UpdateField
Method · 0.45
test_PythonSuperquadricSource
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
1
test_PythonSuperquadricSource
Function · 0.36