ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkSpatialFunctionImageEvaluatorFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TSpatialFunction | FunctionType |
typedef FunctionType::OutputType | FunctionValueType |
typedef TOutputImage::IndexType | IndexType |
typedef TOutputImage::RegionType | OutputImageRegionType |
typedef TOutputImage::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef FunctionType::InputType | PositionType |
typedef SpatialFunctionImageEvaluatorFilter | Self |
typedef TInputImage::SizeType | SizeType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
Public Types inherited from itk::ImageSource< TOutputImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef TOutputImage | OutputImageType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | NDimensions = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
void | operator= (const Self &) |
SpatialFunctionImageEvaluatorFilter (const Self &) |
Private Attributes | |
FunctionType * | m_PixelFunction |
void | SetFunction (FunctionType *PixelFunction) |
SpatialFunctionImageEvaluatorFilter () | |
virtual | ~SpatialFunctionImageEvaluatorFilter () |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
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 43 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef SmartPointer< const Self > itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 51 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef TSpatialFunction itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::FunctionType |
Type of function.
Definition at line 76 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef FunctionType::OutputType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::FunctionValueType |
Return type of function.
Definition at line 79 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef TOutputImage::IndexType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::IndexType |
Image index typedef.
Definition at line 67 of file itkSpatialFunctionImageEvaluatorFilter.h.
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 73 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef TOutputImage::PixelType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::PixelType |
Image pixel value typedef.
Definition at line 70 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef SmartPointer< Self > itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 50 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef FunctionType::InputType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::PositionType |
Typedef describing vector info.
Definition at line 82 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef SpatialFunctionImageEvaluatorFilter itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 48 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef TInputImage::SizeType itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::SizeType |
Image size typedef.
Definition at line 64 of file itkSpatialFunctionImageEvaluatorFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::SpatialFunctionImageEvaluatorFilter< TSpatialFunction, TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 49 of file itkSpatialFunctionImageEvaluatorFilter.h.
|
protected |
Set the internal spatial function.
|
inlineprotectedvirtual |
Set the internal spatial function.
Definition at line 89 of file itkSpatialFunctionImageEvaluatorFilter.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
protectedvirtual |
Method for evaluating the implicit function over the image.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inline |
Set the internal spatial function.
Definition at line 85 of file itkSpatialFunctionImageEvaluatorFilter.h.
|
private |
The function that will be evaluated over the image
Definition at line 100 of file itkSpatialFunctionImageEvaluatorFilter.h.
|
static |
Number of dimensions.
Definition at line 61 of file itkSpatialFunctionImageEvaluatorFilter.h.