OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
LeaderFactory.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // "Copyright Centre National d'Etudes Spatiales"
4 //
5 // License: LGPL
6 //
7 // See LICENSE.txt file in the top level directory for more details.
8 //
9 //----------------------------------------------------------------------------
10 // $Id$
11 
12 #ifndef LeaderFactory_h
13 #define LeaderFactory_h
14 
15 
17 #include <map>
18 
19 namespace ossimplugins
20 {
26 {
27 public:
31  LeaderFactory();
36 
37 
38 protected:
39 
40 
41 private:
42 };
43 }
44 #endif
This class is a factory able to construct Record base classes.
Definition: LeaderFactory.h:25
This class is a factory able to construct Record base classes given the id of the wanted record...