OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is a factory able to construct Record base classes. More...
#include <EnvisatAsarDataFactory.h>
Public Member Functions | |
EnvisatAsarDataFactory () | |
Constructor. More... | |
~EnvisatAsarDataFactory () | |
Destructor. More... | |
![]() | |
EnvisatAsarRecordFactory () | |
Constructor. More... | |
~EnvisatAsarRecordFactory () | |
Destructor. More... | |
void | RegisterRecord (std::string id, EnvisatAsarRecord *record) |
Adds a new Record type available in this factory. More... | |
EnvisatAsarRecord * | Instanciate (std::string id) |
Instanciatse a new Record. More... | |
Additional Inherited Members | |
![]() | |
std::map< std::string, EnvisatAsarRecord * > | _availableRecords |
Contains all the available Records for the factory. More... | |
This class is a factory able to construct Record base classes.
Definition at line 25 of file EnvisatAsarDataFactory.h.
ossimplugins::EnvisatAsarDataFactory::EnvisatAsarDataFactory | ( | ) |
Constructor.
Definition at line 28 of file EnvisatAsarDataFactory.cpp.
References ossimplugins::EnvisatAsarRecordFactory::RegisterRecord().
ossimplugins::EnvisatAsarDataFactory::~EnvisatAsarDataFactory | ( | ) |