OTB  9.0.0
Orfeo Toolbox
Public Types | List of all members
otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType > Class Template Reference

#include <otbAutoencoderModelFactory.h>

+ Inheritance diagram for otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >:
+ Collaboration diagram for otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef AutoencoderModelFactory Self
 
typedef itk::ObjectFactoryBase Superclass
 
const char * GetITKSourceVersion (void) const override
 
const char * GetDescription (void) const override
 
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
static Pointer New (void)
 
static void RegisterOneFactory (void)
 
 AutoencoderModelFactory ()
 
 ~AutoencoderModelFactory () override
 
 AutoencoderModelFactory (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputValue, class TTargetValue, class NeuronType>
class otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >

Factory for AutoencoderModel

Definition at line 37 of file otbAutoencoderModelFactory.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputValue , class TTargetValue , class NeuronType >
typedef itk::SmartPointer<const Self> otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::ConstPointer

Definition at line 45 of file otbAutoencoderModelFactory.h.

◆ Pointer

template<class TInputValue , class TTargetValue , class NeuronType >
typedef itk::SmartPointer<Self> otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::Pointer

Definition at line 44 of file otbAutoencoderModelFactory.h.

◆ Self

template<class TInputValue , class TTargetValue , class NeuronType >
typedef AutoencoderModelFactory otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::Self

Standard class typedefs.

Definition at line 42 of file otbAutoencoderModelFactory.h.

◆ Superclass

template<class TInputValue , class TTargetValue , class NeuronType >
typedef itk::ObjectFactoryBase otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::Superclass

Definition at line 43 of file otbAutoencoderModelFactory.h.

Constructor & Destructor Documentation

◆ AutoencoderModelFactory() [1/2]

template<class TInputValue , class TOutputValue , class NeuronType >
otb::AutoencoderModelFactory< TInputValue, TOutputValue, NeuronType >::AutoencoderModelFactory
protected

Class methods used to interface with the registered factories.

Definition at line 32 of file otbAutoencoderModelFactory.hxx.

◆ ~AutoencoderModelFactory()

template<class TInputValue , class TOutputValue , class NeuronType >
otb::AutoencoderModelFactory< TInputValue, TOutputValue, NeuronType >::~AutoencoderModelFactory
overrideprotected

Class methods used to interface with the registered factories.

Definition at line 42 of file otbAutoencoderModelFactory.hxx.

◆ AutoencoderModelFactory() [2/2]

template<class TInputValue , class TTargetValue , class NeuronType >
otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::AutoencoderModelFactory ( const Self )
privatedelete

Class methods used to interface with the registered factories.

Member Function Documentation

◆ CreateAnother()

template<class TInputValue , class TTargetValue , class NeuronType >
virtual ::itk::LightObject::Pointer otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::CreateAnother ( void  ) const
virtual

Class methods used to interface with the registered factories.

◆ GetDescription()

template<class TInputValue , class TOutputValue , class NeuronType >
const char * otb::AutoencoderModelFactory< TInputValue, TOutputValue, NeuronType >::GetDescription ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 53 of file otbAutoencoderModelFactory.hxx.

◆ GetITKSourceVersion()

template<class TInputValue , class TOutputValue , class NeuronType >
const char * otb::AutoencoderModelFactory< TInputValue, TOutputValue, NeuronType >::GetITKSourceVersion ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 47 of file otbAutoencoderModelFactory.hxx.

◆ GetNameOfClass()

template<class TInputValue , class TTargetValue , class NeuronType >
virtual const char* otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputValue , class TTargetValue , class NeuronType >
static Pointer otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::New ( void  )
static

◆ operator=()

template<class TInputValue , class TTargetValue , class NeuronType >
void otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::operator= ( const Self )
privatedelete

Class methods used to interface with the registered factories.

◆ RegisterOneFactory()

template<class TInputValue , class TTargetValue , class NeuronType >
static void otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::RegisterOneFactory ( void  )
inlinestatic

Register one factory of this type

Definition at line 59 of file otbAutoencoderModelFactory.h.

References otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::New().


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