![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkAsinImageAdaptor.h>
Inheritance diagram for itk::AsinImageAdaptor< TImage, TOutputPixelType >:
Collaboration diagram for itk::AsinImageAdaptor< TImage, TOutputPixelType >:Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef SmartPointer< Self > | Pointer |
| typedef AsinImageAdaptor | Self |
| typedef ImageAdaptor< TImage, Accessor::AsinPixelAccessor < typename TImage::PixelType, TOutputPixelType > > | Superclass |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| static Pointer | New () |
| AsinImageAdaptor () | |
| virtual | ~AsinImageAdaptor () |
| AsinImageAdaptor (const Self &) | |
| void | operator= (const Self &) |
Presents an image as being composed of the vcl_asin() of its pixels.
Additional casting is performed according to the input and output image types following C++ default casting rules.
Definition at line 72 of file itkAsinImageAdaptor.h.
| typedef SmartPointer< const Self > itk::AsinImageAdaptor< TImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 86 of file itkAsinImageAdaptor.h.
| typedef SmartPointer< Self > itk::AsinImageAdaptor< TImage, TOutputPixelType >::Pointer |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 85 of file itkAsinImageAdaptor.h.
| typedef AsinImageAdaptor itk::AsinImageAdaptor< TImage, TOutputPixelType >::Self |
Standard class typedefs.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 81 of file itkAsinImageAdaptor.h.
| typedef ImageAdaptor< TImage, Accessor::AsinPixelAccessor< typename TImage::PixelType, TOutputPixelType > > itk::AsinImageAdaptor< TImage, TOutputPixelType >::Superclass |
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Definition at line 83 of file itkAsinImageAdaptor.h.
| itk::AsinImageAdaptor< TImage, TOutputPixelType >::AsinImageAdaptor | ( | ) | [inline, protected] |
Method for creation through the object factory.
Definition at line 94 of file itkAsinImageAdaptor.h.
| virtual itk::AsinImageAdaptor< TImage, TOutputPixelType >::~AsinImageAdaptor | ( | ) | [inline, protected, virtual] |
Method for creation through the object factory.
Definition at line 95 of file itkAsinImageAdaptor.h.
| itk::AsinImageAdaptor< TImage, TOutputPixelType >::AsinImageAdaptor | ( | const Self & | ) | [private] |
Method for creation through the object factory.
| virtual::itk::LightObject::Pointer itk::AsinImageAdaptor< TImage, TOutputPixelType >::CreateAnother | ( | void | ) | const [virtual] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
| virtual const char* itk::AsinImageAdaptor< TImage, TOutputPixelType >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
| static Pointer itk::AsinImageAdaptor< TImage, TOutputPixelType >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
| void itk::AsinImageAdaptor< TImage, TOutputPixelType >::operator= | ( | const Self & | ) | [private] |
Method for creation through the object factory.
Reimplemented from itk::ImageAdaptor< TImage, Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >.
1.7.6.1