30 #ifndef vtkGeoTreeNodeCache_h
31 #define vtkGeoTreeNodeCache_h
50 vtkSetMacro(CacheMaximumLimit,
int);
51 vtkGetMacro(CacheMaximumLimit,
int);
56 vtkSetMacro(CacheMinimumLimit,
int);
57 vtkGetMacro(CacheMinimumLimit,
int);
70 vtkGetMacro(Size,
int);
79 void TrimToCacheMinimum();
abstract base class for most VTK objects
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkSmartPointer< vtkGeoTreeNode > Newest
a simple class to control print indentation
vtkSmartPointer< vtkGeoTreeNode > Oldest
#define VTKGEOVISCORE_EXPORT
Stores data for a patch of the globe.
Manages a list of vtkGeoTreeNodes.