ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::FFTWFFTImageFilterInitFactory Class Reference

#include <itkFFTWFFTImageFilterInitFactory.h>

Detailed Description

Initialize FFTW FFT image filter factory backends.

The purpose of FFTWFFTImageFilterInitFactory is to perform one-time registration of factory objects that handle creation of FFTW-backend FFT image filter classes through the ITK object factory singleton mechanism.

Definition at line 37 of file itkFFTWFFTImageFilterInitFactory.h.

+ Inheritance diagram for itk::FFTWFFTImageFilterInitFactory:
+ Collaboration diagram for itk::FFTWFFTImageFilterInitFactory:

Public Types

using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = FFTWFFTImageFilterInitFactory
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
const char * GetNameOfClass () const override
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
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 Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 FFTWFFTImageFilterInitFactory ()
 
 ~FFTWFFTImageFilterInitFactory () override
 
- Protected Member Functions inherited from itk::LightObject
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

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

◆ Pointer

◆ Self

Standard class type aliases.

Definition at line 43 of file itkFFTWFFTImageFilterInitFactory.h.

◆ Superclass

Constructor & Destructor Documentation

◆ FFTWFFTImageFilterInitFactory()

itk::FFTWFFTImageFilterInitFactory::FFTWFFTImageFilterInitFactory ( )
protected

Referenced by GetNameOfClass().

◆ ~FFTWFFTImageFilterInitFactory()

itk::FFTWFFTImageFilterInitFactory::~FFTWFFTImageFilterInitFactory ( )
overrideprotected

Member Function Documentation

◆ CreateAnother()

virtual ::itk::LightObject::Pointer itk::FFTWFFTImageFilterInitFactory::CreateAnother ( ) 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.

Reimplemented from itk::LightObject.

◆ GetNameOfClass()

const char * itk::FFTWFFTImageFilterInitFactory::GetNameOfClass ( ) const
overridevirtual

◆ New()

static Pointer itk::FFTWFFTImageFilterInitFactory::New ( )
static

Method for class instantiation.

◆ RegisterFactories()

static void itk::FFTWFFTImageFilterInitFactory::RegisterFactories ( )
static

Referenced by RegisterOneFactory().

◆ RegisterOneFactory()

static void itk::FFTWFFTImageFilterInitFactory::RegisterOneFactory ( )
inlinestatic

Register one factory of this type. The purpose of an InitFactory is to simply load other factories in its constructor, so nothing is returned here. Method is required for factory to load correct in Python.

Definition at line 59 of file itkFFTWFFTImageFilterInitFactory.h.

References RegisterFactories().


The documentation for this class was generated from the following file: