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

Computes the absolute value of each pixel. More...

#include <itkAbsImageFilter.h>

Inheritance diagram for itk::AbsImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::AbsImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage::PixelType InputPixelType
typedef TOutputImage::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef AbsImageFilter Self
typedef
UnaryFunctorImageFilter
< TInputImage, TOutputImage,
Functor::Abs< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::Convertible< InputPixelType, OutputPixelType >) ConvertibleCheck
 typedef (Concept::GreaterThanComparable< InputPixelType, InputPixelType >) InputGreaterThanIntCheck

Static Public Member Functions

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

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::AbsImageFilter< TInputImage, TOutputImage >

Computes the absolute value of each pixel.

vnl_math_abs() is used to perform the computation.

Wiki Examples:

Definition at line 69 of file itkAbsImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::AbsImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef TInputImage::PixelType itk::AbsImageFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 90 of file itkAbsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage::PixelType itk::AbsImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 93 of file itkAbsImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::AbsImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef AbsImageFilter itk::AbsImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Abs< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::AbsImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::AbsImageFilter< TInputImage, TOutputImage >::AbsImageFilter ( ) [inline, protected]

End concept checking

Definition at line 105 of file itkAbsImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual itk::AbsImageFilter< TInputImage, TOutputImage >::~AbsImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 106 of file itkAbsImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::AbsImageFilter< TInputImage, TOutputImage >::AbsImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::AbsImageFilter< TInputImage, 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::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Abs< TInputImage::PixelType, TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
virtual const char* itk::AbsImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::AbsImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
void itk::AbsImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<class TInputImage , class TOutputImage >
itk::AbsImageFilter< TInputImage, TOutputImage >::typedef ( Concept::Convertible< InputPixelType, OutputPixelType )

Begin concept checking This class requires ConvertibleCheck in the form of ( Concept::Convertible< InputPixelType, OutputPixelType > )

template<class TInputImage , class TOutputImage >
itk::AbsImageFilter< TInputImage, TOutputImage >::typedef ( Concept::GreaterThanComparable< InputPixelType, InputPixelType )

This class requires InputGreaterThanIntCheck in the form of ( Concept::GreaterThanComparable< InputPixelType, InputPixelType > )


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