![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkVnlFFTImageFilterInitFactory.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = VnlFFTImageFilterInitFactory |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
![]() | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkTypeMacroNoParent (LightObject) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
static void | RegisterFactories () |
static void | RegisterOneFactory () |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
VnlFFTImageFilterInitFactory () | |
~VnlFFTImageFilterInitFactory () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Additional Inherited Members | |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Initialize Vnl FFT image filter factory backends.
The purpose of VnlFFTImageFilterInitFactory is to perform one-time registration of factory objects that handle creation of Vnl-backend FFT image filter classes through the ITK object factory singleton mechanism.
Definition at line 37 of file itkVnlFFTImageFilterInitFactory.h.
using itk::VnlFFTImageFilterInitFactory::ConstPointer = SmartPointer<const Self> |
Definition at line 46 of file itkVnlFFTImageFilterInitFactory.h.
Definition at line 45 of file itkVnlFFTImageFilterInitFactory.h.
Standard class type aliases.
Definition at line 43 of file itkVnlFFTImageFilterInitFactory.h.
Definition at line 44 of file itkVnlFFTImageFilterInitFactory.h.
|
protected |
|
overrideprotected |
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
|
static |
Register all Vnl FFT factories
|
inlinestatic |
Mimic factory interface for Python initialization
Definition at line 56 of file itkVnlFFTImageFilterInitFactory.h.