73 virtual void print(FILE *fp)
const;
87 static void initClass();
88 static void exitClass();
95 static void set(
SoType type,
int stackIndex,
SoState *state, int32_t value);
97 static void set(
SoType type,
int stackIndex,
99 { set(type, stackIndex, state, value); }
100 static void set(
SoType type,
int stackIndex,
103 { set(type, stackIndex, state, (int32_t)value); }
107 virtual void setElt(int32_t value);
114 static int32_t get(
SoType type,
int stackIndex,
SoState *state)
115 {
return (
static_cast<const SoInt32Element*
>( getConstElement(state, type, stackIndex) ) )->data; }