#include <vtkTexturedSphereSource.h>
Inheritance diagram for vtkTexturedSphereSource:
vtkTexturedSphereSource creates a polygonal sphere of specified radius centered at the origin. The resolution (polygonal discretization) in both the latitude (phi) and longitude (theta) directions can be specified. It also is possible to create partial sphere by specifying maximum phi and theta angles.
Definition at line 35 of file vtkTexturedSphereSource.h.
virtual void | SetRadius (double) |
virtual double | GetRadius () |
static vtkTexturedSphereSource * | New () |
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetThetaResolution (int) |
virtual int | GetThetaResolution () |
virtual void | SetPhiResolution (int) |
virtual int | GetPhiResolution () |
virtual void | SetTheta (double) |
virtual double | GetTheta () |
virtual void | SetPhi (double) |
virtual double | GetPhi () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkTexturedSphereSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTexturedSphereSource (int res=8) | |
~vtkTexturedSphereSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | Radius |
double | Theta |
double | Phi |
int | ThetaResolution |
int | PhiResolution |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 38 of file vtkTexturedSphereSource.h. |
|
|
|
Definition at line 77 of file vtkTexturedSphereSource.h. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataAlgorithm. |
|
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. Reimplemented from vtkPolyDataAlgorithm. |
|
Set radius of sphere. |
|
Set radius of sphere. |
|
Set the number of points in the longitude direction. |
|
Set the number of points in the longitude direction. |
|
Set the number of points in the latitude direction. |
|
Set the number of points in the latitude direction. |
|
Set the maximum longitude angle. |
|
Set the maximum longitude angle. |
|
Set the maximum latitude angle (0 is at north pole). |
|
Set the maximum latitude angle (0 is at north pole). |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 80 of file vtkTexturedSphereSource.h. |
|
Definition at line 81 of file vtkTexturedSphereSource.h. |
|
Definition at line 82 of file vtkTexturedSphereSource.h. |
|
Definition at line 83 of file vtkTexturedSphereSource.h. |
|
Definition at line 84 of file vtkTexturedSphereSource.h. |