OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is a factory able to construct Record base classes. More...
#include <DataFactory.h>
Public Member Functions | |
DataFactory () | |
Contstructor. More... | |
~DataFactory () | |
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 DataFactory.h.
ossimplugins::DataFactory::DataFactory | ( | ) |
Contstructor.
Definition at line 20 of file DataFactory.cpp.
References ossimplugins::RadarSatRecordFactory::RegisterRecord().
ossimplugins::DataFactory::~DataFactory | ( | ) |
Destructor.
Definition at line 26 of file DataFactory.cpp.
References ossimplugins::RadarSatRecordFactory::_availableRecords.