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

vtkPointSource Class Reference

create a random cloud of points. More...

#include <vtkPointSource.h>

Inheritance diagram for vtkPointSource:

Inheritance graph
[legend]
Collaboration diagram for vtkPointSource:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetNumberOfPoints (int)
virtual int GetNumberOfPoints ()
virtual void SetCenter (float, float, float)
virtual void SetCenter (float[3])
virtual float * GetCenter ()
virtual void GetCenter (float data[3])
virtual void SetRadius (float)
virtual float GetRadius ()
virtual void SetDistribution (int)
void SetDistributionToUniform ()
void SetDistributionToShell ()
virtual int GetDistribution ()

Static Public Methods

vtkPointSource * New ()
int IsTypeOf (const char *type)
vtkPointSource * SafeDownCast (vtkObject *o)

Protected Methods

 vtkPointSource (int numPts=10)
 ~vtkPointSource ()
 vtkPointSource (const vtkPointSource &)
void operator= (const vtkPointSource &)
void Execute ()
void ExecuteInformation ()

Protected Attributes

int NumberOfPoints
float Center [3]
float Radius
int Distribution

Detailed Description

create a random cloud of points.

Date:
2000/12/10 20:08:47
Revision:
1.34

vtkPointSource is a source object that creates a user-specified number of points within a specified radius about a specified center point. By default location of the points is random within the sphere.

Examples:
vtkPointSource (examples)

Definition at line 62 of file vtkPointSource.h.


Constructor & Destructor Documentation

vtkPointSource::vtkPointSource int    numPts = 10 [protected]
 

vtkPointSource::~vtkPointSource   [inline, protected]
 

Definition at line 94 of file vtkPointSource.h.

vtkPointSource::vtkPointSource const vtkPointSource &    [inline, protected]
 

Definition at line 95 of file vtkPointSource.h.


Member Function Documentation

vtkPointSource* vtkPointSource::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkPolyDataSource.

virtual const char* vtkPointSource::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 vtkPolyDataSource.

int vtkPointSource::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 vtkPolyDataSource.

virtual int vtkPointSource::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 vtkPolyDataSource.

vtkPointSource* vtkPointSource::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 vtkPolyDataSource.

void vtkPointSource::PrintSelf ostream &    os,
vtkIndent    indent
[virtual]
 

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 vtkSource.

virtual void vtkPointSource::SetNumberOfPoints int    [virtual]
 

Set the number of points to generate.

virtual int vtkPointSource::GetNumberOfPoints   [virtual]
 

virtual void vtkPointSource::SetCenter float   ,
float   ,
float   
[virtual]
 

Set the center of the point cloud.

virtual void vtkPointSource::SetCenter float   [3] [virtual]
 

virtual float* vtkPointSource::GetCenter   [virtual]
 

virtual void vtkPointSource::GetCenter float    data[3] [virtual]
 

virtual void vtkPointSource::SetRadius float    [virtual]
 

Set the radius of the point cloud. If you are generating a Gaussian distribution, then this is the standard deviation for each of x, y, and z.

virtual float vtkPointSource::GetRadius   [virtual]
 

virtual void vtkPointSource::SetDistribution int    [virtual]
 

Specify the distribution to use. The default is a uniform distribution. The Shell distribution produces and empty sphere.

void vtkPointSource::SetDistributionToUniform   [inline]
 

Definition at line 86 of file vtkPointSource.h.

void vtkPointSource::SetDistributionToShell   [inline]
 

Definition at line 88 of file vtkPointSource.h.

virtual int vtkPointSource::GetDistribution   [virtual]
 

void vtkPointSource::operator= const vtkPointSource &    [inline, protected]
 

Definition at line 96 of file vtkPointSource.h.

void vtkPointSource::Execute   [protected, virtual]
 

Reimplemented from vtkSource.

void vtkPointSource::ExecuteInformation   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

int vtkPointSource::NumberOfPoints [protected]
 

Definition at line 101 of file vtkPointSource.h.

float vtkPointSource::Center[3] [protected]
 

Definition at line 102 of file vtkPointSource.h.

float vtkPointSource::Radius [protected]
 

Definition at line 103 of file vtkPointSource.h.

int vtkPointSource::Distribution [protected]
 

Definition at line 104 of file vtkPointSource.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:57:35 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001