Go to the documentation of this file.
28 #ifndef vtkGeoAdaptiveArcs_h
29 #define vtkGeoAdaptiveArcs_h
31 #include "vtkGeovisCoreModule.h"
38 #if !defined(VTK_LEGACY_REMOVE)
53 vtkSetMacro(GlobeRadius,
double);
54 vtkGetMacro(GlobeRadius,
double);
64 vtkSetMacro(MaximumPixelSeparation,
double);
65 vtkGetMacro(MaximumPixelSeparation,
double);
74 vtkSetMacro(MinimumPixelSeparation,
double);
75 vtkGetMacro(MinimumPixelSeparation,
double);
115 #endif //VTK_LEGACY_REMOVE
vtkDoubleArray * InputLatitude
vtkMTimeType LastInputMTime
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double MinimumPixelSeparation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
double MaximumPixelSeparation
vtkDoubleArray * InputLongitude
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.