OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is a factory able to construct Record base classes. More...
#include <TrailerFactory.h>
Public Member Functions | |
TrailerFactory () | |
Contstructor. More... | |
~TrailerFactory () | |
Destructor. More... | |
![]() | |
RadarSatRecordFactory () | |
Constructor. More... | |
~RadarSatRecordFactory () | |
Destructor. More... | |
void | RegisterRecord (int id, RadarSatRecord *record) |
Add a new Record type available in this factory. More... | |
RadarSatRecord * | Instanciate (int id) |
Instanciates a new Record. More... | |
Additional Inherited Members | |
![]() | |
std::map< int, RadarSatRecord * > | _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 TrailerFactory.h.
ossimplugins::TrailerFactory::TrailerFactory | ( | ) |
Contstructor.
Definition at line 26 of file TrailerFactory.cpp.
References ossimplugins::RadarSatRecordFactory::RegisterRecord().
ossimplugins::TrailerFactory::~TrailerFactory | ( | ) |
Destructor.
Definition at line 39 of file TrailerFactory.cpp.
References ossimplugins::RadarSatRecordFactory::_availableRecords.