#include <itkTanImageFilter.h>
Public Types | |
typedef TanImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< 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 | |
TanImageFilter () | |
virtual | ~TanImageFilter () |
Definition at line 44 of file itkTanImageFilter.h.
|
Definition at line 57 of file itkTanImageFilter.h. |
|
Definition at line 56 of file itkTanImageFilter.h. |
|
Standard class typedefs. Definition at line 52 of file itkTanImageFilter.h. |
|
Definition at line 55 of file itkTanImageFilter.h. |
|
Definition at line 63 of file itkTanImageFilter.h. |
|
Definition at line 64 of file itkTanImageFilter.h. |
|
Method for creation through the object factory. |