31 #ifndef vtkGeoTreeNodeCache_h 
   32 #define vtkGeoTreeNodeCache_h 
   34 #include "vtkGeovisCoreModule.h"  
   54   vtkGetMacro(CacheMaximumLimit, 
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
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
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...