36 #ifndef __vtkGeoTreeNode_h
37 #define __vtkGeoTreeNode_h
82 { this->Parent = node; }
89 { this->Older = node; }
91 {
return this->Older; }
93 { this->Newer = node; }
95 {
return this->Newer; }
114 int GetWhichChildAreYou();
124 int CreateChildren();
130 {
return this->Children[idx]; }
138 {
return this->Parent; }
148 NodeStatus GetStatus();
149 void SetStatus(NodeStatus status);
166 double LongitudeRange[2];
167 double LatitudeRange[2];
void SetNewer(vtkGeoTreeNode *node)
abstract base class for most VTK objects
vtkGeoTreeNode * GetNewer()
void SetParent(vtkGeoTreeNode *node)
#define vtkGetMacro(name, type)
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
vtkGeoTreeNode * GetOlder()
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkGeoTreeNode * GetParentTreeNode()
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define VTKGEOVISCORE_EXPORT
Stores data for a patch of the globe.
#define vtkGetVector2Macro(name, type)
virtual void DeleteData()
void SetOlder(vtkGeoTreeNode *node)
vtkGeoTreeNode * GetChildTreeNode(int idx)
#define vtkSetVector2Macro(name, type)
#define vtkSetMacro(name, type)