1#ifndef COIN_SOLISTENERGAINELEMENT_H
2#define COIN_SOLISTENERGAINELEMENT_H
36#include <Inventor/elements/SoFloatElement.h>
52 static void set(
SoState *
const state,
const float gain);
SoFloatElement is an abstract base class for elements that consists of a single float value.
Definition SoFloatElement.h:38
virtual void init(SoState *state)
Definition SoFloatElement.cpp:177
static void initClass(void)
Definition SoFloatElement.cpp:70
static float get(const int stackIndex, SoState *const state)
Definition SoFloatElement.cpp:153
static void set(const int stackIndex, SoState *const state, SoNode *const node, const float value)
Definition SoFloatElement.cpp:122
The SoListenerGainElement class stores the SoListener gain during a scene graph traversal.
Definition SoListenerGainElement.h:38
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44