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
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
vtkMTimeType LastInputMTime
virtual void SetRenderer(vtkRenderer *ren)
The renderer used to estimate the number of pixels between points.
double MinimumPixelSeparation
static vtkGeoAdaptiveArcs * New()
a simple class to control print indentation
vtkMTimeType GetMTime() override
Return the modified time of this object.
double MaximumPixelSeparation
~vtkGeoAdaptiveArcs() override
vtkDoubleArray * InputLongitude
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.