31 #ifndef __vtkGeoSphereTransform_h
32 #define __vtkGeoSphereTransform_h
34 #include "vtkGeovisCoreModule.h"
43 virtual void PrintSelf( ostream& os, vtkIndent indent );
73 vtkSetMacro(ToRectangular,
bool);
74 vtkGetMacro(ToRectangular,
bool);
75 vtkBooleanMacro(ToRectangular,
bool);
81 vtkSetMacro(BaseAltitude,
double);
82 vtkGetMacro(BaseAltitude,
double);
97 #endif // __vtkGeoSphereTransform_h
Represent a projection from a sphere to a plane.