Stores the information that indicates if texture calls must be sent. More...
#include <Inventor/elements/SoTextureSendingEnabledElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, SbBool flag) |
static SbBool | get (SoState *state) |
static SbBool | getDefault () |
This element stores information that indicates if texture calls must be sent.
Returns the current element value.
static int SoTextureSendingEnabledElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoInt32Element.
static SoType SoTextureSendingEnabledElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
static SbBool SoTextureSendingEnabledElement::getDefault | ( | ) | [inline, static] |
Returns the default element value.
Sets the current element value.