#include <itkAcosImageFilter.h>
Inheritance diagram for itk::AcosImageFilter:
Public Types | |
typedef AcosImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
AcosImageFilter () | |
virtual | ~AcosImageFilter () |
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
, acos()
function to the double
valuedouble
value resulting from acos()
to the pixel type of the output image
Definition at line 62 of file itkAcosImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 76 of file itkAcosImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 75 of file itkAcosImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 71 of file itkAcosImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >. Definition at line 74 of file itkAcosImageFilter.h. |
|
Definition at line 82 of file itkAcosImageFilter.h. |
|
Definition at line 83 of file itkAcosImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::Acos< TInputImage::PixelType, TOutputImage::PixelType > >. |