#include <vtkRTAnalyticSource.h>
Inheritance diagram for vtkRTAnalyticSource:
vtkRTAnalyticSource just produces images with pixel values determined by a Maximum*Gaussian*XMag*sin(XFreq*x)*sin(YFreq*y)*cos(ZFreq*z)
Definition at line 33 of file vtkRTAnalyticSource.h.
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetXMag (double) |
virtual double | GetXMag () |
virtual void | SetYMag (double) |
virtual double | GetYMag () |
virtual void | SetZMag (double) |
virtual double | GetZMag () |
void | PrintSelf (ostream &os, vtkIndent indent) |
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 (double, double, double) |
virtual void | SetCenter (double[3]) |
virtual double * | GetCenter () |
virtual void | GetCenter (double &, double &, double &) |
virtual void | GetCenter (double[3]) |
virtual void | SetMaximum (double) |
virtual double | GetMaximum () |
virtual void | SetStandardDeviation (double) |
virtual double | GetStandardDeviation () |
virtual void | SetXFreq (double) |
virtual double | GetXFreq () |
virtual void | SetYFreq (double) |
virtual double | GetYFreq () |
virtual void | SetZFreq (double) |
virtual double | GetZFreq () |
Static Public Member Functions | |
static vtkRTAnalyticSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkRTAnalyticSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRTAnalyticSource () | |
~vtkRTAnalyticSource () | |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual void | ExecuteData (vtkDataObject *data) |
Protected Attributes | |
double | XFreq |
double | YFreq |
double | ZFreq |
double | XMag |
double | YMag |
double | ZMag |
double | StandardDeviation |
int | WholeExtent [6] |
double | Center [3] |
double | Maximum |
|
Reimplemented from vtkImageAlgorithm. Definition at line 37 of file vtkRTAnalyticSource.h. |
|
|
|
Definition at line 84 of file vtkRTAnalyticSource.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
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 vtkImageAlgorithm. |
|
This method is the old style execute method Reimplemented from vtkImageAlgorithm. |
|
Definition at line 84 of file vtkRTAnalyticSource.h. |
|
Definition at line 87 of file vtkRTAnalyticSource.h. |
|
Definition at line 88 of file vtkRTAnalyticSource.h. |
|
Definition at line 89 of file vtkRTAnalyticSource.h. |
|
Definition at line 90 of file vtkRTAnalyticSource.h. |
|
Definition at line 91 of file vtkRTAnalyticSource.h. |
|
Definition at line 92 of file vtkRTAnalyticSource.h. |
|
Definition at line 93 of file vtkRTAnalyticSource.h. |
|
Definition at line 94 of file vtkRTAnalyticSource.h. |
|
Definition at line 95 of file vtkRTAnalyticSource.h. |