Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetNumberOfElements
Method
GetNumberOfElements
IO/XML/vtkXMLOffsetsManager.h:121–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
return e;
120
}
121
unsigned int GetNumberOfElements() { return static_cast<unsigned int>(this->Internals.size()); }
122
void Allocate(int numElements)
123
{
124
assert(numElements >= 0); // allow 0 for empty FieldData
Callers
15
ProcessRequest
Method · 0.45
ProcessRequest
Method · 0.45
ProcessRequest
Method · 0.45
WriteData
Method · 0.45
HandleGlobalIds
Function · 0.45
GetFields
Function · 0.45
loadAndRender
Method · 0.45
FillPartitionedDataSet
Function · 0.45
SkipToTimeStep
Method · 0.45
ReadVariableArray
Method · 0.45
ReadUnstructuredGrid
Method · 0.45
ReadGhostSets
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
2
loadAndRender
Method · 0.36
TestDistributedTemporal
Function · 0.36