Go to the documentation of this file.
39 #ifndef vtkGlobeSource_h
40 #define vtkGlobeSource_h
123 double theta,
double phi,
double radius,
double*
point,
double* normal = 0);
130 double*
x,
double& theta,
double& phi);
143 double theta,
double phi,
double radius,
represent and manipulate 3D points
#define vtkSetVector3Macro(name, type)
dynamic, self-adjusting array of float
static vtkGlobeSource * New()
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
int QuadrilateralTessellation
Sphere patch with Lat/Long scalar array.
#define vtkSetClampMacro(name, type, min, max)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
object to represent cell connectivity
static void ComputeGlobePoint(double theta, double phi, double radius, double *point, double *normal=0)
#define vtkGetMacro(name, type)
bool AutoCalculateCurtainHeight
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTKGEOVISCORE_EXPORT
void AddPoint(double theta, double phi, double radius, vtkPoints *newPoints, vtkFloatArray *newNormals, vtkFloatArray *newLongitudeArray, vtkFloatArray *newLatitudeArray, vtkDoubleArray *newLatLongArray)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
dynamic, self-adjusting array of double
static void ComputeLatitudeLongitude(double *x, double &theta, double &phi)
Superclass for algorithms that produce only polydata as output.