#include <osg/StateAttribute>
#include <map>
#include <string>
#include <string.h>
Include dependency graph for StateSetStr.cpp:
Namespaces | |
namespace | dx |
Defines | |
#define | ADD_NAME(str, mode) (S_mode_map[(mode)] = (str)); |
#define | ADD_ATTR(attr, str) (S_attr_map[(attr)] = (str)); |
Typedefs | |
typedef std::map< osg::StateAttribute::GLMode, std::string > | ModeMap |
typedef std::map< osg::StateAttribute::Type, std::string > | AttrMap |
Functions | |
const char * | GLModeToModeStr (osg::StateAttribute::GLMode mode) |
osg::StateAttribute::GLMode | GLModeStrToMode (const char mode_str[]) |
const char * | OSGAttrToAttrStr (osg::StateAttribute::Type attr) |
osg::StateAttribute::Type | OSGAttrStrToAttr (const char attr_str[]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|