#include <vtkPSphereSource.h>
Inheritance diagram for vtkPSphereSource:
Definition at line 24 of file vtkPSphereSource.h.
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
static vtkPSphereSource * | SafeDownCast (vtkObject *o) |
static vtkPSphereSource * | New () |
Public Types | |
typedef vtkSphereSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
unsigned long | GetEstimatedMemorySize () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
Protected Member Functions | |
vtkPSphereSource () | |
~vtkPSphereSource () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
Reimplemented from vtkSphereSource. Definition at line 27 of file vtkPSphereSource.h. |
|
Definition at line 41 of file vtkPSphereSource.h. |
|
Definition at line 42 of file vtkPSphereSource.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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkSphereSource. |
|
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. |
|
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 vtkSphereSource. |
|
Get the estimated memory size in 1024 bytes |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkSphereSource. |