vtkGeoTreeNodeCache

Section: Visualization Toolkit Geo Vis Classes

Usage

vtkGeoTreeNodeCache keeps track of a linked list of vtkGeoTreeNodes, and has operations to move nodes to the front of the list and to delete data from the least used nodes. This is used to recover memory from nodes that store data that hasn't been used in a while.

To create an instance of class vtkGeoTreeNodeCache, simply invoke its constructor as follows

  obj = vtkGeoTreeNodeCache

Methods

The class vtkGeoTreeNodeCache has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkGeoTreeNodeCache class.