32 #ifndef vtkGeoSampleArcs_h
33 #define vtkGeoSampleArcs_h
35 #include "vtkGeovisCoreModule.h"
38 #if !defined(VTK_LEGACY_REMOVE)
53 vtkSetMacro(GlobeRadius,
double);
54 vtkGetMacro(GlobeRadius,
double);
61 vtkSetMacro(MaximumDistanceMeters,
double);
62 vtkGetMacro(MaximumDistanceMeters,
double);
77 vtkSetMacro(InputCoordinateSystem,
int);
78 vtkGetMacro(InputCoordinateSystem,
int);
80 { this->SetInputCoordinateSystem(RECTANGULAR); }
82 { this->SetInputCoordinateSystem(SPHERICAL); }
91 vtkSetMacro(OutputCoordinateSystem,
int);
92 vtkGetMacro(OutputCoordinateSystem,
int);
94 { this->SetOutputCoordinateSystem(RECTANGULAR); }
96 { this->SetOutputCoordinateSystem(SPHERICAL); }
118 #endif //VTK_LEGACY_REMOVE