#include <itkSqrtImageAdaptor.h>
Inheritance diagram for itk::SqrtImageAdaptor:
Public Types | |
typedef SqrtImageAdaptor | Self |
typedef ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< typename TImage::PixelType, TOutputPixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Methods | |
virtual const char * | GetClassName () const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
SqrtImageAdaptor () | |
virtual | ~SqrtImageAdaptor () |
Additional casting is performed according to the input and output image types following C++ default casting rules.
Definition at line 67 of file itkSqrtImageAdaptor.h.
|
Reimplemented from itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >. Definition at line 79 of file itkSqrtImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >. Definition at line 78 of file itkSqrtImageAdaptor.h. |
|
Standard class typedefs. Reimplemented from itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >. Definition at line 74 of file itkSqrtImageAdaptor.h. |
|
Reimplemented from itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >. Definition at line 77 of file itkSqrtImageAdaptor.h. |
|
Definition at line 88 of file itkSqrtImageAdaptor.h. |
|
Definition at line 89 of file itkSqrtImageAdaptor.h. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >. |
|
Method for creation through the object factory. Reimplemented from itk::ImageAdaptor< TImage, Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >. |