Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::NotImageFilter< TInputImage, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Implements the NOT logical operator pixel-wise on an image. More...

#include <itkNotImageFilter.h>

Inheritance diagram for itk::NotImageFilter< TInputImage, TOutputImage >:

Inheritance graph
[legend]
Collaboration diagram for itk::NotImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef NotImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Functor::NOT< typename TInputImage::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 NotImageFilter ()
virtual ~NotImageFilter ()

Detailed Description

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

Implements the NOT logical operator pixel-wise on an image.

This class is parametrized over the types of an input image and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.

Since the logical NOT operation is only defined in C++ for integer types, the images passed to this filter must comply with the requirement of using integer pixel type.

The total operation over one pixel will be

output_pixel = static_cast<OutputPixelType>( !input_pixel )

Where "!" is the unary NOT operator in C++.

Definition at line 62 of file itkNotImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::NotImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 80 of file itkNotImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::NotImageFilter< TInputImage, TOutputImage >::Pointer
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 79 of file itkNotImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef NotImageFilter itk::NotImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 73 of file itkNotImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::NOT< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::NotImageFilter< TInputImage, TOutputImage >::Superclass
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.

Definition at line 78 of file itkNotImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 86 of file itkNotImageFilter.h.

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

Definition at line 87 of file itkNotImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::NotImageFilter< TInputImage, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >.


The documentation for this class was generated from the following file:
Generated at Thu May 25 01:58:42 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000