![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbPCAModelFactory.h>
Inheritance diagram for otb::PCAModelFactory< TInputValue, TTargetValue >:
Collaboration diagram for otb::PCAModelFactory< TInputValue, TTargetValue >:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef PCAModelFactory | 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) |
| PCAModelFactory () | |
| ~PCAModelFactory () override | |
| PCAModelFactory (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Factory for the PCAModel
Definition at line 36 of file otbPCAModelFactory.h.
| typedef itk::SmartPointer<const Self> otb::PCAModelFactory< TInputValue, TTargetValue >::ConstPointer |
Definition at line 43 of file otbPCAModelFactory.h.
| typedef itk::SmartPointer<Self> otb::PCAModelFactory< TInputValue, TTargetValue >::Pointer |
Definition at line 42 of file otbPCAModelFactory.h.
| typedef PCAModelFactory otb::PCAModelFactory< TInputValue, TTargetValue >::Self |
Standard class typedefs.
Definition at line 40 of file otbPCAModelFactory.h.
| typedef itk::ObjectFactoryBase otb::PCAModelFactory< TInputValue, TTargetValue >::Superclass |
Definition at line 41 of file otbPCAModelFactory.h.
|
protected |
Class methods used to interface with the registered factories.
Definition at line 33 of file otbPCAModelFactory.hxx.
|
overrideprotected |
Class methods used to interface with the registered factories.
Definition at line 42 of file otbPCAModelFactory.hxx.
|
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 53 of file otbPCAModelFactory.hxx.
|
override |
Class methods used to interface with the registered factories.
Definition at line 47 of file otbPCAModelFactory.hxx.
|
virtual |
Run-time type information (and related methods).
|
static |
Method for class instantiation.
Referenced by otb::PCAModelFactory< TInputValue, TTargetValue >::RegisterOneFactory().
|
privatedelete |
Class methods used to interface with the registered factories.
|
inlinestatic |
Register one factory of this type
Definition at line 57 of file otbPCAModelFactory.h.
References otb::PCAModelFactory< TInputValue, TTargetValue >::New().
1.8.17