MCPcopy 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
69size_t Grid::GetNumberOfPoints()
70{
71 return this->Points.size() / 3;
72}
73
74size_t Grid::GetNumberOfCells()
75{

Callers 8

BuildVTKGridFunction · 0.45
UpdateVTKAttributesFunction · 0.45
UpdateFieldsMethod · 0.45
addfield_Function · 0.45
addfield_Function · 0.45
BuildFieldsFunction · 0.45
UpdateFieldMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1