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