Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage > Class Template Reference
[Image Filters]

Evaluates a SpatialFunction onto a source image. More...

#include <itkSpatialFunctionImageEvaluatorFilter.h>

Inheritance diagram for itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef SpatialFunctionImageEvaluatorFilter Self
typedef ImageToImageFilter<
TInputImage, TOutputImage > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputImage::SizeType SizeType
typedef TOutputImage::IndexType IndexType
typedef TOutputImage::PixelType PixelType
typedef TOutputImage::RegionType OutputImageRegionType
typedef TSpatialFunction FunctionType
typedef FunctionType::OutputType FunctionValueType
typedef FunctionType::InputType PositionType

Public Member Functions

virtual const char * GetClassName () const
 itkStaticConstMacro (NDimensions, unsigned int, TInputImage::ImageDimension)
void SetFunction (FunctionType *PixelFunction)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 SpatialFunctionImageEvaluatorFilter ()
virtual ~SpatialFunctionImageEvaluatorFilter ()
void GenerateData ()

Detailed Description

template<class TSpatialFunction, class TInputImage, class TOutputImage>
class itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >

Evaluates a SpatialFunction onto a source image.

SpatialFunctionImageEvaluatorFilter walks an input image and evaluates the function at every pixel location. The output of the spatial function and the pixel type of the output image must be compatible.

Like its parent ImageToImageFilter, this class functions in the filtering pipeline and produces a unique output image.

Definition at line 42 of file itkSpatialFunctionImageEvaluatorFilter.h.


Member Typedef Documentation

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 50 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef TSpatialFunction itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::FunctionType
 

Type of function. Definition at line 75 of file itkSpatialFunctionImageEvaluatorFilter.h.

Referenced by itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::SetFunction().

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef FunctionType::OutputType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::FunctionValueType
 

Return type of function. Definition at line 78 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef TOutputImage::IndexType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::IndexType
 

Image index typedef. Definition at line 66 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef TOutputImage::RegionType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::OutputImageRegionType
 

Typedef to describe the output image region type.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 72 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef TOutputImage::PixelType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::PixelType
 

Image pixel value typedef. Definition at line 69 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 49 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef FunctionType::InputType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::PositionType
 

Typedef describing vector info. Definition at line 81 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef SpatialFunctionImageEvaluatorFilter itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 47 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef TInputImage::SizeType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::SizeType
 

Image size typedef. Definition at line 63 of file itkSpatialFunctionImageEvaluatorFilter.h.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
typedef ImageToImageFilter<TInputImage,TOutputImage> itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 48 of file itkSpatialFunctionImageEvaluatorFilter.h.


Constructor & Destructor Documentation

template<class TSpatialFunction, class TInputImage, class TOutputImage>
itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::SpatialFunctionImageEvaluatorFilter  )  [protected]
 

template<class TSpatialFunction, class TInputImage, class TOutputImage>
virtual itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::~SpatialFunctionImageEvaluatorFilter  )  [inline, protected, virtual]
 

Definition at line 89 of file itkSpatialFunctionImageEvaluatorFilter.h.


Member Function Documentation

template<class TSpatialFunction, class TInputImage, class TOutputImage>
void itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::GenerateData  )  [protected, virtual]
 

Method for evaluating the implicit function over the image.

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
virtual const char* itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::itkStaticConstMacro NDimensions  ,
unsigned  int,
TInputImage::ImageDimension 
 

Number of dimensions.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
Pointer itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TSpatialFunction, class TInputImage, class TOutputImage>
void itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::SetFunction FunctionType PixelFunction  )  [inline]
 

Set the internal spatial function. Definition at line 84 of file itkSpatialFunctionImageEvaluatorFilter.h.

References itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::FunctionType.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:01 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000