ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLog10ImageAdaptor.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Log10ImageAdaptor | Self |
typedef ImageAdaptor< TImage, Accessor::Log10PixelAccessor < 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 |
Log10ImageAdaptor () | |
virtual | ~Log10ImageAdaptor () |
Log10ImageAdaptor (const Self &) | |
void | operator= (const Self &) |
Presents an image as being composed of the vcl_log10() 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 itkLog10ImageAdaptor.h.
typedef SmartPointer< const Self > itk::Log10ImageAdaptor< TImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 83 of file itkLog10ImageAdaptor.h.
typedef SmartPointer< Self > itk::Log10ImageAdaptor< TImage, TOutputPixelType >::Pointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 82 of file itkLog10ImageAdaptor.h.
typedef Log10ImageAdaptor itk::Log10ImageAdaptor< TImage, TOutputPixelType >::Self |
Standard class typedefs.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 77 of file itkLog10ImageAdaptor.h.
typedef ImageAdaptor< TImage, Accessor::Log10PixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::Log10ImageAdaptor< TImage, TOutputPixelType >::Superclass |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 80 of file itkLog10ImageAdaptor.h.
itk::Log10ImageAdaptor< TImage, TOutputPixelType >::Log10ImageAdaptor | ( | ) | [inline, protected] |
Run-time type information (and related methods).
Definition at line 91 of file itkLog10ImageAdaptor.h.
virtual itk::Log10ImageAdaptor< TImage, TOutputPixelType >::~Log10ImageAdaptor | ( | ) | [inline, protected, virtual] |
Run-time type information (and related methods).
Definition at line 92 of file itkLog10ImageAdaptor.h.
itk::Log10ImageAdaptor< TImage, TOutputPixelType >::Log10ImageAdaptor | ( | const Self & | ) | [private] |
Run-time type information (and related methods).
virtual::itk::LightObject::Pointer itk::Log10ImageAdaptor< 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::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
virtual const char* itk::Log10ImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
static Pointer itk::Log10ImageAdaptor< TImage, TOutputPixelType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.
void itk::Log10ImageAdaptor< TImage, TOutputPixelType >::operator= | ( | const Self & | ) | [private] |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >.