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();
102 int CacheMinimumLimit;
103 int CacheMaximumLimit;
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.
Hold a reference to a vtkObjectBase instance.
a simple class to control print indentation
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...