Variables | Functions | Enumerations | Enumerator | Typedefs
Variables | defined in | |
Functions | defined in | |
getAmbient(SoState *) | SoMaterialElement | [static] |
getClassStackIndex() | SoMaterialElement | [static] |
getClassTypeId() | SoMaterialElement | [static] |
getColorIndex(SoState *, int num) | SoMaterialElement | [static] |
getColorIndices(SoState *state) | SoMaterialElement | [static] |
getColorMaterial(SoState *) | SoMaterialElement | [static] |
getDefaultAmbient() | SoMaterialElement | [inline, static] |
getDefaultAmbientIntensity() | SoMaterialElement | [inline, static] |
getDefaultColorIndex() | SoMaterialElement | [inline, static] |
getDefaultDiffuse() | SoMaterialElement | [inline, static] |
getDefaultEmissive() | SoMaterialElement | [inline, static] |
getDefaultShininess() | SoMaterialElement | [inline, static] |
getDefaultSpecular() | SoMaterialElement | [inline, static] |
getDefaultTransparency() | SoMaterialElement | [inline, static] |
getDiffuse(SoState *state, int index) | SoMaterialElement | [static] |
getEmissive(SoState *) | SoMaterialElement | [static] |
getNumColorIndices(SoState *state) | SoMaterialElement | [static] |
getNumColorIndices() const | SoMaterialElement | [inline] |
getNumDiffuse(SoState *state) | SoMaterialElement | [static] |
getNumDiffuse() const | SoMaterialElement | [inline] |
getNumTransparencies(SoState *state) | SoMaterialElement | [static] |
getPackedColors(SoState *state) | SoMaterialElement | [static] |
getShininess(SoState *) | SoMaterialElement | [static] |
getSpecular(SoState *) | SoMaterialElement | [static] |
getTransparency(SoState *, int index) | SoMaterialElement | [static] |
getTypeId() const | SoElement | [inline, virtual] |
isOfType(const SoType &type) const | SoTypedObject | [inline] |
isOfType() const | SoTypedObject | [inline] |
isTransparent(SoState *state) | SoMaterialElement | [static] |
pop(SoState *state, const SoElement *prevTopElement) | SoMaterialElement | [virtual] |
SoReplacedElement::pop(SoState *state, const SoElement *prevTopElement) | SoElement | [virtual] |
push(SoState *state) | SoMaterialElement | [virtual] |
setAmbient(SoState *state, SoNode *node, const SbColor &color) | SoMaterialElement | [static] |
setColorIndices(SoState *state, SoNode *node, int32_t numIndices, const int32_t *indices) | SoMaterialElement | [static] |
setColorMaterial(SoState *state, SoNode *node, SbBool value) | SoMaterialElement | [static] |
setDiffuse(SoState *state, SoNode *node, int32_t numColors, const SbColor *colors) | SoMaterialElement | [static] |
setEmissive(SoState *state, SoNode *node, const SbColor &color) | SoMaterialElement | [static] |
setPacked(SoState *state, SoNode *node, int32_t numColors, const uint32_t *colors) | SoMaterialElement | [static] |
setShininess(SoState *state, SoNode *node, float value) | SoMaterialElement | [static] |
setSpecular(SoState *state, SoNode *node, const SbColor &color) | SoMaterialElement | [static] |
setTransparency(SoState *state, SoNode *node, int32_t numTransp, const float *transp) | SoMaterialElement | [static] |
Enumerations | defined in | |
masks enum name | SoMaterialElement | |
Enumerator | defined in | |
ALL_MASK enum value | SoMaterialElement | |
AMBIENT_MASK enum value | SoMaterialElement | |
COLOR_MATERIAL_MASK enum value | SoMaterialElement | |
DIFFUSE_MASK enum value | SoMaterialElement | |
EMISSIVE_MASK enum value | SoMaterialElement | |
SHININESS_MASK enum value | SoMaterialElement | |
SPECULAR_MASK enum value | SoMaterialElement | |
TRANSPARENCY_MASK enum value | SoMaterialElement | |
Typedefs | defined in | |