31 #ifndef vtkGeoTreeNodeCache_h 32 #define vtkGeoTreeNodeCache_h 34 #include "vtkGeovisCoreModule.h" 40 #if !defined(VTK_LEGACY_REMOVE) 54 vtkSetMacro(CacheMaximumLimit,
int);
55 vtkGetMacro(CacheMaximumLimit,
int);
62 vtkSetMacro(CacheMinimumLimit,
int);
63 vtkGetMacro(CacheMinimumLimit,
int);
82 vtkGetMacro(Size,
int);
93 void TrimToCacheMinimum();
114 #endif //VTK_LEGACY_REMOVE
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...