go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage > Class Template Reference

#include <itkMultiInputImageToImageMetricBase.h>

Inheritance diagram for itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >:
Inheritance graph
[legend]
Collaboration diagram for itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >:
Collaboration graph
[legend]

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::CoordinateRepresentationType 
CoordinateRepresentationType
typedef Superclass::DerivativeType DerivativeType
typedef
Superclass::FixedImageConstPointer 
FixedImageConstPointer
typedef
FixedImageInterpolatorType::Pointer 
FixedImageInterpolatorPointer
typedef
InterpolateImageFunction
< FixedImageType,
CoordinateRepresentationType
FixedImageInterpolatorType
typedef std::vector
< FixedImageInterpolatorPointer
FixedImageInterpolatorVectorType
typedef
Superclass::FixedImageMaskPointer 
FixedImageMaskPointer
typedef
Superclass::FixedImageMaskType 
FixedImageMaskType
typedef std::vector
< FixedImageMaskPointer
FixedImageMaskVectorType
typedef
Superclass::FixedImagePointer 
FixedImagePointer
typedef
Superclass::FixedImageRegionType 
FixedImageRegionType
typedef std::vector
< FixedImageRegionType
FixedImageRegionVectorType
typedef Superclass::FixedImageType FixedImageType
typedef std::vector
< FixedImageConstPointer
FixedImageVectorType
typedef
Superclass::GradientImageFilterPointer 
GradientImageFilterPointer
typedef
Superclass::GradientImageFilterType 
GradientImageFilterType
typedef
Superclass::GradientImagePointer 
GradientImagePointer
typedef
Superclass::GradientImageType 
GradientImageType
typedef
Superclass::GradientPixelType 
GradientPixelType
typedef Superclass::InputPointType InputPointType
typedef
Superclass::InterpolatorPointer 
InterpolatorPointer
typedef
Superclass::InterpolatorType 
InterpolatorType
typedef std::vector
< InterpolatorPointer
InterpolatorVectorType
typedef Superclass::MeasureType MeasureType
typedef
Superclass::MovingImageConstPointer 
MovingImageConstPointer
typedef
Superclass::MovingImageMaskPointer 
MovingImageMaskPointer
typedef
Superclass::MovingImageMaskType 
MovingImageMaskType
typedef std::vector
< MovingImageMaskPointer
MovingImageMaskVectorType
typedef
Superclass::MovingImagePixelType 
MovingImagePixelType
typedef
Superclass::MovingImagePointer 
MovingImagePointer
typedef Superclass::MovingImageType MovingImageType
typedef std::vector
< MovingImageConstPointer
MovingImageVectorType
typedef Superclass::OutputPointType OutputPointType
typedef Superclass::ParametersType ParametersType
typedef SmartPointer< SelfPointer
typedef Superclass::RealType RealType
typedef
MultiInputImageToImageMetricBase 
Self
typedef
AdvancedImageToImageMetric
< TFixedImage, TMovingImage > 
Superclass
typedef
Superclass::TransformJacobianType 
TransformJacobianType
typedef
Superclass::TransformParametersType 
TransformParametersType
typedef
Superclass::TransformPointer 
TransformPointer
typedef Superclass::TransformType TransformType

Public Member Functions

virtual const char * GetClassName () const
virtual const FixedImageTypeGetFixedImage (unsigned int pos) const
virtual const FixedImageTypeGetFixedImage (void) const
virtual
FixedImageInterpolatorType
GetFixedImageInterpolator (unsigned int pos) const
virtual
FixedImageInterpolatorType
GetFixedImageInterpolator (void) const
virtual FixedImageMaskTypeGetFixedImageMask (unsigned int pos) const
virtual FixedImageMaskTypeGetFixedImageMask (void) const
virtual const
FixedImageRegionType
GetFixedImageRegion (unsigned int pos) const
virtual const
FixedImageRegionType
GetFixedImageRegion (void) const
virtual InterpolatorTypeGetInterpolator (unsigned int pos) const
virtual InterpolatorTypeGetInterpolator (void) const
virtual bool GetInterpolatorsAreBSpline () const
virtual const MovingImageTypeGetMovingImage (unsigned int pos) const
virtual const MovingImageTypeGetMovingImage (void) const
virtual MovingImageMaskTypeGetMovingImageMask (unsigned int pos) const
virtual MovingImageMaskTypeGetMovingImageMask (void) const
virtual unsigned int GetNumberOfFixedImageInterpolators () const
virtual unsigned int GetNumberOfFixedImageMasks () const
virtual unsigned int GetNumberOfFixedImageRegions () const
virtual unsigned int GetNumberOfFixedImages () const
virtual unsigned int GetNumberOfInterpolators () const
virtual unsigned int GetNumberOfMovingImageMasks () const
virtual unsigned int GetNumberOfMovingImages () const
virtual void Initialize (void) throw ( ExceptionObject )
 itkSetNumberOfMacro (FixedImage)
 itkSetNumberOfMacro (FixedImageMask)
 itkSetNumberOfMacro (FixedImageRegion)
 itkSetNumberOfMacro (MovingImage)
 itkSetNumberOfMacro (MovingImageMask)
 itkSetNumberOfMacro (Interpolator)
 itkSetNumberOfMacro (FixedImageInterpolator)
 itkStaticConstMacro (MovingImageDimension, unsigned int, TMovingImage::ImageDimension)
 itkStaticConstMacro (FixedImageDimension, unsigned int, TFixedImage::ImageDimension)
virtual void SetFixedImage (const FixedImageType *_arg, unsigned int pos)
virtual void SetFixedImage (const FixedImageType *_arg)
virtual void SetFixedImageInterpolator (FixedImageInterpolatorType *_arg, unsigned int pos)
virtual void SetFixedImageInterpolator (FixedImageInterpolatorType *_arg)
virtual void SetFixedImageMask (FixedImageMaskType *_arg, unsigned int pos)
virtual void SetFixedImageMask (FixedImageMaskType *_arg)
virtual void SetFixedImageRegion (const FixedImageRegionType _arg, unsigned int pos)
virtual void SetFixedImageRegion (const FixedImageRegionType _arg)
virtual void SetInterpolator (InterpolatorType *_arg, unsigned int pos)
virtual void SetInterpolator (InterpolatorType *_arg)
virtual void SetMovingImage (const MovingImageType *_arg, unsigned int pos)
virtual void SetMovingImage (const MovingImageType *_arg)
virtual void SetMovingImageMask (MovingImageMaskType *_arg, unsigned int pos)
virtual void SetMovingImageMask (MovingImageMaskType *_arg)

Protected Types

typedef
BSplineInterpolatorType::Pointer 
BSplineInterpolatorPointer
typedef
Superclass::BSplineInterpolatorType 
BSplineInterpolatorType
typedef std::vector
< BSplineInterpolatorPointer
BSplineInterpolatorVectorType
typedef
Superclass::MovingImageContinuousIndexType 
MovingImageContinuousIndexType
typedef
Superclass::MovingImageDerivativeType 
MovingImageDerivativeType
typedef
Superclass::MovingImageIndexType 
MovingImageIndexType
typedef
Superclass::MovingImagePointType 
MovingImagePointType

Protected Member Functions

virtual void CheckForBSplineInterpolators (void)
virtual bool EvaluateMovingImageValueAndDerivative (const MovingImagePointType &mappedPoint, RealType &movingImageValue, MovingImageDerivativeType *gradient) const
virtual void InitializeImageSampler (void) throw ( ExceptionObject )
virtual bool IsInsideMovingMask (const MovingImagePointType &mappedPoint) const
 MultiInputImageToImageMetricBase ()
virtual ~MultiInputImageToImageMetricBase ()

Protected Attributes

BSplineInterpolatorVectorType m_BSplineInterpolatorVector
FixedImageInterpolatorVectorType m_FixedImageInterpolatorVector
FixedImageMaskVectorType m_FixedImageMaskVector
FixedImageRegionVectorType m_FixedImageRegionVector
FixedImageVectorType m_FixedImageVector
bool m_InterpolatorsAreBSpline
InterpolatorVectorType m_InterpolatorVector
MovingImageMaskVectorType m_MovingImageMaskVector
MovingImageVectorType m_MovingImageVector

Private Member Functions

 MultiInputImageToImageMetricBase (const Self &)
void operator= (const Self &)

Private Attributes

FixedImageRegionType m_DummyFixedImageRegion
unsigned int m_NumberOfFixedImageInterpolators
unsigned int m_NumberOfFixedImageMasks
unsigned int m_NumberOfFixedImageRegions
unsigned int m_NumberOfFixedImages
unsigned int m_NumberOfInterpolators
unsigned int m_NumberOfMovingImageMasks
unsigned int m_NumberOfMovingImages

Detailed Description

template<class TFixedImage, class TMovingImage>
class itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >

Implements a metric base class that takes multiple inputs.

Definition at line 46 of file itkMultiInputImageToImageMetricBase.h.


Member Typedef Documentation

template<class TFixedImage, class TMovingImage>
typedef BSplineInterpolatorType::Pointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::BSplineInterpolatorPointer [protected]

Definition at line 322 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::BSplineInterpolatorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::BSplineInterpolatorType [protected]

Typedef's for the moving image interpolators.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 321 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
typedef std::vector<BSplineInterpolatorPointer> itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::BSplineInterpolatorVectorType [protected]

Definition at line 323 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<const Self> itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::ConstPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::CoordinateRepresentationType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::CoordinateRepresentationType
template<class TFixedImage, class TMovingImage>
typedef Superclass::DerivativeType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::DerivativeType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageConstPointer
template<class TFixedImage, class TMovingImage>
typedef FixedImageInterpolatorType::Pointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageInterpolatorPointer

Definition at line 101 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
typedef InterpolateImageFunction< FixedImageType, CoordinateRepresentationType > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageInterpolatorType

Definition at line 100 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
typedef std::vector< FixedImageInterpolatorPointer > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageInterpolatorVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageMaskPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageMaskPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageMaskType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageMaskType
template<class TFixedImage, class TMovingImage>
typedef std::vector< FixedImageMaskPointer > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageMaskVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImagePointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImagePointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageRegionType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageRegionType
template<class TFixedImage, class TMovingImage>
typedef std::vector< FixedImageRegionType > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageRegionVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageType
template<class TFixedImage, class TMovingImage>
typedef std::vector< FixedImageConstPointer > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::FixedImageVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImageFilterPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GradientImageFilterPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImageFilterType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GradientImageFilterType
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImagePointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GradientImagePointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImageType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GradientImageType
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientPixelType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GradientPixelType
template<class TFixedImage, class TMovingImage>
typedef Superclass::InputPointType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::InputPointType
template<class TFixedImage, class TMovingImage>
typedef Superclass::InterpolatorPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::InterpolatorPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::InterpolatorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::InterpolatorType
template<class TFixedImage, class TMovingImage>
typedef std::vector< InterpolatorPointer > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::InterpolatorVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MeasureType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MeasureType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageConstPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageContinuousIndexType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageContinuousIndexType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageDerivativeType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageDerivativeType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageIndexType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageIndexType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageMaskPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageMaskPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageMaskType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageMaskType
template<class TFixedImage, class TMovingImage>
typedef std::vector< MovingImageMaskPointer > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageMaskVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImagePixelType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImagePixelType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImagePointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImagePointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImagePointType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImagePointType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageType
template<class TFixedImage, class TMovingImage>
typedef std::vector< MovingImageConstPointer > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MovingImageVectorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::OutputPointType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::OutputPointType
template<class TFixedImage, class TMovingImage>
typedef Superclass::ParametersType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::ParametersType
template<class TFixedImage, class TMovingImage>
typedef SmartPointer<Self> itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Pointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::RealType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::RealType
template<class TFixedImage, class TMovingImage>
typedef MultiInputImageToImageMetricBase itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Self
template<class TFixedImage, class TMovingImage>
typedef AdvancedImageToImageMetric< TFixedImage, TMovingImage > itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Superclass
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformJacobianType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::TransformJacobianType
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformParametersType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::TransformParametersType
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformPointer itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::TransformPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::TransformType

Constructor & Destructor Documentation

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MultiInputImageToImageMetricBase ( ) [protected]

Constructor.

template<class TFixedImage, class TMovingImage>
virtual itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::~MultiInputImageToImageMetricBase ( ) [inline, protected, virtual]

Destructor.

Definition at line 312 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::MultiInputImageToImageMetricBase ( const Self ) [private]

Member Function Documentation

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::CheckForBSplineInterpolators ( void  ) [protected, virtual]

Check if all interpolators (for the moving image) are of type BSplineInterpolateImageFunction.

template<class TFixedImage, class TMovingImage>
virtual bool itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::EvaluateMovingImageValueAndDerivative ( const MovingImagePointType mappedPoint,
RealType movingImageValue,
MovingImageDerivativeType gradient 
) const [protected, virtual]

Check if mappedPoint is inside all moving images. If so, the moving image value and possibly derivative are computed.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
virtual const char* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetClassName ( ) const [virtual]
template<class TFixedImage, class TMovingImage>
virtual const FixedImageType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImage ( unsigned int  pos) const [virtual]

Get the fixed images.

template<class TFixedImage, class TMovingImage>
virtual const FixedImageType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImage ( void  ) const [inline, virtual]

Get the first fixed image.

Definition at line 127 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual FixedImageInterpolatorType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImageInterpolator ( unsigned int  pos) const [virtual]

Get the fixed image interpolators.

template<class TFixedImage, class TMovingImage>
virtual FixedImageInterpolatorType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImageInterpolator ( void  ) const [inline, virtual]

Get the first fixed image interpolator.

Definition at line 290 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual FixedImageMaskType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImageMask ( unsigned int  pos) const [virtual]

Get the fixed image masks.

template<class TFixedImage, class TMovingImage>
virtual FixedImageMaskType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImageMask ( void  ) const [inline, virtual]

Get the first fixed image mask.

Definition at line 153 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual const FixedImageRegionType& itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImageRegion ( unsigned int  pos) const [virtual]

Get the fixed image regions.

template<class TFixedImage, class TMovingImage>
virtual const FixedImageRegionType& itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetFixedImageRegion ( void  ) const [inline, virtual]

Get the first fixed image region.

Definition at line 179 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual InterpolatorType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetInterpolator ( unsigned int  pos) const [virtual]

Get the interpolators.

template<class TFixedImage, class TMovingImage>
virtual InterpolatorType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetInterpolator ( void  ) const [inline, virtual]

Get the first interpolator.

Definition at line 259 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual bool itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetInterpolatorsAreBSpline ( ) const [virtual]

A function to check if all moving image interpolators are of type B-spline.

template<class TFixedImage, class TMovingImage>
virtual const MovingImageType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetMovingImage ( unsigned int  pos) const [virtual]

Get the moving images.

template<class TFixedImage, class TMovingImage>
virtual const MovingImageType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetMovingImage ( void  ) const [inline, virtual]

Get the first moving image.

Definition at line 205 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual MovingImageMaskType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetMovingImageMask ( unsigned int  pos) const [virtual]

Get the moving image masks.

template<class TFixedImage, class TMovingImage>
virtual MovingImageMaskType* itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetMovingImageMask ( void  ) const [inline, virtual]

Get the first moving image mask.

Definition at line 231 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfFixedImageInterpolators ( ) const [virtual]

Get the number of fixed image interpolators.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfFixedImageMasks ( ) const [virtual]

Get the number of fixed image masks.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfFixedImageRegions ( ) const [virtual]

Get the number of fixed image regions.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfFixedImages ( ) const [virtual]

Get the number of fixed images.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfInterpolators ( ) const [virtual]

Get the number of interpolators.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfMovingImageMasks ( ) const [virtual]

Get the number of moving image masks.

template<class TFixedImage, class TMovingImage>
virtual unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::GetNumberOfMovingImages ( ) const [virtual]

Get the number of moving images.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::Initialize ( void  ) throw ( ExceptionObject ) [virtual]
template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::InitializeImageSampler ( void  ) throw ( ExceptionObject ) [protected, virtual]

Initialize variables related to the image sampler; called by Initialize.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
virtual bool itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::IsInsideMovingMask ( const MovingImagePointType mappedPoint) const [protected, virtual]

IsInsideMovingMask: Returns the AND of all moving image masks.

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( FixedImage  )

Set the number of fixed images.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( FixedImageMask  )

Set the number of fixed image masks.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( FixedImageRegion  )

Set the number of fixed image regions.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( MovingImage  )

Set the number of moving images.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( MovingImageMask  )

Set the number of moving image masks.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( Interpolator  )

Set the number of interpolators.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkSetNumberOfMacro ( FixedImageInterpolator  )

Set the number of fixed image interpolators.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkStaticConstMacro ( MovingImageDimension  ,
unsigned  int,
TMovingImage::ImageDimension   
)

Constants for the image dimensions

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::itkStaticConstMacro ( FixedImageDimension  ,
unsigned  int,
TFixedImage::ImageDimension   
)
template<class TFixedImage, class TMovingImage>
void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::operator= ( const Self ) [private]
template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImage ( const FixedImageType _arg,
unsigned int  pos 
) [virtual]

******************** Fixed images ******************** Set the fixed images.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImage ( const FixedImageType _arg) [inline, virtual]

Set the first fixed image.

Definition at line 118 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImageInterpolator ( FixedImageInterpolatorType _arg,
unsigned int  pos 
) [virtual]

******************** FixedImageInterpolators ******************** These interpolators are used for the fixed images. Set the fixed image interpolators.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImageInterpolator ( FixedImageInterpolatorType _arg) [inline, virtual]

Set the first fixed image interpolator.

Definition at line 281 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImageMask ( FixedImageMaskType _arg,
unsigned int  pos 
) [virtual]

******************** Fixed image masks ******************** Set the fixed image masks.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImageMask ( FixedImageMaskType _arg) [inline, virtual]

Set the first fixed image mask.

Definition at line 144 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImageRegion ( const FixedImageRegionType  _arg,
unsigned int  pos 
) [virtual]

******************** Fixed image regions ******************** Set the fixed image regions.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetFixedImageRegion ( const FixedImageRegionType  _arg) [inline, virtual]

Set the first fixed image region.

Definition at line 170 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetInterpolator ( InterpolatorType _arg,
unsigned int  pos 
) [virtual]

******************** Interpolators ******************** These interpolators are used for the moving images. Set the interpolators.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetInterpolator ( InterpolatorType _arg) [inline, virtual]

Set the first interpolator.

Definition at line 250 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetMovingImage ( const MovingImageType _arg,
unsigned int  pos 
) [virtual]

******************** Moving images ******************** Set the moving images.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetMovingImage ( const MovingImageType _arg) [inline, virtual]

Set the first moving image.

Definition at line 196 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetMovingImageMask ( MovingImageMaskType _arg,
unsigned int  pos 
) [virtual]

******************** Moving image masks ******************** Set the moving image masks.

template<class TFixedImage, class TMovingImage>
virtual void itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::SetMovingImageMask ( MovingImageMaskType _arg) [inline, virtual]

Set the first moving image mask.

Definition at line 222 of file itkMultiInputImageToImageMetricBase.h.


Field Documentation

template<class TFixedImage, class TMovingImage>
BSplineInterpolatorVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_BSplineInterpolatorVector [protected]

Definition at line 355 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
FixedImageRegionType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_DummyFixedImageRegion [private]

Private member variables.

Definition at line 363 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
FixedImageInterpolatorVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_FixedImageInterpolatorVector [protected]

Definition at line 352 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
FixedImageMaskVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_FixedImageMaskVector [protected]

Definition at line 347 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
FixedImageRegionVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_FixedImageRegionVector [protected]

Definition at line 348 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
FixedImageVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_FixedImageVector [protected]

Protected member variables.

Definition at line 346 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
bool itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_InterpolatorsAreBSpline [protected]

Definition at line 354 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
InterpolatorVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_InterpolatorVector [protected]

Definition at line 351 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
MovingImageMaskVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_MovingImageMaskVector [protected]

Definition at line 350 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
MovingImageVectorType itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_MovingImageVector [protected]

Definition at line 349 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfFixedImageInterpolators [private]

Definition at line 371 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfFixedImageMasks [private]

Definition at line 366 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfFixedImageRegions [private]

Definition at line 367 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfFixedImages [private]

Definition at line 365 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfInterpolators [private]

Definition at line 370 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfMovingImageMasks [private]

Definition at line 369 of file itkMultiInputImageToImageMetricBase.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::MultiInputImageToImageMetricBase< TFixedImage, TMovingImage >::m_NumberOfMovingImages [private]

Definition at line 368 of file itkMultiInputImageToImageMetricBase.h.



Generated on 11-05-2012 for elastix by doxygen 1.7.6.1 elastix logo