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