1 #ifndef SMALLCHANGE_UTMELEMENT_H 2 #define SMALLCHANGE_UTMELEMENT_H 36 #include <Inventor/elements/SoElement.h> 37 #include <Inventor/elements/SoSubElement.h> 38 #include <Inventor/SbLinear.h> 40 #include <SmallChange/basic.h> 54 static void setGlobalTransform(
SoState * state,
58 static void setReferencePosition(
SoState * state,
59 double easting,
double northing,
62 static void getReferencePosition(
SoState * state,
63 double & easting,
double & northing,
87 #endif // !SMALLCHANGE_UTMELEMENT_H The UTMElement class is yet to be documented.
Definition: UTMElement.h:43
double easting
Definition: UTMElement.h:79
static void initClass(void)
virtual SbBool matches(const SoElement *element) const=0
double elevation
Definition: UTMElement.h:81
virtual void push(SoState *state)
SbVec3f currtrans
Definition: UTMElement.h:83
virtual void init(SoState *state)
SbMatrix gtransform
Definition: UTMElement.h:84
virtual SoElement * copyMatchInfo(void) const=0
double northing
Definition: UTMElement.h:80