ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions
itk::CosImageAdaptor< TImage, TOutputPixelType > Class Template Reference

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

#include <itkCosImageAdaptor.h>

Inheritance diagram for itk::CosImageAdaptor< TImage, TOutputPixelType >:
Collaboration diagram for itk::CosImageAdaptor< TImage, TOutputPixelType >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef CosImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::CosPixelAccessor
< typename TImage::PixelType,
TOutputPixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const

Static Public Member Functions

static Pointer New ()
virtual const char * GetNameOfClass () const
 CosImageAdaptor ()
virtual ~CosImageAdaptor ()
 CosImageAdaptor (const Self &)
void operator= (const Self &)

Detailed Description

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

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

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

Definition at line 69 of file itkCosImageAdaptor.h.


Member Typedef Documentation

template<class TImage , class TOutputPixelType >
typedef SmartPointer< const Self > itk::CosImageAdaptor< TImage, TOutputPixelType >::ConstPointer
template<class TImage , class TOutputPixelType >
typedef SmartPointer< Self > itk::CosImageAdaptor< TImage, TOutputPixelType >::Pointer
template<class TImage , class TOutputPixelType >
typedef CosImageAdaptor itk::CosImageAdaptor< TImage, TOutputPixelType >::Self
template<class TImage , class TOutputPixelType >
typedef ImageAdaptor< TImage, Accessor::CosPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::CosImageAdaptor< TImage, TOutputPixelType >::Superclass

Constructor & Destructor Documentation

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

Run-time type information (and related methods).

Definition at line 90 of file itkCosImageAdaptor.h.

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

Run-time type information (and related methods).

Definition at line 91 of file itkCosImageAdaptor.h.

template<class TImage , class TOutputPixelType >
itk::CosImageAdaptor< TImage, TOutputPixelType >::CosImageAdaptor ( const Self ) [private]

Run-time type information (and related methods).


Member Function Documentation

template<class TImage , class TOutputPixelType >
virtual::itk::LightObject::Pointer itk::CosImageAdaptor< TImage, TOutputPixelType >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >.

template<class TImage , class TOutputPixelType >
virtual const char* itk::CosImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >.

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

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >.

template<class TImage , class TOutputPixelType >
void itk::CosImageAdaptor< TImage, TOutputPixelType >::operator= ( const Self ) [private]

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >.


The documentation for this class was generated from the following file: