Go to the source code of this file.
Classes | |
class | itk::Functor::Pow< TInput1, TInput2, TOutput > |
class | PowImageFilter< TInputImage1, TInputImage2, TOutputImage > |
Namespaces | |
namespace | itk |
namespace | itk::Functor |
Typedefs | |
using | ConstPointer = SmartPointer<const Self> |
using | FunctorType |
using | Pointer = SmartPointer<Self> |
using | Self = PowImageFilter |
using | Superclass = BinaryGeneratorImageFilter<TInputImage1, TInputImage2, TOutputImage> |
Functions | |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
static Pointer | New () |
PowImageFilter () | |
~PowImageFilter () override=default | |
using ConstPointer = SmartPointer<const Self> |
Definition at line 105 of file itkPowImageFilter.h.
using FunctorType |
Definition at line 106 of file itkPowImageFilter.h.
Definition at line 104 of file itkPowImageFilter.h.
using Self = PowImageFilter |
Standard class type aliases.
Definition at line 101 of file itkPowImageFilter.h.
using Superclass = BinaryGeneratorImageFilter<TInputImage1, TInputImage2, TOutputImage> |
Definition at line 102 of file itkPowImageFilter.h.
virtual::itk::LightObject::Pointer CreateAnother | ( | ) | const |
|
override |
|
static |
Method for creation through the object factory.
|
protected |
Definition at line 116 of file itkPowImageFilter.h.
|
overrideprotecteddefault |