VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPSphereSource Class Reference

sphere source that supports pieces More...

#include <vtkPSphereSource.h>

Inheritance diagram for vtkPSphereSource:
Inheritance graph
[legend]
Collaboration diagram for vtkPSphereSource:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkSphereSource Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPSphereSourceNewInstance () const
unsigned long GetEstimatedMemorySize ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPSphereSourceSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPSphereSource ()
 ~vtkPSphereSource ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkPSphereSourceNew ()
virtual void PrintSelf (ostream &os, vtkIndent indent)

Detailed Description

sphere source that supports pieces

Definition at line 25 of file vtkPSphereSource.h.


Member Typedef Documentation

Reimplemented from vtkSphereSource.

Definition at line 28 of file vtkPSphereSource.h.


Constructor & Destructor Documentation

vtkPSphereSource::vtkPSphereSource ( ) [inline, protected]

Definition at line 42 of file vtkPSphereSource.h.

vtkPSphereSource::~vtkPSphereSource ( ) [inline, protected]

Definition at line 43 of file vtkPSphereSource.h.


Member Function Documentation

static int vtkPSphereSource::IsTypeOf ( const char *  name) [static]

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.

virtual int vtkPSphereSource::IsA ( const char *  name) [virtual]

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.

Reimplemented from vtkSphereSource.

virtual vtkObjectBase* vtkPSphereSource::NewInstanceInternal ( ) const [protected, virtual]

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.

virtual void vtkPSphereSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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

virtual int vtkPSphereSource::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkSphereSource.


The documentation for this class was generated from the following file: