28 #ifndef vtkGeoTerrainNode_h 29 #define vtkGeoTerrainNode_h 31 #include "vtkGeovisCoreModule.h" 37 #if !defined(VTK_LEGACY_REMOVE) 58 double GetAltitude(
double longitude,
double latitude);
73 void UpdateBoundingSphere();
74 vtkGetMacro(BoundingSphereRadius,
double);
75 vtkGetVector3Macro(BoundingSphereCenter,
double);
78 vtkGetVector3Macro(CornerNormal00,
double);
79 vtkGetVector3Macro(CornerNormal01,
double);
80 vtkGetVector3Macro(CornerNormal10,
double);
81 vtkGetVector3Macro(CornerNormal11,
double);
88 vtkGetVector4Macro(ProjectionBounds,
double);
89 vtkSetVector4Macro(ProjectionBounds,
double);
96 vtkGetMacro(GraticuleLevel,
int);
97 vtkSetMacro(GraticuleLevel,
int);
105 vtkGetMacro(Error,
double);
106 vtkSetMacro(Error,
double);
114 vtkGetMacro(Coverage,
float);
115 vtkSetMacro(Coverage,
float);
146 double BoundingSphereCenter[3];
151 double CornerNormal00[3];
152 double CornerNormal01[3];
153 double CornerNormal10[3];
154 double CornerNormal11[3];
156 double ProjectionBounds[4];
166 #endif //VTK_LEGACY_REMOVE virtual void ShallowCopy(vtkGeoTreeNode *src)
Shallow and Deep copy.
virtual bool HasData()
Returns whether this node has valid data associated with it, or if it is an "empty" node...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkSmartPointer< vtkPolyData > Model
double BoundingSphereRadius
a simple class to control print indentation
static vtkGeoTreeNode * New()
Stores data for a patch of the globe.
virtual void DeleteData()
Deletes the data associated with the node to make this an "empty" node.
virtual void DeepCopy(vtkGeoTreeNode *src)
Shallow and Deep copy.