vtkRTAnalyticSource Class Reference
#include <vtkRTAnalyticSource.h>
Inheritance diagram for vtkRTAnalyticSource:
[legend]Collaboration diagram for vtkRTAnalyticSource:
[legend]List of all members.
Detailed Description
Create an image for regression testing.
vtkRTAnalyticSource just produces images with pixel values determined by a Maximum*Gaussian*XMag*sin(XFreq*x)*sin(YFreq*y)*cos(ZFreq*z)
- Created by:
-
- CVS contributions (if > 5%):
- Geveci, Berk (74%)
- Martin, Ken (13%)
- CVS logs (CVSweb):
.cxx (/Parallel/vtkRTAnalyticSource
.cxx)
.h (/Parallel/vtkRTAnalyticSource
.h)
- Examples:
- vtkRTAnalyticSource (Examples)
- Tests:
- vtkRTAnalyticSource (Tests)
Definition at line 44 of file vtkRTAnalyticSource.h.
|
Public Types |
typedef vtkImageSource | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetXMag (double) |
virtual double | GetXMag () |
virtual void | SetYMag (double) |
virtual double | GetYMag () |
virtual void | SetZMag (double) |
virtual double | 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 (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 |
vtkRTAnalyticSource * | New () |
int | IsTypeOf (const char *type) |
vtkRTAnalyticSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| vtkRTAnalyticSource () |
| ~vtkRTAnalyticSource () |
virtual void | ExecuteInformation () |
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 |
Member Typedef Documentation
Constructor & Destructor Documentation
vtkRTAnalyticSource::vtkRTAnalyticSource |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkRTAnalyticSource::GetClassName |
( |
|
) |
[virtual] |
|
int vtkRTAnalyticSource::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkImageSource. |
virtual int vtkRTAnalyticSource::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkImageSource. |
void vtkRTAnalyticSource::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 vtkImageSource. |
void vtkRTAnalyticSource::SetWholeExtent |
( |
int |
xMinx, |
|
|
int |
xMax, |
|
|
int |
yMin, |
|
|
int |
yMax, |
|
|
int |
zMin, |
|
|
int |
zMax |
|
) |
|
|
|
Set/Get the extent of the whole output image. |
virtual int* vtkRTAnalyticSource::GetWholeExtent |
( |
|
) |
[virtual] |
|
|
Set/Get the extent of the whole output image. |
virtual void vtkRTAnalyticSource::GetWholeExtent |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
, |
|
|
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
[virtual] |
|
|
Set/Get the extent of the whole output image. |
virtual void vtkRTAnalyticSource::GetWholeExtent |
( |
int |
[6] |
) |
[virtual] |
|
|
Set/Get the extent of the whole output image. |
virtual void vtkRTAnalyticSource::SetCenter |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Set/Get the center of function. |
virtual void vtkRTAnalyticSource::SetCenter |
( |
double |
[3] |
) |
[virtual] |
|
|
Set/Get the center of function. |
virtual double* vtkRTAnalyticSource::GetCenter |
( |
|
) |
[virtual] |
|
|
Set/Get the center of function. |
virtual void vtkRTAnalyticSource::GetCenter |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
[virtual] |
|
|
Set/Get the center of function. |
virtual void vtkRTAnalyticSource::GetCenter |
( |
double |
[3] |
) |
[virtual] |
|
|
Set/Get the center of function. |
virtual void vtkRTAnalyticSource::SetMaximum |
( |
double |
|
) |
[virtual] |
|
|
Set/Get the Maximum value of the function. |
virtual double vtkRTAnalyticSource::GetMaximum |
( |
|
) |
[virtual] |
|
|
Set/Get the Maximum value of the function. |
virtual void vtkRTAnalyticSource::SetStandardDeviation |
( |
double |
|
) |
[virtual] |
|
|
Set/Get the standard deviation of the function. |
virtual double vtkRTAnalyticSource::GetStandardDeviation |
( |
|
) |
[virtual] |
|
|
Set/Get the standard deviation of the function. |
virtual void vtkRTAnalyticSource::SetXFreq |
( |
double |
|
) |
[virtual] |
|
|
Set the natural frequencies in x,y and z |
virtual double vtkRTAnalyticSource::GetXFreq |
( |
|
) |
[virtual] |
|
|
Set the natural frequencies in x,y and z |
virtual void vtkRTAnalyticSource::SetYFreq |
( |
double |
|
) |
[virtual] |
|
|
Set the natural frequencies in x,y and z |
virtual double vtkRTAnalyticSource::GetYFreq |
( |
|
) |
[virtual] |
|
|
Set the natural frequencies in x,y and z |
virtual void vtkRTAnalyticSource::SetZFreq |
( |
double |
|
) |
[virtual] |
|
|
Set the natural frequencies in x,y and z |
virtual double vtkRTAnalyticSource::GetZFreq |
( |
|
) |
[virtual] |
|
|
Set the natural frequencies in x,y and z |
virtual void vtkRTAnalyticSource::SetXMag |
( |
double |
|
) |
[virtual] |
|
virtual double vtkRTAnalyticSource::GetXMag |
( |
|
) |
[virtual] |
|
virtual void vtkRTAnalyticSource::SetYMag |
( |
double |
|
) |
[virtual] |
|
virtual double vtkRTAnalyticSource::GetYMag |
( |
|
) |
[virtual] |
|
virtual void vtkRTAnalyticSource::SetZMag |
( |
double |
|
) |
[virtual] |
|
virtual double vtkRTAnalyticSource::GetZMag |
( |
|
) |
[virtual] |
|
virtual void vtkRTAnalyticSource::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
virtual void vtkRTAnalyticSource::ExecuteData |
( |
vtkDataObject * |
data |
) |
[protected, virtual] |
|
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method
Reimplemented from vtkSource. |
Member Data Documentation
The documentation for this class was generated from the following file: