39 #ifndef vtkGlobeSource_h
40 #define vtkGlobeSource_h
59 vtkSetVector3Macro(Origin,
double);
64 vtkSetClampMacro(StartLongitude,
double,-180.0,180.0);
65 vtkSetClampMacro(EndLongitude,
double,-180.0,180.0);
66 vtkSetClampMacro(StartLatitude,
double,-90.0,90.0);
67 vtkSetClampMacro(EndLatitude,
double,-90.0,90.0);
73 vtkSetClampMacro(LongitudeResolution,
int,3,100);
74 vtkGetMacro(LongitudeResolution,
int);
80 vtkSetClampMacro(LatitudeResolution,
int,3,100);
81 vtkGetMacro(LatitudeResolution,
int);
87 vtkGetMacro(Radius,
double);
91 vtkSetMacro(AutoCalculateCurtainHeight,
bool);
92 vtkGetMacro(AutoCalculateCurtainHeight,
bool);
93 vtkBooleanMacro(AutoCalculateCurtainHeight,
bool);
99 vtkGetMacro(CurtainHeight,
double);
109 vtkSetMacro(QuadrilateralTessellation,
int);
110 vtkGetMacro(QuadrilateralTessellation,
int);
111 vtkBooleanMacro(QuadrilateralTessellation,
int);
122 static void ComputeGlobePoint(
123 double theta,
double phi,
double radius,
double*
point,
double* normal = 0);
129 static void ComputeLatitudeLongitude(
130 double* x,
double& theta,
double& phi);
143 double theta,
double phi,
double radius,
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
dynamic, self-adjusting array of float
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int QuadrilateralTessellation
#define VTKGEOVISCORE_EXPORT
object to represent cell connectivity
Sphere patch with Lat/Long scalar array.
represent and manipulate 3D points
bool AutoCalculateCurtainHeight