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

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

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

#include <itkAsinImageFilter.h>

List of all members.

Public Types

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

Static Public Member Functions

Pointer New ()

Protected Member Functions

 AsinImageFilter ()
virtual ~AsinImageFilter ()


Detailed Description

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

Computes the asin(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 64 of file itkAsinImageFilter.h.


Member Typedef Documentation

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

Definition at line 80 of file itkAsinImageFilter.h.

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

Definition at line 79 of file itkAsinImageFilter.h.

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

Standard class typedefs. Definition at line 73 of file itkAsinImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Functor::Asin< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::AsinImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 78 of file itkAsinImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 86 of file itkAsinImageFilter.h.

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

Definition at line 87 of file itkAsinImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::AsinImageFilter< 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:58 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000