24 std::lock_guard<std::mutex> lock(
m_mutex);
31 std::lock_guard<std::mutex> lock(
m_mutex);
static ossimCodecFactoryRegistry * instance()
This is a convenience class that is used by the NITF handler to create the proper keywordlist from th...
Represents serializable keyword/value map.
static ossimNitfCodecFactory * instance()
void add(const char *prefix, const ossimKeywordlist &kwl, bool overwrite=true)
static ossimNitfCodecFactory * m_instance
virtual ossimCodecBase * createCodec(const ossimString &type) const
Will loop through all registered factories trying to allocate a codec for the passed in type...
const char * c_str() const
Returns a pointer to a null-terminated array of characters representing the string's contents...
ossimCodecBase * createCodec(ossimRefPtr< ossimNitfImageHeader > imageHeader)
static std::mutex m_mutex