Go to the documentation of this file.
28 #ifndef vtkGeoAdaptiveArcs_h
29 #define vtkGeoAdaptiveArcs_h
31 #include "vtkGeovisCoreModule.h"
53 vtkGetMacro(GlobeRadius,
double);
64 vtkGetMacro(MaximumPixelSeparation,
double);
74 vtkGetMacro(MinimumPixelSeparation,
double);
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
vtkTypeUInt64 vtkMTimeType
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
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkDoubleArray * InputLongitude
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.