#include <itkAsinImageFilter.h>
Inheritance diagram for itk::AsinImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef AsinImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Asin< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
AsinImageFilter () | |
virtual | ~AsinImageFilter () |
This filter is templated over the pixel type of the input image and the pixel type of the output image.
The filter will walk over all the pixels in the input image, and for each one of them it will do the following:
double
,asin()
function to the double
valuedouble
value resulting from asin()
to the pixel type of the output imageThe filter expect both images to have the same dimension (e.g. both 2D, or both 3D, or both ND)
Definition at line 64 of file itkAsinImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 80 of file itkAsinImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 79 of file itkAsinImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 73 of file itkAsinImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 78 of file itkAsinImageFilter.h. |
|
Definition at line 86 of file itkAsinImageFilter.h. |
|
Definition at line 87 of file itkAsinImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |