Go to the documentation of this file.
32 #ifndef vtkGeoSampleArcs_h
33 #define vtkGeoSampleArcs_h
35 #include "vtkGeovisCoreModule.h"
53 vtkGetMacro(GlobeRadius,
double);
61 vtkGetMacro(MaximumDistanceMeters,
double);
77 vtkGetMacro(InputCoordinateSystem,
int);
79 { this->SetInputCoordinateSystem(RECTANGULAR); }
81 { this->SetInputCoordinateSystem(SPHERICAL); }
91 vtkGetMacro(OutputCoordinateSystem,
int);
93 { this->SetOutputCoordinateSystem(RECTANGULAR); }
95 { this->SetOutputCoordinateSystem(SPHERICAL); }
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Convert the vtkGraph into vtkPolyData.
int OutputCoordinateSystem
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void SetInputCoordinateSystemToRectangular()
int InputCoordinateSystem
double MaximumDistanceMeters
static vtkGeoSampleArcs * New()
Samples geospatial lines at regular intervals.
virtual void SetOutputCoordinateSystemToSpherical()
virtual void SetInputCoordinateSystemToSpherical()
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void SetOutputCoordinateSystemToRectangular()
Superclass for algorithms that produce only polydata as output.