vtkImageGaussianSmooth Class Reference
#include <vtkImageGaussianSmooth.h>
Inheritance diagram for vtkImageGaussianSmooth:
[legend]Collaboration diagram for vtkImageGaussianSmooth:
[legend]List of all members.
Detailed Description
Performs a gaussian convolution.
vtkImageGaussianSmooth implements a convolution of the input image with a gaussian. Supports from one to three dimensional convolutions.
- Created by:
-
- CVS contributions (if > 5%):
-
- CVS logs (CVSweb):
.h (/Imaging/vtkImageGaussianSmooth
.h)
.cxx (/Imaging/vtkImageGaussianSmooth
.cxx)
- Tests:
- vtkImageGaussianSmooth (Tests)
Definition at line 41 of file vtkImageGaussianSmooth.h.
|
Public Types |
typedef vtkImageToImageFilter | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetStandardDeviations (double, double, double) |
virtual void | SetStandardDeviations (double[3]) |
void | SetStandardDeviation (double std) |
void | SetStandardDeviations (double a, double b) |
virtual double * | GetStandardDeviations () |
virtual void | GetStandardDeviations (double &, double &, double &) |
virtual void | GetStandardDeviations (double[3]) |
|
void | SetStandardDeviation (double a, double b) |
void | SetStandardDeviation (double a, double b, double c) |
|
virtual void | SetRadiusFactors (double, double, double) |
virtual void | SetRadiusFactors (double[3]) |
void | SetRadiusFactors (double f, double f2) |
void | SetRadiusFactor (double f) |
virtual double * | GetRadiusFactors () |
virtual void | GetRadiusFactors (double &, double &, double &) |
virtual void | GetRadiusFactors (double[3]) |
|
virtual void | SetDimensionality (int) |
virtual int | GetDimensionality () |
Static Public Member Functions |
int | IsTypeOf (const char *type) |
vtkImageGaussianSmooth * | SafeDownCast (vtkObject *o) |
vtkImageGaussianSmooth * | New () |
Protected Member Functions |
| vtkImageGaussianSmooth () |
| ~vtkImageGaussianSmooth () |
void | ComputeKernel (double *kernel, int min, int max, double std) |
void | ComputeInputUpdateExtent (int inExt[6], int outExt[6]) |
void | ExecuteAxis (int axis, vtkImageData *inData, int inExt[6], vtkImageData *outData, int outExt[6], int *pcycle, int target, int *pcount, int total) |
void | ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int outExt[6], int id) |
Protected Attributes |
int | Dimensionality |
double | StandardDeviations [3] |
double | RadiusFactors [3] |
Member Typedef Documentation
Constructor & Destructor Documentation
vtkImageGaussianSmooth::vtkImageGaussianSmooth |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkImageGaussianSmooth::GetClassName |
( |
|
) |
[virtual] |
|
int vtkImageGaussianSmooth::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 vtkImageToImageFilter. |
virtual int vtkImageGaussianSmooth::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 vtkImageToImageFilter. |
void vtkImageGaussianSmooth::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 vtkImageToImageFilter. |
|
Creates an instance of vtkImageGaussianSmmoth with the following defaults: Dimensioonality 3, StandardDeviations( 2, 2, 2), Radius Factors ( 1.5, 1.5, 1.5)
Reimplemented from vtkAlgorithm. |
virtual void vtkImageGaussianSmooth::SetStandardDeviations |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. |
virtual void vtkImageGaussianSmooth::SetStandardDeviations |
( |
double |
[3] |
) |
[virtual] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. |
void vtkImageGaussianSmooth::SetStandardDeviation |
( |
double |
std |
) |
[inline] |
|
void vtkImageGaussianSmooth::SetStandardDeviations |
( |
double |
a, |
|
|
double |
b |
|
) |
[inline] |
|
virtual double* vtkImageGaussianSmooth::GetStandardDeviations |
( |
|
) |
[virtual] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. |
virtual void vtkImageGaussianSmooth::GetStandardDeviations |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
[virtual] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. |
virtual void vtkImageGaussianSmooth::GetStandardDeviations |
( |
double |
[3] |
) |
[virtual] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. |
void vtkImageGaussianSmooth::SetStandardDeviation |
( |
double |
a, |
|
|
double |
b |
|
) |
[inline] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. These methods are provided for compatibility with old scripts
Definition at line 66 of file vtkImageGaussianSmooth.h. |
void vtkImageGaussianSmooth::SetStandardDeviation |
( |
double |
a, |
|
|
double |
b, |
|
|
double |
c |
|
) |
[inline] |
|
|
Sets/Gets the Standard deviation of the gaussian in pixel units. These methods are provided for compatibility with old scripts
Definition at line 68 of file vtkImageGaussianSmooth.h. |
virtual void vtkImageGaussianSmooth::SetRadiusFactors |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero. |
virtual void vtkImageGaussianSmooth::SetRadiusFactors |
( |
double |
[3] |
) |
[virtual] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero. |
void vtkImageGaussianSmooth::SetRadiusFactors |
( |
double |
f, |
|
|
double |
f2 |
|
) |
[inline] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
Definition at line 77 of file vtkImageGaussianSmooth.h. |
void vtkImageGaussianSmooth::SetRadiusFactor |
( |
double |
f |
) |
[inline] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero.
Definition at line 79 of file vtkImageGaussianSmooth.h. |
virtual double* vtkImageGaussianSmooth::GetRadiusFactors |
( |
|
) |
[virtual] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero. |
virtual void vtkImageGaussianSmooth::GetRadiusFactors |
( |
double & |
, |
|
|
double & |
, |
|
|
double & |
|
|
) |
[virtual] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero. |
virtual void vtkImageGaussianSmooth::GetRadiusFactors |
( |
double |
[3] |
) |
[virtual] |
|
|
Sets/Gets the Radius Factors of the gaussian in pixel units. The radius factors determine how far out the gaussian kernel will go before being clamped to zero. |
virtual void vtkImageGaussianSmooth::SetDimensionality |
( |
int |
|
) |
[virtual] |
|
|
Set/Get the dimensionality of this filter. This determines whether a one, two, or three dimensional gaussian is performed. |
virtual int vtkImageGaussianSmooth::GetDimensionality |
( |
|
) |
[virtual] |
|
|
Set/Get the dimensionality of this filter. This determines whether a one, two, or three dimensional gaussian is performed. |
void vtkImageGaussianSmooth::ComputeKernel |
( |
double * |
kernel, |
|
|
int |
min, |
|
|
int |
max, |
|
|
double |
std |
|
) |
[protected] |
|
void vtkImageGaussianSmooth::ComputeInputUpdateExtent |
( |
int |
inExt[6], |
|
|
int |
outExt[6] |
|
) |
[protected, virtual] |
|
void vtkImageGaussianSmooth::ExecuteAxis |
( |
int |
axis, |
|
|
vtkImageData * |
inData, |
|
|
int |
inExt[6], |
|
|
vtkImageData * |
outData, |
|
|
int |
outExt[6], |
|
|
int * |
pcycle, |
|
|
int |
target, |
|
|
int * |
pcount, |
|
|
int |
total |
|
) |
[protected] |
|
void vtkImageGaussianSmooth::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
outExt[6], |
|
|
int |
id |
|
) |
[protected, virtual] |
|
|
If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method.
Reimplemented from vtkImageToImageFilter. |
Member Data Documentation
The documentation for this class was generated from the following file: