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

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

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

#include <itkTanImageAdaptor.h>

List of all members.

Public Types

typedef TanImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::TanPixelAccessor<
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

 TanImageAdaptor ()
virtual ~TanImageAdaptor ()


Detailed Description

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

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

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

Definition at line 68 of file itkTanImageAdaptor.h.


Member Typedef Documentation

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

Definition at line 81 of file itkTanImageAdaptor.h.

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

Definition at line 80 of file itkTanImageAdaptor.h.

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

Standard class typedefs. Definition at line 76 of file itkTanImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage,Accessor::TanPixelAccessor< typename TImage::PixelType, TOutputPixelType> > itk::TanImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Definition at line 79 of file itkTanImageAdaptor.h.


Constructor & Destructor Documentation

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

Definition at line 90 of file itkTanImageAdaptor.h.

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

Definition at line 91 of file itkTanImageAdaptor.h.


Member Function Documentation

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

Run-time type information (and related methods).

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