MCPcopy Create free account
hub / github.com/Kitware/VTK / GetActualMemorySize

Method GetActualMemorySize

Common/DataModel/vtkGenericAttributeCollection.cxx:137–141  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Actual size of the data in kibibytes (1024 bytes); only valid after the pipeline has updated. It is guaranteed to be greater than or equal to the memory required to represent the data.

Source from the content-addressed store, hash-verified

135// updated. It is guaranteed to be greater than or equal to the memory
136// required to represent the data.
137unsigned long vtkGenericAttributeCollection::GetActualMemorySize()
138{
139 this->ComputeNumbers();
140 return this->ActualMemorySize;
141}
142
143//------------------------------------------------------------------------------
144// Description:

Callers 1

ComputeNumbersMethod · 0.45

Calls 1

ComputeNumbersMethod · 0.95

Tested by

no test coverage detected