#include <itkExpNegativeImageFilter.h>
Inheritance diagram for itk::ExpNegativeImageFilter< TInputImage, TOutputImage >:


Public Types | |
| typedef ExpNegativeImageFilter | Self |
| typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::ExpNegative< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
| void | SetFactor (double factor) |
Static Public Member Functions | |
| Pointer | New () |
Protected Member Functions | |
| ExpNegativeImageFilter () | |
| virtual | ~ExpNegativeImageFilter () |
Every output pixel is equal to exp(-K.x ). where x is the intensity of the homologous input pixel, and K is a user-provided constant.
Definition at line 58 of file itkExpNegativeImageFilter.h.
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 72 of file itkExpNegativeImageFilter.h. |
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 71 of file itkExpNegativeImageFilter.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 67 of file itkExpNegativeImageFilter.h. |
|
|||||
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 70 of file itkExpNegativeImageFilter.h. |
|
|||||||||
|
Definition at line 87 of file itkExpNegativeImageFilter.h. |
|
|||||||||
|
Definition at line 88 of file itkExpNegativeImageFilter.h. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |
|
||||||||||
|
Definition at line 77 of file itkExpNegativeImageFilter.h. |
1.3.5 written by Dimitri van Heesch,
© 1997-2000