![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbWrapperApplicationFactoryBase.h>
Inheritance diagram for otb::Wrapper::ApplicationFactoryBase:
Collaboration diagram for otb::Wrapper::ApplicationFactoryBase:Public Types | |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef ApplicationFactoryBase | Self |
| typedef itk::ObjectFactoryBase | Superclass |
Public Member Functions | |
| Application::Pointer | CreateApplication (const char *name) |
| virtual const char * | GetNameOfClass () const |
Protected Member Functions | |
| ApplicationFactoryBase () | |
| ~ApplicationFactoryBase () override | |
Private Member Functions | |
| ApplicationFactoryBase (const Self &)=delete | |
| void | operator= (const Self &)=delete |
Definition at line 33 of file otbWrapperApplicationFactoryBase.h.
| typedef itk::SmartPointer<const Self> otb::Wrapper::ApplicationFactoryBase::ConstPointer |
Definition at line 40 of file otbWrapperApplicationFactoryBase.h.
| typedef itk::SmartPointer<Self> otb::Wrapper::ApplicationFactoryBase::Pointer |
Definition at line 39 of file otbWrapperApplicationFactoryBase.h.
Standard class typedefs.
Definition at line 37 of file otbWrapperApplicationFactoryBase.h.
| typedef itk::ObjectFactoryBase otb::Wrapper::ApplicationFactoryBase::Superclass |
Definition at line 38 of file otbWrapperApplicationFactoryBase.h.
|
inlineprotected |
Definition at line 49 of file otbWrapperApplicationFactoryBase.h.
|
inlineoverrideprotected |
Definition at line 53 of file otbWrapperApplicationFactoryBase.h.
|
privatedelete |
| Application::Pointer otb::Wrapper::ApplicationFactoryBase::CreateApplication | ( | const char * | name | ) |
Create an application using the CreateObject() method of the current factory
|
virtual |
Run-time type information (and related methods).
Reimplemented in otb::Wrapper::ApplicationFactory< TApplication >.
|
privatedelete |
1.8.17