16 #ifndef SURGSIM_GRAPHICS_OSGUNIFORMBASE_H 17 #define SURGSIM_GRAPHICS_OSGUNIFORMBASE_H 21 #include <osg/StateSet> 22 #include <osg/Uniform> 47 return m_uniform->getName();
53 virtual void set(
const YAML::Node& node) = 0;
57 virtual void addToStateSet(osg::StateSet* stateSet);
61 virtual void removeFromStateSet(osg::StateSet* stateSet);
82 #endif // SURGSIM_GRAPHICS_OSGUNIFORMBASE_H Definition: CompoundShapeToGraphics.cpp:29
Definition: DataStructuresConvert.h:28