28 #ifndef vtkGeoAdaptiveArcs_h 29 #define vtkGeoAdaptiveArcs_h 31 #include "vtkGeovisCoreModule.h" 53 vtkGetMacro(GlobeRadius,
double);
64 vtkGetMacro(MaximumPixelSeparation,
double);
74 vtkGetMacro(MinimumPixelSeparation,
double);
93 ~vtkGeoAdaptiveArcs() VTK_OVERRIDE;
102 double MaximumPixelSeparation;
103 double MinimumPixelSeparation;
110 vtkGeoAdaptiveArcs(const vtkGeoAdaptiveArcs&) VTK_DELETE_FUNCTION;
111 void operator=(const vtkGeoAdaptiveArcs&) VTK_DELETE_FUNCTION;
vtkTypeUInt32 vtkMTimeType
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.