49 static void initClass(
void);
51 virtual void init(SoState * state);
52 virtual void push(SoState * state);
54 static void setGlobalTransform(SoState * state,
56 static const SbMatrix & getGlobalTransform(SoState * state);
58 static void setReferencePosition(SoState * state,
59 double easting,
double northing,
62 static void getReferencePosition(SoState * state,
63 double & easting,
double & northing,
66 static SbVec3f setPosition(SoState * state,
71 static const SbVec3f & getCurrentTranslation(SoState * state);
73 virtual SbBool matches(
const SoElement * element)
const;
74 virtual SoElement * copyMatchInfo(
void)
const;