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