36 #ifndef vtkGeoTreeNode_h
37 #define vtkGeoTreeNode_h
55 vtkSetMacro(Id,
unsigned long);
56 vtkGetMacro(Id,
unsigned long);
61 vtkSetMacro(Level,
int);
62 vtkGetMacro(Level,
int);
67 vtkSetVector2Macro(LongitudeRange,
double);
68 vtkGetVector2Macro(LongitudeRange,
double);
69 vtkSetVector2Macro(LatitudeRange,
double);
70 vtkGetVector2Macro(LatitudeRange,
double);
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)
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
vtkGeoTreeNode * GetOlder()
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkGeoTreeNode * GetParentTreeNode()
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.
virtual void DeleteData()
void SetOlder(vtkGeoTreeNode *node)
vtkGeoTreeNode * GetChildTreeNode(int idx)