ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Typedefs | Functions
itkPowImageFilter.h File Reference
#include "itkBinaryGeneratorImageFilter.h"
#include "itkNumericTraits.h"
+ Include dependency graph for itkPowImageFilter.h:

Go to the source code of this file.

Classes

class  itk::Functor::Pow< TInput1, TInput2, TOutput >
 
class  PowImageFilter< TInputImage1, TInputImage2, TOutputImage >
 

Namespaces

 itk
 
 itk::Functor
 

Typedefs

using ConstPointer = SmartPointer< const Self >
 
using FunctorType = Functor::Pow< typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType >
 
using Pointer = SmartPointer< Self >
 
using Self = PowImageFilter
 
using Superclass = BinaryGeneratorImageFilter< TInputImage1, TInputImage2, TOutputImage >
 

Functions

const char * GetNameOfClass () const override
 
static Pointer New ()
 
 PowImageFilter ()
 
 ~PowImageFilter () override=default
 

Typedef Documentation

◆ ConstPointer

using ConstPointer = SmartPointer<const Self>

Definition at line 105 of file itkPowImageFilter.h.

◆ FunctorType

using FunctorType = Functor::Pow<typename TInputImage1::PixelType, typename TInputImage2::PixelType, typename TOutputImage::PixelType>

Definition at line 107 of file itkPowImageFilter.h.

◆ Pointer

using Pointer = SmartPointer<Self>

Definition at line 104 of file itkPowImageFilter.h.

◆ Self

Standard class type aliases.

Definition at line 101 of file itkPowImageFilter.h.

◆ Superclass

using Superclass = BinaryGeneratorImageFilter<TInputImage1, TInputImage2, TOutputImage>

Definition at line 102 of file itkPowImageFilter.h.

Function Documentation

◆ GetNameOfClass()

const char* GetNameOfClass ( ) const
override

Runtime information support.

◆ New()

static Pointer New ( )
static

Method for creation through the object factory.

◆ PowImageFilter()

PowImageFilter ( )
protected

Definition at line 121 of file itkPowImageFilter.h.

◆ ~PowImageFilter()

~PowImageFilter ( )
overrideprotecteddefault