OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is a facory able to construct Record base classes. More...
#include <AlosPalsarLeaderFactory.h>
Public Member Functions | |
AlosPalsarLeaderFactory () | |
Contstructor. More... | |
~AlosPalsarLeaderFactory () | |
Destructor. More... | |
![]() | |
AlosPalsarRecordFactory () | |
Constructor. More... | |
~AlosPalsarRecordFactory () | |
Destructor. More... | |
void | RegisterRecord (int id, AlosPalsarRecord *record) |
Add a new Record type available in this factory. More... | |
AlosPalsarRecord * | Instanciate (int id) |
Instanciate a new Record. More... | |
Additional Inherited Members | |
![]() | |
std::map< int, AlosPalsarRecord * > | _availableRecords |
Contain all the available Records for the factory. More... | |
This class is a facory able to construct Record base classes.
Definition at line 27 of file AlosPalsarLeaderFactory.h.
ossimplugins::AlosPalsarLeaderFactory::AlosPalsarLeaderFactory | ( | ) |
Contstructor.
Definition at line 24 of file AlosPalsarLeaderFactory.cpp.
References ossimplugins::AlosPalsarRecordFactory::RegisterRecord().
ossimplugins::AlosPalsarLeaderFactory::~AlosPalsarLeaderFactory | ( | ) |