OTB
9.0.0
Orfeo Toolbox
|
#include <otbAutoencoderModelFactory.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
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 |
Factory for AutoencoderModel
Definition at line 37 of file otbAutoencoderModelFactory.h.
typedef itk::SmartPointer<const Self> otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::ConstPointer |
Definition at line 45 of file otbAutoencoderModelFactory.h.
typedef itk::SmartPointer<Self> otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::Pointer |
Definition at line 44 of file otbAutoencoderModelFactory.h.
typedef AutoencoderModelFactory otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::Self |
Standard class typedefs.
Definition at line 42 of file otbAutoencoderModelFactory.h.
typedef itk::ObjectFactoryBase otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::Superclass |
Definition at line 43 of file otbAutoencoderModelFactory.h.
|
protected |
Class methods used to interface with the registered factories.
Definition at line 32 of file otbAutoencoderModelFactory.hxx.
|
overrideprotected |
Class methods used to interface with the registered factories.
Definition at line 42 of file otbAutoencoderModelFactory.hxx.
|
privatedelete |
Class methods used to interface with the registered factories.
|
virtual |
Class methods used to interface with the registered factories.
|
override |
Class methods used to interface with the registered factories.
Definition at line 53 of file otbAutoencoderModelFactory.hxx.
|
override |
Class methods used to interface with the registered factories.
Definition at line 47 of file otbAutoencoderModelFactory.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
Referenced by otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::RegisterOneFactory().
|
privatedelete |
Class methods used to interface with the registered factories.
|
inlinestatic |
Register one factory of this type
Definition at line 59 of file otbAutoencoderModelFactory.h.
References otb::AutoencoderModelFactory< TInputValue, TTargetValue, NeuronType >::New().