31 #ifndef vtkGeoTreeNodeCache_h 32 #define vtkGeoTreeNodeCache_h 34 #include "vtkGeovisCoreModule.h" 53 vtkSetMacro(CacheMaximumLimit,
int);
54 vtkGetMacro(CacheMaximumLimit,
int);
61 vtkSetMacro(CacheMinimumLimit,
int);
62 vtkGetMacro(CacheMinimumLimit,
int);
81 vtkGetMacro(Size,
int);
92 void TrimToCacheMinimum();
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...