OTB  9.0.0
Orfeo Toolbox
Public Types | List of all members
otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue > Class Template Reference

#include <otbKNearestNeighborsMachineLearningModelFactory.h>

+ Inheritance diagram for otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >:
+ Collaboration diagram for otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
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
 

Detailed Description

template<class TInputValue, class TTargetValue>
class otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >

Create an instance of KNearestNeighborsMachineLearningModel through the object factory.

Definition at line 37 of file otbKNearestNeighborsMachineLearningModelFactory.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputValue , class TTargetValue >
typedef itk::SmartPointer<const Self> otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::ConstPointer

◆ Pointer

template<class TInputValue , class TTargetValue >
typedef itk::SmartPointer<Self> otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::Pointer

◆ Self

template<class TInputValue , class TTargetValue >
typedef KNearestNeighborsMachineLearningModelFactory otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::Self

Standard class typedefs.

Definition at line 41 of file otbKNearestNeighborsMachineLearningModelFactory.h.

◆ Superclass

template<class TInputValue , class TTargetValue >
typedef itk::ObjectFactoryBase otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::Superclass

Constructor & Destructor Documentation

◆ KNearestNeighborsMachineLearningModelFactory() [1/2]

template<class TInputValue , class TOutputValue >
otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TOutputValue >::KNearestNeighborsMachineLearningModelFactory
protected

Class methods used to interface with the registered factories.

Definition at line 34 of file otbKNearestNeighborsMachineLearningModelFactory.hxx.

◆ ~KNearestNeighborsMachineLearningModelFactory()

template<class TInputValue , class TTargetValue >
otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::~KNearestNeighborsMachineLearningModelFactory ( )
overrideprotecteddefault

Class methods used to interface with the registered factories.

◆ KNearestNeighborsMachineLearningModelFactory() [2/2]

template<class TInputValue , class TTargetValue >
otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::KNearestNeighborsMachineLearningModelFactory ( const Self )
privatedelete

Class methods used to interface with the registered factories.

Member Function Documentation

◆ CreateAnother()

template<class TInputValue , class TTargetValue >
virtual ::itk::LightObject::Pointer otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::CreateAnother ( void  ) const
virtual

Class methods used to interface with the registered factories.

◆ GetDescription()

template<class TInputValue , class TOutputValue >
const char * otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TOutputValue >::GetDescription ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 51 of file otbKNearestNeighborsMachineLearningModelFactory.hxx.

◆ GetITKSourceVersion()

template<class TInputValue , class TOutputValue >
const char * otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TOutputValue >::GetITKSourceVersion ( void  ) const
override

Class methods used to interface with the registered factories.

Definition at line 45 of file otbKNearestNeighborsMachineLearningModelFactory.hxx.

◆ GetNameOfClass()

template<class TInputValue , class TTargetValue >
virtual const char* otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

◆ New()

template<class TInputValue , class TTargetValue >
static Pointer otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::New ( void  )
static

◆ operator=()

template<class TInputValue , class TTargetValue >
void otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::operator= ( const Self )
privatedelete

Class methods used to interface with the registered factories.

◆ RegisterOneFactory()

template<class TInputValue , class TTargetValue >
static void otb::KNearestNeighborsMachineLearningModelFactory< TInputValue, TTargetValue >::RegisterOneFactory ( void  )
inlinestatic

The documentation for this class was generated from the following files: