Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

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 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 ()

Detailed Description

sphere source that supports pieces.

Date:
2001/10/11 13:38:00
Revision:
1.6

Definition at line 52 of file vtkPSphereSource.h.


Constructor & Destructor Documentation

vtkPSphereSource::vtkPSphereSource   [inline, protected]
 

Definition at line 66 of file vtkPSphereSource.h.

vtkPSphereSource::~vtkPSphereSource   [inline, protected]
 

Definition at line 67 of file vtkPSphereSource.h.


Member Function Documentation

virtual const char* vtkPSphereSource::GetClassName   [virtual]
 

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.

int vtkPSphereSource::IsTypeOf const char *    type [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 *    type [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.

vtkPSphereSource* vtkPSphereSource::SafeDownCast vtkObject   o [static]
 

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.

vtkPSphereSource* vtkPSphereSource::New   [static]
 

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.

unsigned long vtkPSphereSource::GetEstimatedMemorySize  
 

Get the estimated memory size in 1024 bytes

void vtkPSphereSource::Execute   [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkSphereSource.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:40:21 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001