OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::Wrapper::ApplicationFactoryBase Class Reference

#include <otbWrapperApplicationFactoryBase.h>

+ Inheritance diagram for otb::Wrapper::ApplicationFactoryBase:
+ Collaboration diagram for otb::Wrapper::ApplicationFactoryBase:

Public Types

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

Detailed Description

Definition at line 33 of file otbWrapperApplicationFactoryBase.h.

Member Typedef Documentation

◆ ConstPointer

typedef itk::SmartPointer<const Self> otb::Wrapper::ApplicationFactoryBase::ConstPointer

Definition at line 40 of file otbWrapperApplicationFactoryBase.h.

◆ Pointer

Definition at line 39 of file otbWrapperApplicationFactoryBase.h.

◆ Self

Standard class typedefs.

Definition at line 37 of file otbWrapperApplicationFactoryBase.h.

◆ Superclass

typedef itk::ObjectFactoryBase otb::Wrapper::ApplicationFactoryBase::Superclass

Definition at line 38 of file otbWrapperApplicationFactoryBase.h.

Constructor & Destructor Documentation

◆ ApplicationFactoryBase() [1/2]

otb::Wrapper::ApplicationFactoryBase::ApplicationFactoryBase ( )
inlineprotected

Definition at line 49 of file otbWrapperApplicationFactoryBase.h.

◆ ~ApplicationFactoryBase()

otb::Wrapper::ApplicationFactoryBase::~ApplicationFactoryBase ( )
inlineoverrideprotected

Definition at line 53 of file otbWrapperApplicationFactoryBase.h.

◆ ApplicationFactoryBase() [2/2]

otb::Wrapper::ApplicationFactoryBase::ApplicationFactoryBase ( const Self )
privatedelete

Member Function Documentation

◆ CreateApplication()

Application::Pointer otb::Wrapper::ApplicationFactoryBase::CreateApplication ( const char *  name)

Create an application using the CreateObject() method of the current factory

◆ GetNameOfClass()

virtual const char* otb::Wrapper::ApplicationFactoryBase::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented in otb::Wrapper::ApplicationFactory< TApplication >.

◆ operator=()

void otb::Wrapper::ApplicationFactoryBase::operator= ( const Self )
privatedelete

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