ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkInvertDisplacementFieldImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputFieldType::DirectionType | DirectionType |
typedef InputFieldType | DisplacementFieldType |
typedef OutputFieldType::IndexType | IndexType |
typedef TInputImage | InputFieldType |
typedef VectorInterpolateImageFunction < InputFieldType, RealType > | InterpolatorType |
typedef OutputFieldType | InverseDisplacementFieldType |
typedef OutputFieldType::PointType | OriginType |
typedef TOutputImage | OutputFieldType |
typedef OutputFieldType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef OutputFieldType::PointType | PointType |
typedef Image< RealType, ImageDimension > | RealImageType |
typedef VectorType::ComponentType | RealType |
typedef OutputFieldType::RegionType | RegionType |
typedef InvertDisplacementFieldImageFilter | Self |
typedef OutputFieldType::SizeType | SizeType |
typedef OutputFieldType::SpacingType | SpacingType |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
typedef OutputFieldType::PixelType | VectorType |
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 |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
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 | ImageDimension = 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 | |
InvertDisplacementFieldImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
DisplacementFieldType::Pointer | m_ComposedField |
SpacingType | m_DisplacementFieldSpacing |
bool | m_DoThreadedEstimateInverse |
bool | m_EnforceBoundaryCondition |
RealType | m_Epsilon |
InterpolatorType::Pointer | m_Interpolator |
RealType | m_MaxErrorNorm |
RealType | m_MaxErrorToleranceThreshold |
unsigned int | m_MaximumNumberOfIterations |
RealType | m_MeanErrorNorm |
RealType | m_MeanErrorToleranceThreshold |
RealImageType::Pointer | m_ScaledNormImage |
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 |
Iteratively estimate the inverse field of a displacement field.
Definition at line 39 of file itkInvertDisplacementFieldImageFilter.h.
typedef SmartPointer<const Self> itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 46 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::DirectionType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::DirectionType |
Definition at line 70 of file itkInvertDisplacementFieldImageFilter.h.
typedef InputFieldType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::DisplacementFieldType |
Definition at line 57 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::IndexType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::IndexType |
Definition at line 64 of file itkInvertDisplacementFieldImageFilter.h.
typedef TInputImage itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::InputFieldType |
Definition at line 54 of file itkInvertDisplacementFieldImageFilter.h.
typedef VectorInterpolateImageFunction<InputFieldType, RealType> itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::InterpolatorType |
Definition at line 75 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::InverseDisplacementFieldType |
Definition at line 58 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::PointType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::OriginType |
Definition at line 68 of file itkInvertDisplacementFieldImageFilter.h.
typedef TOutputImage itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::OutputFieldType |
Definition at line 55 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::PixelType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::PixelType |
Image typedef support.
Definition at line 61 of file itkInvertDisplacementFieldImageFilter.h.
typedef SmartPointer<Self> itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 45 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::PointType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::PointType |
Definition at line 66 of file itkInvertDisplacementFieldImageFilter.h.
typedef Image<RealType, ImageDimension> itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::RealImageType |
Definition at line 74 of file itkInvertDisplacementFieldImageFilter.h.
typedef VectorType::ComponentType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::RealType |
Other typedef
Definition at line 73 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::RegionType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::RegionType |
Definition at line 63 of file itkInvertDisplacementFieldImageFilter.h.
typedef InvertDisplacementFieldImageFilter itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 43 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::SizeType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::SizeType |
Definition at line 69 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::SpacingType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::SpacingType |
Definition at line 67 of file itkInvertDisplacementFieldImageFilter.h.
typedef ImageToImageFilter<TInputImage, TOutputImage> itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 44 of file itkInvertDisplacementFieldImageFilter.h.
typedef OutputFieldType::PixelType itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 62 of file itkInvertDisplacementFieldImageFilter.h.
|
protected |
Constructor
|
protectedvirtual |
Deconstructor
|
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 |
preprocessing function
Reimplemented from itk::ImageSource< TOutputImage >.
|
inline |
Get the deformation field.
Definition at line 99 of file itkInvertDisplacementFieldImageFilter.h.
References itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput().
|
virtual |
|
virtual |
Get the interpolator.
|
virtual |
Set/get the initial estimate for the inverse field (optional).
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
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 >.
|
protectedvirtual |
Standard print self function
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inline |
Set the deformation field
Definition at line 81 of file itkInvertDisplacementFieldImageFilter.h.
References itk::ImageToImageFilter< TInputImage, TOutputImage >::GetInput(), itk::SmartPointer< TObjectType >::IsNull(), itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::m_Interpolator, itk::Object::Modified(), and itk::ImageToImageFilter< TInputImage, TOutputImage >::SetInput().
|
virtual |
|
virtual |
|
virtual |
Set/get the initial estimate for the inverse field (optional).
|
virtual |
|
virtual |
|
virtual |
|
protected |
Multithreaded function which generates the output field.
|
static |
Extract dimension from input image.
Definition at line 52 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 165 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 171 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 172 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 173 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 170 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
The interpolator.
Definition at line 156 of file itkInvertDisplacementFieldImageFilter.h.
Referenced by itk::InvertDisplacementFieldImageFilter< TInputImage, TOutputImage >::SetDisplacementField().
|
private |
Definition at line 168 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 160 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 158 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 169 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 161 of file itkInvertDisplacementFieldImageFilter.h.
|
private |
Definition at line 166 of file itkInvertDisplacementFieldImageFilter.h.