ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTernaryAddImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TernaryAddImageFilter | Self |
typedef TernaryFunctorImageFilter < TInputImage1, TInputImage2, TInputImage3, TOutputImage, Functor::Add3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Static Public Member Functions | |
static Pointer | New () |
virtual const char * | GetNameOfClass () const |
TernaryAddImageFilter () | |
virtual | ~TernaryAddImageFilter () |
TernaryAddImageFilter (const Self &) | |
void | operator= (const Self &) |
Pixel-wise addition of three images.
This class is templated over the types of the three input images and the type of the output image. Numeric conversions (castings) are done by the C++ defaults.
Definition at line 67 of file itkTernaryAddImageFilter.h.
typedef SmartPointer< const Self > itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::ConstPointer |
typedef SmartPointer< Self > itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Pointer |
typedef TernaryAddImageFilter itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Self |
Standard class typedefs.
Definition at line 78 of file itkTernaryAddImageFilter.h.
typedef TernaryFunctorImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage, Functor::Add3< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TInputImage3::PixelType, typename TOutputImage::PixelType > > itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::Superclass |
itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryAddImageFilter | ( | ) | [inline, protected] |
Runtime information support.
Definition at line 97 of file itkTernaryAddImageFilter.h.
virtual itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::~TernaryAddImageFilter | ( | ) | [inline, protected, virtual] |
Runtime information support.
Definition at line 98 of file itkTernaryAddImageFilter.h.
itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::TernaryAddImageFilter | ( | const Self & | ) | [private] |
Runtime information support.
virtual::itk::LightObject::Pointer itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
virtual const char* itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
static Pointer itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
void itk::TernaryAddImageFilter< TInputImage1, TInputImage2, TInputImage3, TOutputImage >::operator= | ( | const Self & | ) | [private] |