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