OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfCodecFactory.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: MIT
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Description: Factory class declaration for codec(encoder/decoder).
8 //
9 //----------------------------------------------------------------------------
10 // $Id$
11 #ifndef ossimNitfCodecFactory_HEADER
12 #define ossimNitfCodecFactory_HEADER
15 #include <mutex>
16 
22 {
23 public:
26 
28 protected:
29  static std::mutex m_mutex;
32 };
33 
34 
35 #endif
This is a convenience class that is used by the NITF handler to create the proper keywordlist from th...
static ossimNitfCodecFactory * instance()
static ossimNitfCodecFactory * m_instance
ossimCodecBase * createCodec(ossimRefPtr< ossimNitfImageHeader > imageHeader)