29 #ifndef __vtkGeoArcs_h
30 #define __vtkGeoArcs_h
32 #include "vtkGeovisCoreModule.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetMacro(GlobeRadius,
double);
47 vtkGetMacro(GlobeRadius,
double);
55 vtkSetMacro(ExplodeFactor,
double);
56 vtkGetMacro(ExplodeFactor,
double);
61 vtkSetMacro(NumberOfSubdivisions,
int);
62 vtkGetMacro(NumberOfSubdivisions,
int);
69 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
layout graph edges on a globe as arcs.
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.