29class COIN_DLL_API SoGLTexture3EnabledElement :
public SoTexture3EnabledElement {
30 typedef SoTexture3EnabledElement inherited;
32 SO_ELEMENT_HEADER(SoGLTexture3EnabledElement);
36 virtual ~SoGLTexture3EnabledElement();
39 virtual void init(SoState * state);
41 virtual void push(SoState * state);
42 virtual void pop(SoState * state,
45 static void set(SoState *
const state,
SoNode *
const node,
46 const SbBool enabled);
47 static void set(SoState *
const state,
const SbBool enabled);
49 static SbBool
get(SoState *
const state);
52 virtual void setElt(int32_t value);
virtual void setElt(int32_t value)
FIXME: write doc.
Definition SoGLTexture3EnabledElement.cpp:138
virtual void init(SoState *state)
FIXME: write doc.
Definition SoGLTexture3EnabledElement.cpp:79
static SbBool get(SoState *const state)
Definition SoGLTexture3EnabledElement.cpp:123
static SbBool getDefault(void)
Definition SoGLTexture3EnabledElement.cpp:132
static void set(SoState *const state, SoNode *const node, const SbBool enabled)
Definition SoGLTexture3EnabledElement.cpp:68