OpenSceneGraph
3.5.1
|
#include <osg/Export>
#include <osg/Object>
#include <osg/Callback>
#include <osg/Shader>
#include <osg/GL>
#include <typeinfo>
#include <utility>
#include <vector>
Classes | |
class | osg::StateAttribute |
Base class for state attributes. More... | |
struct | osg::StateAttribute::ModeUsage |
Namespaces | |
osg | |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
#define | OSG_STATEATTRIBUTE 1 |
#define | GL_COLOR_SUM 0x8458 |
#define | META_StateAttribute(library, name, type) |
META_StateAttribute macro define the standard clone, isSameKindAs, className and getType methods. More... | |
#define | COMPARE_StateAttribute_Types(TYPE, rhs_attribute) |
COMPARE_StateAttribute_Types macro is a helper for implementing the StateAtribute::compare(..) method. More... | |
#define | COMPARE_StateAttribute_Parameter(parameter) |
COMPARE_StateAttribute_Parameter macro is a helper for implementing the StatateAtribute::compare(..) method. More... | |
#define COMPARE_StateAttribute_Parameter | ( | parameter | ) |
COMPARE_StateAttribute_Parameter macro is a helper for implementing the StatateAtribute::compare(..) method.
Macro assumes that variable rhs has been correctly defined by preceding code macro.
#define COMPARE_StateAttribute_Types | ( | TYPE, | |
rhs_attribute | |||
) |
COMPARE_StateAttribute_Types macro is a helper for implementing the StateAtribute::compare(..) method.
#define GL_COLOR_SUM 0x8458 |
#define META_StateAttribute | ( | library, | |
name, | |||
type | |||
) |
META_StateAttribute macro define the standard clone, isSameKindAs, className and getType methods.
Use when subclassing from Object to make it more convenient to define the standard pure virtual methods which are required for all Object subclasses.
#define OSG_STATEATTRIBUTE 1 |
Generated at Wed Nov 11 2015 22:14:23 for the OpenSceneGraph by doxygen 1.8.10. |