#include <itkGaussianSpatialFunction.h>
Inheritance diagram for itk::GaussianSpatialFunction< TOutput, VImageDimension, TInput >:
Public Types | |
typedef GaussianSpatialFunction | Self |
typedef SpatialFunction< TOutput, VImageDimension, TInput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputType | InputType |
typedef Superclass::OutputType | OutputType |
typedef FixedArray< double, VImageDimension > | ArrayType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
OutputType | Evaluate (const TInput &position) const |
virtual void | SetScale (double _arg) |
virtual double | GetScale () |
virtual void | SetNormalized (bool _arg) |
virtual bool | GetNormalized () |
virtual void | SetSigma (ArrayType _arg) |
virtual ArrayType | GetSigma () |
virtual void | SetMean (ArrayType _arg) |
virtual ArrayType | GetMean () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GaussianSpatialFunction () | |
virtual | ~GaussianSpatialFunction () |
void | PrintSelf (std::ostream &os, Indent indent) const |
GaussianSpatialFunction implements a standard gaussian curve in N-d. m_Normalized determines whether or not the Gaussian is normalized (whether or not the sum over infinite space is 1.0)
m_Scale scales the output of the Gaussian to span a range larger than 0->1, and is often set to the maximum value of the output data type (for instance, 255 for uchars)
Definition at line 43 of file itkGaussianSpatialFunction.h.
|
Type used to store gaussian parameters. Definition at line 65 of file itkGaussianSpatialFunction.h. |
|
Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 50 of file itkGaussianSpatialFunction.h. |
|
Input type for the function. Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 59 of file itkGaussianSpatialFunction.h. |
|
Output type for the function. Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 62 of file itkGaussianSpatialFunction.h. |
|
Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 49 of file itkGaussianSpatialFunction.h. |
|
Standard class typedefs. Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 47 of file itkGaussianSpatialFunction.h. |
|
Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. Definition at line 48 of file itkGaussianSpatialFunction.h. |
|
|
|
|
|
Evaluate the function at a given position. |
|
Gets and sets for gaussian parameters |
|
Run-time type information (and related methods). Reimplemented from itk::SpatialFunction< TOutput, VImageDimension, TInput >. |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 itk::SpatialFunction< TOutput, VImageDimension, TInput >. |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |
|
Gets and sets for gaussian parameters |