6 #ifndef ossimImageHandlerStateRegistry_HEADER 7 #define ossimImageHandlerStateRegistry_HEADER 1 21 std::shared_ptr<ossim::StateFactoryBase< std::shared_ptr<ossim::ImageHandlerState> > > >
25 static std::shared_ptr<ImageHandlerStateRegistry> instance();
26 std::shared_ptr<ossim::ImageHandlerState> createState(
const ossimKeywordlist& kwl,
28 std::shared_ptr<ossim::ImageHandlerState> createState(
const ossimString& typeName)
const;
This is the state registry for all image handler states that will be supported.
Represents serializable keyword/value map.
This code was derived from https://gist.github.com/mshockwave.