ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage > Class Template Reference

Implements pixel-wise the computation of constrained value difference. More...

#include <itkConstrainedValueDifferenceImageFilter.h>

Inheritance diagram for itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >:
Collaboration diagram for itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef
ConstrainedValueDifferenceImageFilter 
Self
typedef
BinaryFunctorImageFilter
< TInputImage1, TInputImage2,
TOutputImage,
Functor::ConstrainedValueDifference
< typename
TInputImage1::PixelType,
typename
TInputImage2::PixelType,
typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::Convertible< double, typename TOutputImage::PixelType >) DoubleConvertibleToOutputCheck
 typedef (Concept::Convertible< typename TInputImage2::PixelType, double >) Input2ConvertibleToDoubleCheck
 typedef (Concept::Convertible< typename TInputImage1::PixelType, double >) Input1ConvertibleToDoubleCheck
 typedef (Concept::GreaterThanComparable< double, typename TOutputImage::PixelType >) DoubleGreaterThanOutputCheck

Static Public Member Functions

static Pointer New ()
 ConstrainedValueDifferenceImageFilter ()
virtual ~ConstrainedValueDifferenceImageFilter ()
 ConstrainedValueDifferenceImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<class TInputImage1, class TInputImage2, class TOutputImage>
class itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >

Implements pixel-wise the computation of constrained value difference.

This filter is parametrized over the types of the two input images and the type of the output image.

Numeric conversions (castings) are done by the C++ defaults.

The filter will walk over all the pixels in the two input images, and for each one of them it will do the following:

The filter expect all images to have the same dimension (e.g. all 2D, or all 3D, or all ND)

Author:
Lino Ramirez. Dept. of Electrical and Computer Engineering. University of Alberta. Canada

Definition at line 90 of file itkConstrainedValueDifferenceImageFilter.h.


Member Typedef Documentation

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef SmartPointer< const Self > itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstPointer
template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef SmartPointer< Self > itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Pointer
template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef ConstrainedValueDifferenceImageFilter itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Self
template<class TInputImage1 , class TInputImage2 , class TOutputImage >
typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ConstrainedValueDifference< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstrainedValueDifferenceImageFilter ( ) [inline, protected]

End concept checking

Definition at line 131 of file itkConstrainedValueDifferenceImageFilter.h.

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
virtual itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::~ConstrainedValueDifferenceImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 132 of file itkConstrainedValueDifferenceImageFilter.h.

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::ConstrainedValueDifferenceImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
virtual::itk::LightObject::Pointer itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::CreateAnother ( void  ) const [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::BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::ConstrainedValueDifference< TInputImage1::PixelType, TInputImage2::PixelType, TOutputImage::PixelType > >.

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
virtual const char* itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage1 , class TInputImage2 , class TOutputImage >
static Pointer itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::New ( ) [static]
template<class TInputImage1 , class TInputImage2 , class TOutputImage >
void itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::operator= ( const Self ) [private]
template<class TInputImage1 , class TInputImage2 , class TOutputImage >
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef ( Concept::Convertible< typename TInputImage2::PixelType, double >  )

This class requires Input2ConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage2::PixelType, double > )

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef ( Concept::GreaterThanComparable< double, typename TOutputImage::PixelType >  )

This class requires DoubleGreaterThanOutputCheck in the form of ( Concept::GreaterThanComparable< double, typename TOutputImage::PixelType > )

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef ( Concept::Convertible< typename TInputImage1::PixelType, double >  )

Begin concept checking This class requires Input1ConvertibleToDoubleCheck in the form of ( Concept::Convertible< typename TInputImage1::PixelType, double > )

template<class TInputImage1 , class TInputImage2 , class TOutputImage >
itk::ConstrainedValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >::typedef ( Concept::Convertible< double, typename TOutputImage::PixelType >  )

This class requires DoubleConvertibleToOutputCheck in the form of ( Concept::Convertible< double, typename TOutputImage::PixelType > )


The documentation for this class was generated from the following file: