#include <itkSpatialFunctionImageEvaluatorFilter.h>
Inheritance diagram for itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >:
Public Types | |
typedef SpatialFunctionImageEvaluatorFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
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 * | GetNameOfClass () 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 () |
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.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 50 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Type of function. Definition at line 75 of file itkSpatialFunctionImageEvaluatorFilter.h. Referenced by itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::SetFunction(). |
|
Return type of function. Definition at line 78 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Image index typedef. Definition at line 66 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Typedef to describe the output image region type. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 72 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Image pixel value typedef. Definition at line 69 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 49 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Typedef describing vector info. Definition at line 81 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 47 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Image size typedef. Definition at line 63 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 48 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
|
|
Definition at line 89 of file itkSpatialFunctionImageEvaluatorFilter.h. |
|
Method for evaluating the implicit function over the image. Reimplemented from itk::ImageSource< TOutputImage >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Number of dimensions. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Set the internal spatial function. Definition at line 84 of file itkSpatialFunctionImageEvaluatorFilter.h. References itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::FunctionType. |