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

itk::AsinImageAdaptor< TImage, TOutputPixelType > Class Template Reference
[Image Adaptors]

Presents an image as being composed of the asin() of its pixels. More...

#include <itkAsinImageAdaptor.h>

List of all members.

Public Types

typedef AsinImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::AsinPixelAccessor<
typename TImage::PixelType,
TOutputPixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 AsinImageAdaptor ()
virtual ~AsinImageAdaptor ()


Detailed Description

template<class TImage, class TOutputPixelType>
class itk::AsinImageAdaptor< TImage, TOutputPixelType >

Presents an image as being composed of the asin() of its pixels.

Additional casting is performed according to the input and output image types following C++ default casting rules.

Definition at line 70 of file itkAsinImageAdaptor.h.


Member Typedef Documentation

template<class TImage, class TOutputPixelType>
typedef SmartPointer<const Self> itk::AsinImageAdaptor< TImage, TOutputPixelType >::ConstPointer
 

Definition at line 85 of file itkAsinImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef SmartPointer<Self> itk::AsinImageAdaptor< TImage, TOutputPixelType >::Pointer
 

Definition at line 84 of file itkAsinImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef AsinImageAdaptor itk::AsinImageAdaptor< TImage, TOutputPixelType >::Self
 

Standard class typedefs. Definition at line 79 of file itkAsinImageAdaptor.h.

Referenced by itk::AsinImageAdaptor< TImage, TOutputPixelType >::~AsinImageAdaptor().

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage,Accessor::AsinPixelAccessor< typename TImage::PixelType, TOutputPixelType> > itk::AsinImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Definition at line 83 of file itkAsinImageAdaptor.h.


Constructor & Destructor Documentation

template<class TImage, class TOutputPixelType>
itk::AsinImageAdaptor< TImage, TOutputPixelType >::AsinImageAdaptor  )  [inline, protected]
 

Definition at line 94 of file itkAsinImageAdaptor.h.

template<class TImage, class TOutputPixelType>
virtual itk::AsinImageAdaptor< TImage, TOutputPixelType >::~AsinImageAdaptor  )  [inline, protected, virtual]
 

Definition at line 95 of file itkAsinImageAdaptor.h.

References itk::AsinImageAdaptor< TImage, TOutputPixelType >::Self.


Member Function Documentation

template<class TImage, class TOutputPixelType>
virtual const char* itk::AsinImageAdaptor< TImage, TOutputPixelType >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

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