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

#include <otbSOMModelFactory.h>

+ Inheritance diagram for otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >:
+ Collaboration diagram for otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef SOMModelFactory 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)
 
 SOMModelFactory ()
 
 ~SOMModelFactory () override
 
 SOMModelFactory (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputValue, class TTargetValue, unsigned int MapDimension>
class otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >

Factory for SOMModel

Definition at line 36 of file otbSOMModelFactory.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
typedef itk::SmartPointer<const Self> otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::ConstPointer

Definition at line 43 of file otbSOMModelFactory.h.

◆ Pointer

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
typedef itk::SmartPointer<Self> otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::Pointer

Definition at line 42 of file otbSOMModelFactory.h.

◆ Self

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
typedef SOMModelFactory otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::Self

Standard class typedefs.

Definition at line 40 of file otbSOMModelFactory.h.

◆ Superclass

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
typedef itk::ObjectFactoryBase otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::Superclass

Definition at line 41 of file otbSOMModelFactory.h.

Constructor & Destructor Documentation

◆ SOMModelFactory() [1/2]

template<class TInputValue , class TOutputValue , unsigned int MapDimension>
otb::SOMModelFactory< TInputValue, TOutputValue, MapDimension >::SOMModelFactory
protected

Class methods used to interface with the registered factories.

Definition at line 32 of file otbSOMModelFactory.hxx.

◆ ~SOMModelFactory()

template<class TInputValue , class TOutputValue , unsigned int MapDimension>
otb::SOMModelFactory< TInputValue, TOutputValue, MapDimension >::~SOMModelFactory
overrideprotected

Class methods used to interface with the registered factories.

Definition at line 41 of file otbSOMModelFactory.hxx.

◆ SOMModelFactory() [2/2]

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::SOMModelFactory ( const Self )
privatedelete

Class methods used to interface with the registered factories.

Member Function Documentation

◆ CreateAnother()

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
virtual ::itk::LightObject::Pointer otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::CreateAnother ( void  ) const
virtual

Class methods used to interface with the registered factories.

◆ GetDescription()

template<class TInputValue , class TOutputValue , unsigned int MapDimension>
const char * otb::SOMModelFactory< TInputValue, TOutputValue, MapDimension >::GetDescription ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 52 of file otbSOMModelFactory.hxx.

◆ GetITKSourceVersion()

template<class TInputValue , class TOutputValue , unsigned int MapDimension>
const char * otb::SOMModelFactory< TInputValue, TOutputValue, MapDimension >::GetITKSourceVersion ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 46 of file otbSOMModelFactory.hxx.

◆ GetNameOfClass()

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
virtual const char* otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
static Pointer otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::New ( void  )
static

◆ operator=()

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
void otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::operator= ( const Self )
privatedelete

Class methods used to interface with the registered factories.

◆ RegisterOneFactory()

template<class TInputValue , class TTargetValue , unsigned int MapDimension>
static void otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::RegisterOneFactory ( void  )
inlinestatic

Register one factory of this type

Definition at line 57 of file otbSOMModelFactory.h.

References otb::SOMModelFactory< TInputValue, TTargetValue, MapDimension >::New().


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