Go to the documentation of this file.
31 #ifndef vtkGeoTreeNodeCache_h
32 #define vtkGeoTreeNodeCache_h
34 #include "vtkGeovisCoreModule.h"
54 vtkGetMacro(CacheMaximumLimit,
int);
62 vtkGetMacro(CacheMinimumLimit,
int);
81 vtkGetMacro(Size,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkGeoTreeNode > Oldest
void DeleteDataFromSiblings(vtkGeoTreeNode *node)
Checks whether a node is the last of a set of siblings to be removed from the list.
Stores data for a patch of the globe.
void RemoveNode(vtkGeoTreeNode *node)
Remove the node from the list.
abstract base class for most VTK objects
Manages a list of vtkGeoTreeNodes.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SendToFront(vtkGeoTreeNode *node)
Send a node to the front of the list.
static vtkGeoTreeNodeCache * New()
void TrimToCacheMinimum()
Removes data from the oldest nodes and removes them from the list until the list is of size CacheSize...
vtkSmartPointer< vtkGeoTreeNode > Newest