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