48 #ifndef __vtkGeoView_h
49 #define __vtkGeoView_h
51 #include "vtkViewsGeovisModule.h"
56 class vtkGeoAlignedImageRepresentation;
57 class vtkGeoInteractorStyle;
61 class vtkPolyDataMapper;
73 vtkGeoAlignedImageRepresentation* AddDefaultImageRepresentation(
vtkImageData* image);
79 void BuildLowResEarth(
double origin[3] );
83 virtual void SetLockHeading(
bool lock);
84 virtual bool GetLockHeading();
85 vtkBooleanMacro(LockHeading,
bool);
89 vtkGeoInteractorStyle* GetGeoInteractorStyle();
92 virtual void SetGeoInteractorStyle(vtkGeoInteractorStyle* style);
96 virtual void SetTerrain(vtkGeoTerrain* terrain);
97 vtkGetObjectMacro(Terrain, vtkGeoTerrain);
vtkPolyDataMapper * LowResEarthMapper
static vtkRenderView * New()
Sets theme colors for a graphical view.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void PrepareForRendering()
vtkGlobeSource * LowResEarthSource
A view containing a renderer.
void PrintSelf(ostream &os, vtkIndent indent)
vtkActor * LowResEarthActor