ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Private Attributes
itk::InvertIntensityImageFilter< TInputImage, TOutputImage > Class Template Reference

#include <itkInvertIntensityImageFilter.h>

+ Inheritance diagram for itk::InvertIntensityImageFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for itk::InvertIntensityImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef TInputImage::PixelType InputPixelType
typedef TOutputImage::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef NumericTraits
< InputPixelType >::RealType 
RealType
typedef InvertIntensityImageFilter Self
typedef
UnaryFunctorImageFilter
< TInputImage, TOutputImage,
Functor::InvertIntensityTransform
< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

void BeforeThreadedGenerateData (void)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const InputPixelTypeGetMaximum ()
virtual const char * GetNameOfClass () const
void PrintSelf (std::ostream &os, Indent indent) const
virtual void SetMaximum (InputPixelType _arg)
 typedef (Concept::HasNumericTraits< InputPixelType >) InputHasNumericTraitsCheck

Static Public Member Functions

static Pointer New ()

Private Attributes

InputPixelType m_Maximum
 InvertIntensityImageFilter ()
virtual ~InvertIntensityImageFilter ()
 InvertIntensityImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

template<typename TInputImage, typename TOutputImage = TInputImage>
class itk::InvertIntensityImageFilter< TInputImage, TOutputImage >

Invert the intensity of an image.

InvertIntensityImageFilter inverts intensity of pixels by subtracting pixel value to a maximum value. The maximum value can be set with SetMaximum and defaults the maximum of input pixel type. This filter can be used to invert, for example, a binary image, a distance map, etc.

Author:
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
See also:
IntensityWindowingImageFilter ShiftScaleImageFilter
Wiki Examples:

Definition at line 90 of file itkInvertIntensityImageFilter.h.


Member Typedef Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef SmartPointer< const Self > itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::ConstPointer
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TInputImage::PixelType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 108 of file itkInvertIntensityImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef TOutputImage::PixelType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 107 of file itkInvertIntensityImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef SmartPointer< Self > itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::Pointer
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef NumericTraits< InputPixelType >::RealType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::RealType

Definition at line 109 of file itkInvertIntensityImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
typedef InvertIntensityImageFilter itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::Self
template<typename TInputImage , typename TOutputImage = TInputImage>
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::InvertIntensityTransform< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::InvertIntensityImageFilter ( ) [protected]

End concept checking

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::~InvertIntensityImageFilter ( ) [inline, protected, virtual]

End concept checking

Definition at line 136 of file itkInvertIntensityImageFilter.h.

template<typename TInputImage , typename TOutputImage = TInputImage>
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::InvertIntensityImageFilter ( const Self ) [private]

End concept checking


Member Function Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData ( void  ) [virtual]

Process to execute before entering the multithreaded section

Reimplemented from itk::ImageSource< TOutputImage >.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual::itk::LightObject::Pointer itk::InvertIntensityImageFilter< 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::InvertIntensityTransform< TInputImage::PixelType, TOutputImage::PixelType > >.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual const InputPixelType& itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::GetMaximum ( ) [virtual]
template<typename TInputImage , typename TOutputImage = TInputImage>
virtual const char* itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<typename TInputImage , typename TOutputImage = TInputImage>
static Pointer itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<typename TInputImage , typename TOutputImage = TInputImage>
void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<typename TInputImage , typename TOutputImage = TInputImage>
void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [virtual]

Print internal ivars

Reimplemented from itk::InPlaceImageFilter< TInputImage, TOutputImage >.

template<typename TInputImage , typename TOutputImage = TInputImage>
virtual void itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::SetMaximum ( InputPixelType  _arg) [virtual]
template<typename TInputImage , typename TOutputImage = TInputImage>
itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< InputPixelType )

Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )


Member Data Documentation

template<typename TInputImage , typename TOutputImage = TInputImage>
InputPixelType itk::InvertIntensityImageFilter< TInputImage, TOutputImage >::m_Maximum [private]

Definition at line 142 of file itkInvertIntensityImageFilter.h.


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