42SoEXTENDER_Documented
class SoInt32ListElement :
public SoElement
44 SO_ELEMENT_ABSTRACT_HEADER(SoInt32ListElement);
51 virtual SbBool matches(
const SoElement* elt)
const;
54 virtual SoElement* copyMatchInfo()
const;
58 static void initClass();
59 static void exitClass();
66 static void set(
const SoType& type,
int stackIndex,
SoState* state, SbIntList& value);
68 static void set(
const SoType& type,
int stackIndex,
SoState* state,
SoNode*, SbIntList value)
69 { set(type, stackIndex, state, value); }
73 virtual void setElt(SbIntList& value);
80 static const SbIntList& get(
const SoType& type,
int stackIndex,
SoState* state)
81 {
return (
static_cast<const SoInt32ListElement*
>(getConstElement(state, type, stackIndex)))->data; }
87 virtual ~SoInt32ListElement();