#include <itkMultiplyImageFilter.h>
Public Types | |
| typedef MultiplyImageFilter | Self |
| typedef BinaryFunctorImageFilter< TInputImage1, TInputImage2, TOutputImage, Function::Mult< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType > > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
| Pointer | New () |
Protected Member Functions | |
| MultiplyImageFilter () | |
| virtual | ~MultiplyImageFilter () |
This class is parametrized over the types of the two input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
Definition at line 48 of file itkMultiplyImageFilter.h.
|
|||||
|
Definition at line 66 of file itkMultiplyImageFilter.h. |
|
|||||
|
Definition at line 65 of file itkMultiplyImageFilter.h. |
|
|||||
|
Standard class typedefs. Definition at line 58 of file itkMultiplyImageFilter.h. |
|
|||||
|
Definition at line 64 of file itkMultiplyImageFilter.h. |
|
|||||||||
|
Definition at line 72 of file itkMultiplyImageFilter.h. |
|
|||||||||
|
Definition at line 73 of file itkMultiplyImageFilter.h. |
|
|||||||||
|
Method for creation through the object factory. |
1.3.8 written by Dimitri van Heesch,
© 1997-2000