14 #include <osg/NodeVisitor>
17 #include <boost/unordered_map.hpp>
38 typedef boost::unordered_map<int, std::string>
TextureMap;
50 virtual void apply(osg::Node& node);
56 virtual void apply(osg::Geode& geode);
58 virtual void apply(osg::ProxyNode& node);
61 virtual const TextureMap& foundTextures()
const;
65 virtual void checkTextures( osg::StateSet& ss, osg::Node& node );
67 virtual void addTextureKeyToNode( osg::Node& node,
int key );