MCPcopy 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

ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
ProcessRequestMethod · 0.45
WriteDataMethod · 0.45
HandleGlobalIdsFunction · 0.45
GetFieldsFunction · 0.45
loadAndRenderMethod · 0.45
FillPartitionedDataSetFunction · 0.45
SkipToTimeStepMethod · 0.45
ReadVariableArrayMethod · 0.45
ReadUnstructuredGridMethod · 0.45
ReadGhostSetsMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

loadAndRenderMethod · 0.36
TestDistributedTemporalFunction · 0.36