OTB
9.0.0
Orfeo Toolbox
|
#include <otbKNearestNeighborsMachineLearningModelFactory.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
typedef KNearestNeighborsMachineLearningModelFactory | 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) |
KNearestNeighborsMachineLearningModelFactory () | |
~KNearestNeighborsMachineLearningModelFactory () override=default | |
KNearestNeighborsMachineLearningModelFactory (const Self &)=delete | |
void | operator= (const Self &)=delete |
Create an instance of KNearestNeighborsMachineLearningModel through the object factory.
Definition at line 37 of file otbKNearestNeighborsMachineLearningModelFactory.h.
typedef itk::SmartPointer<const Self> otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::ConstPointer |
Definition at line 44 of file otbKNearestNeighborsMachineLearningModelFactory.h.
typedef itk::SmartPointer<Self> otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::Pointer |
Definition at line 43 of file otbKNearestNeighborsMachineLearningModelFactory.h.
typedef KNearestNeighborsMachineLearningModelFactory otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::Self |
Standard class typedefs.
Definition at line 41 of file otbKNearestNeighborsMachineLearningModelFactory.h.
typedef itk::ObjectFactoryBase otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::Superclass |
Definition at line 42 of file otbKNearestNeighborsMachineLearningModelFactory.h.
|
protected |
Class methods used to interface with the registered factories.
Definition at line 34 of file otbKNearestNeighborsMachineLearningModelFactory.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 51 of file otbKNearestNeighborsMachineLearningModelFactory.hxx.
|
override |
Class methods used to interface with the registered factories.
Definition at line 45 of file otbKNearestNeighborsMachineLearningModelFactory.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
Referenced by otb::KNearestNeighborsMachineLearningModelFactory< 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 otbKNearestNeighborsMachineLearningModelFactory.h.
References otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::New().