OTB
9.0.0
Orfeo Toolbox
|
#include <otbSVMMachineLearningModelFactory.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef SVMMachineLearningModelFactory | 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) |
SVMMachineLearningModelFactory () | |
~SVMMachineLearningModelFactory () override=default | |
SVMMachineLearningModelFactory (const Self &)=delete | |
void | operator= (const Self &)=delete |
Creation d'un instance d'un object SVMMachineLearningModel utilisant les object factory.
Definition at line 37 of file otbSVMMachineLearningModelFactory.h.
typedef itk::SmartPointer<const Self> otb::SVMMachineLearningModelFactory< TInputValue, TTargetValue >::ConstPointer |
Definition at line 44 of file otbSVMMachineLearningModelFactory.h.
typedef itk::SmartPointer<Self> otb::SVMMachineLearningModelFactory< TInputValue, TTargetValue >::Pointer |
Definition at line 43 of file otbSVMMachineLearningModelFactory.h.
typedef SVMMachineLearningModelFactory otb::SVMMachineLearningModelFactory< TInputValue, TTargetValue >::Self |
Standard class typedefs.
Definition at line 41 of file otbSVMMachineLearningModelFactory.h.
typedef itk::ObjectFactoryBase otb::SVMMachineLearningModelFactory< TInputValue, TTargetValue >::Superclass |
Definition at line 42 of file otbSVMMachineLearningModelFactory.h.
|
protected |
Class methods used to interface with the registered factories.
Definition at line 34 of file otbSVMMachineLearningModelFactory.hxx.
|
overrideprotecteddefault |
Class methods used to interface with the registered factories.
|
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 otbSVMMachineLearningModelFactory.hxx.
|
override |
Class methods used to interface with the registered factories.
Definition at line 46 of file otbSVMMachineLearningModelFactory.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
Referenced by otb::SVMMachineLearningModelFactory< TInputValue, TTargetValue >::RegisterOneFactory().
|
privatedelete |
Class methods used to interface with the registered factories.
|
inlinestatic |
Register one factory of this type
Definition at line 58 of file otbSVMMachineLearningModelFactory.h.
References otb::SVMMachineLearningModelFactory< TInputValue, TTargetValue >::New().