#include <vtkRTAnalyticSource.h>
Inheritance diagram for vtkRTAnalyticSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetXMag (float) |
virtual float | GetXMag () |
virtual void | SetYMag (float) |
virtual float | GetYMag () |
virtual void | SetZMag (float) |
virtual float | GetZMag () |
void | SetWholeExtent (int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax) |
virtual int * | GetWholeExtent () |
virtual void | GetWholeExtent (int &, int &, int &, int &, int &, int &) |
virtual void | GetWholeExtent (int[6]) |
virtual void | SetCenter (float, float, float) |
virtual void | SetCenter (float[3]) |
virtual float * | GetCenter () |
virtual void | GetCenter (float &, float &, float &) |
virtual void | GetCenter (float[3]) |
virtual void | SetMaximum (float) |
virtual float | GetMaximum () |
virtual void | SetStandardDeviation (float) |
virtual float | GetStandardDeviation () |
virtual void | SetXFreq (float) |
virtual float | GetXFreq () |
virtual void | SetYFreq (float) |
virtual float | GetYFreq () |
virtual void | SetZFreq (float) |
virtual float | GetZFreq () |
Static Public Methods | |
vtkRTAnalyticSource * | New () |
int | IsTypeOf (const char *type) |
vtkRTAnalyticSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkRTAnalyticSource () | |
~vtkRTAnalyticSource () | |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
float | XFreq |
float | YFreq |
float | ZFreq |
float | XMag |
float | YMag |
float | ZMag |
float | StandardDeviation |
int | WholeExtent [6] |
float | Center [3] |
float | Maximum |
Definition at line 62 of file vtkRTAnalyticSource.h.
|
|
|
Definition at line 113 of file vtkRTAnalyticSource.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkImageSource. |
|
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 vtkImageSource. |
|
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 vtkImageSource. |
|
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 vtkImageSource. |
|
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 vtkImageSource. |
|
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/Get the extent of the whole output image. |
|
Set/Get the extent of the whole output image. |
|
Set/Get the extent of the whole output image. |
|
Set/Get the extent of the whole output image. |
|
Set/Get the center of function. |
|
Set/Get the center of function. |
|
Set/Get the center of function. |
|
Set/Get the center of function. |
|
Set/Get the center of function. |
|
Set/Get the Maximum value of the function. |
|
Set/Get the Maximum value of the function. |
|
Set/Get the standard deviation of the function. |
|
Set/Get the standard deviation of the function. |
|
Set the natural frequencies in x,y and z |
|
Set the natural frequencies in x,y and z |
|
Set the natural frequencies in x,y and z |
|
Set the natural frequencies in x,y and z |
|
Set the natural frequencies in x,y and z |
|
Set the natural frequencies in x,y and z |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from vtkSource. |
|
|
|
Definition at line 115 of file vtkRTAnalyticSource.h. |
|
Definition at line 116 of file vtkRTAnalyticSource.h. |
|
Definition at line 117 of file vtkRTAnalyticSource.h. |
|
Definition at line 118 of file vtkRTAnalyticSource.h. |
|
Definition at line 119 of file vtkRTAnalyticSource.h. |
|
Definition at line 120 of file vtkRTAnalyticSource.h. |
|
Definition at line 121 of file vtkRTAnalyticSource.h. |
|
Definition at line 122 of file vtkRTAnalyticSource.h. |
|
Definition at line 123 of file vtkRTAnalyticSource.h. |
|
Definition at line 124 of file vtkRTAnalyticSource.h. |