ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkAddImageFilter.h File Reference
+ Include dependency graph for itkAddImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AddImageFilter< TInputImage1, TInputImage2, TOutputImage >
 

Namespaces

namespace  itk
 

Typedefs

using ConstPointer = SmartPointer<const Self>
 
using FunctorType
 
using Pointer = SmartPointer<Self>
 
using Self = AddImageFilter
 
using Superclass = BinaryGeneratorImageFilter<TInputImage1, TInputImage2, TOutputImage>
 

Functions

 AddImageFilter ()
 
virtual::itk::LightObject::Pointer CreateAnother () const
 
const char * GetNameOfClass () const override
 
static Pointer New ()
 
 ~AddImageFilter () override=default
 

Typedef Documentation

◆ ConstPointer

using ConstPointer = SmartPointer<const Self>

Definition at line 94 of file itkAddImageFilter.h.

◆ FunctorType

using FunctorType
Initial value:
Functor::Add2<typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType>

Definition at line 96 of file itkAddImageFilter.h.

◆ Pointer

◆ Self

◆ Superclass

Function Documentation

◆ AddImageFilter()

AddImageFilter ( )
protected

Definition at line 111 of file itkAddImageFilter.h.

◆ CreateAnother()

virtual::itk::LightObject::Pointer CreateAnother ( ) const

◆ GetNameOfClass()

◆ New()

static Pointer New ( )
static

Method for creation through the object factory.

Referenced by itk::IdentityTransform< TParametersValueType, VDimension >::GetInverseTransform().

◆ ~AddImageFilter()

~AddImageFilter ( )
overrideprotecteddefault