#include <Inventor/nodekits/SoSubKit.h>
#include <Inventor/nodekits/SoBaseKit.h>
#include <Inventor/fields/SoSFBool.h>
#include <Inventor/fields/SoSFString.h>
#include <Inventor/fields/SoSFName.h>
#include <Inventor/fields/SoSFVec3d.h>
#include <Inventor/fields/SoSFVec3f.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFRotation.h>
#include <Inventor/C/basic.h>
#include <Inventor/SbVec3f.h>
#include <SmallChange/basic.h>
Go to the source code of this file.
◆ dok_elevation_cb_type
typedef int(* dok_elevation_cb_type) (double easting, double northing, float &elevation) |