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

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

Computes the acos(x) pixel-wise. More...

#include <itkAcosImageFilter.h>

List of all members.

Public Types

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

Static Public Member Functions

Pointer New ()

Protected Member Functions

 AcosImageFilter ()
virtual ~AcosImageFilter ()


Detailed Description

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

Computes the acos(x) pixel-wise.

This filter is templated over the pixel type of the input image and the pixel type of the output image.

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

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

Definition at line 62 of file itkAcosImageFilter.h.


Member Typedef Documentation

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

Definition at line 76 of file itkAcosImageFilter.h.

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

Definition at line 75 of file itkAcosImageFilter.h.

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

Standard class typedefs. Definition at line 71 of file itkAcosImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::Acos< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::AcosImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 74 of file itkAcosImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 82 of file itkAcosImageFilter.h.

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

Definition at line 83 of file itkAcosImageFilter.h.


Member Function Documentation

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

Method for creation through the object factory.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:51:46 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000