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>

Inheritance diagram for itk::TanImageAdaptor< TImage, TOutputPixelType >:

Inheritance graph
[legend]
Collaboration diagram for itk::TanImageAdaptor< TImage, TOutputPixelType >:

Collaboration graph
[legend]
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 * GetNameOfClass () 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
 

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

Definition at line 81 of file itkTanImageAdaptor.h.

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

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

Definition at line 80 of file itkTanImageAdaptor.h.

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

Standard class typedefs.

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

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
 

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

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 >::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

template<class TImage, class TOutputPixelType>
Pointer itk::TanImageAdaptor< TImage, TOutputPixelType >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.


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