#include <vtkPointSource.h>
Inheritance diagram for vtkPointSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetNumberOfPoints (vtkIdType) |
virtual vtkIdType | 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 (vtkIdType numPts=10) | |
~vtkPointSource () | |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkIdType | NumberOfPoints |
float | Center [3] |
float | Radius |
int | Distribution |
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.
Definition at line 65 of file vtkPointSource.h.
|
|
|
Definition at line 105 of file vtkPointSource.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkPolyDataSource. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Set the number of points to generate. |
|
Set the number of points to generate. |
|
Set the center of the point cloud. |
|
Set the center of the point cloud. |
|
Set the center of the point cloud. |
|
Set the center of the point cloud. |
|
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. |
|
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. |
|
Specify the distribution to use. The default is a uniform distribution. The Shell distribution produces and empty sphere. |
|
Specify the distribution to use. The default is a uniform distribution. The Shell distribution produces and empty sphere. Definition at line 96 of file vtkPointSource.h. |
|
Specify the distribution to use. The default is a uniform distribution. The Shell distribution produces and empty sphere. Definition at line 98 of file vtkPointSource.h. |
|
Specify the distribution to use. The default is a uniform distribution. The Shell distribution produces and empty sphere. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
Definition at line 110 of file vtkPointSource.h. |
|
Definition at line 111 of file vtkPointSource.h. |
|
Definition at line 112 of file vtkPointSource.h. |
|
Definition at line 113 of file vtkPointSource.h. |