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);
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Convert the vtkGraph into vtkPolyData.
vtkDoubleArray * InputLatitude
vtkMTimeType GetMTime()
Return the modified time of this object.
vtkMTimeType LastInputMTime
virtual void SetRenderer(vtkRenderer *ren)
The renderer used to estimate the number of pixels between points.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
double MinimumPixelSeparation
static vtkGeoAdaptiveArcs * New()
vtkTypeUInt64 vtkMTimeType
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
Superclass for algorithms that produce only polydata as output.