#include <vtkPSphereSource.h>
Inheritance diagram for vtkPSphereSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
unsigned long | GetEstimatedMemorySize () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkPSphereSource * | SafeDownCast (vtkObject *o) |
vtkPSphereSource * | New () |
Protected Methods | |
vtkPSphereSource () | |
~vtkPSphereSource () | |
void | Execute () |
Definition at line 52 of file vtkPSphereSource.h.
|
Definition at line 66 of file vtkPSphereSource.h. |
|
Definition at line 67 of file vtkPSphereSource.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSphereSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSphereSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSphereSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSphereSource. |
|
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions. Theta ranges from (0,360) and phi (0,180) degrees. Reimplemented from vtkSphereSource. |
|
Get the estimated memory size in 1024 bytes |
|
This method is the old style execute method Reimplemented from vtkSphereSource. |