![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLogImageAdaptor.h>
Inheritance diagram for itk::LogImageAdaptor< TImage, TOutputPixelType >:
Collaboration diagram for itk::LogImageAdaptor< TImage, TOutputPixelType >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef LogImageAdaptor | Self |
| typedef ImageAdaptor< TImage, Accessor::LogPixelAccessor < typename TImage::PixelType, TOutputPixelType > > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| static Pointer | New () |
| LogImageAdaptor () | |
| virtual | ~LogImageAdaptor () |
| LogImageAdaptor (const Self &) | |
| void | operator= (const Self &) |
Presents an image as being composed of the vcl_log() 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 itkLogImageAdaptor.h.
| typedef SmartPointer< const Self > itk::LogImageAdaptor< TImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 85 of file itkLogImageAdaptor.h.
| typedef SmartPointer< Self > itk::LogImageAdaptor< TImage, TOutputPixelType >::Pointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 84 of file itkLogImageAdaptor.h.
| typedef LogImageAdaptor itk::LogImageAdaptor< TImage, TOutputPixelType >::Self |
Standard class typedefs.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 78 of file itkLogImageAdaptor.h.
| typedef ImageAdaptor< TImage, Accessor::LogPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::LogImageAdaptor< TImage, TOutputPixelType >::Superclass |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 82 of file itkLogImageAdaptor.h.
| itk::LogImageAdaptor< TImage, TOutputPixelType >::LogImageAdaptor | ( | ) | [inline, protected] |
Method for creation through the object factory.
Definition at line 93 of file itkLogImageAdaptor.h.
| virtual itk::LogImageAdaptor< TImage, TOutputPixelType >::~LogImageAdaptor | ( | ) | [inline, protected, virtual] |
Method for creation through the object factory.
Definition at line 94 of file itkLogImageAdaptor.h.
| itk::LogImageAdaptor< TImage, TOutputPixelType >::LogImageAdaptor | ( | const Self & | ) | [private] |
Method for creation through the object factory.
| virtual::itk::LightObject::Pointer itk::LogImageAdaptor< TImage, TOutputPixelType >::CreateAnother | ( | void | ) | const [virtual] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
| virtual const char* itk::LogImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
| static Pointer itk::LogImageAdaptor< TImage, TOutputPixelType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
| void itk::LogImageAdaptor< TImage, TOutputPixelType >::operator= | ( | const Self & | ) | [private] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >.
1.7.6.1