30 #ifndef __vtkGeoTreeNodeCache_h
31 #define __vtkGeoTreeNodeCache_h
49 vtkSetMacro(CacheMaximumLimit,
int);
50 vtkGetMacro(CacheMaximumLimit,
int);
55 vtkSetMacro(CacheMinimumLimit,
int);
56 vtkGetMacro(CacheMinimumLimit,
int);
69 vtkGetMacro(Size,
int);
78 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
Stores data for a patch of the globe.
Manages a list of vtkGeoTreeNodes.