Go to the documentation of this file.
31 #ifndef vtkGeoSampleArcs_h
32 #define vtkGeoSampleArcs_h
73 { this->SetInputCoordinateSystem(RECTANGULAR); }
75 { this->SetInputCoordinateSystem(SPHERICAL); }
85 { this->SetOutputCoordinateSystem(RECTANGULAR); }
87 { this->SetOutputCoordinateSystem(SPHERICAL); }
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int OutputCoordinateSystem
void PrintSelf(ostream &os, vtkIndent indent)
virtual void SetInputCoordinateSystemToRectangular()
#define vtkTypeMacro(thisClass, superclass)
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
#define vtkGetMacro(name, type)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTKGEOVISCORE_EXPORT
virtual void SetOutputCoordinateSystemToRectangular()
Superclass for algorithms that produce only polydata as output.