1 #ifndef __vtkExodusIICache_h
2 #define __vtkExodusIICache_h
29 #include <vtkstd/list>
62 if ( pattern.
Time && this->Time != other.
Time )
74 if ( this->Time < other.
Time )
76 else if ( this->Time > other.
Time )
80 else if ( this->ObjectType > other.
ObjectType )
82 if ( this->ObjectId < other.
ObjectId )
84 else if ( this->ObjectId > other.
ObjectId )
86 if ( this->ArrayId < other.
ArrayId )
131 void SetCacheCapacity(
double sizeInMiB );
138 {
return this->Capacity - this->Size; }
143 int ReduceToSize(
double newSize );
181 void RecomputeSize();
206 #endif // __vtkExodusIICache_h