20 #ifndef otbSOMModelFactory_h
21 #define otbSOMModelFactory_h
23 #include "itkObjectFactoryBase.h"
24 #include "itkImageIOBase.h"
35 template <
class TInputValue,
class TTargetValue,
unsigned int MapDimension>
46 const char* GetITKSourceVersion(
void)
const override;
47 const char* GetDescription(
void)
const override;
51 itkFactorylessNewMacro(
Self);
60 itk::ObjectFactoryBase::RegisterFactory(SOMFactory);
75 #ifndef OTB_MANUAL_INSTANTIATION
static void RegisterOneFactory(void)
void operator=(const Self &)=delete
SOMModelFactory(const Self &)=delete
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
itk::ObjectFactoryBase Superclass
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.