47 #ifdef DOXYGEN_SKIP_THIS 48 #ifndef USE_STATIC_CONSTS 55 #define USE_STATIC_CONSTS 56 #endif //USE_STATIC_CONSTS 57 #endif //DOXYGEN_SKIP_THIS 60 #ifdef USE_STATIC_CONSTS 61 static const SbBool FALSE = 0;
64 #endif //USE_STATIC_CONSTS 68 #ifdef USE_STATIC_CONSTS 69 static const SbBool TRUE = 1;
72 #endif //USE_STATIC_CONSTS 79 #define cc_min(x, y) (((x) < (y)) ? (x) : (y)) 80 #define cc_max(x, y) (((x) > (y)) ? (x) : (y)) 95 #include <Inventor/system/inttypes.h> 109 #define M_E 2.7182818284590452354 112 #define M_LOG2E 1.4426950408889634074 115 #define M_LOG10E 0.43429448190325182765 118 #define M_LN2 0.69314718055994530942 121 #define M_LN10 2.30258509299404568402 124 #define M_PI 3.14159265358979323846 127 #define M_TWOPI (M_PI * 2.0) 130 #define M_PI_2 1.57079632679489661923 133 #define M_PI_4 0.78539816339744830962 136 #define M_3PI_4 2.3561944901923448370E0 139 #define M_SQRTPI 1.77245385090551602792981 142 #define M_1_PI 0.31830988618379067154 145 #define M_2_PI 0.63661977236758134308 148 #define M_2_SQRTPI 1.12837916709551257390 151 #define M_SQRT2 1.41421356237309504880 154 #define M_SQRT1_2 0.70710678118654752440 157 #define M_LN2LO 1.9082149292705877000E-10 160 #define M_LN2HI 6.9314718036912381649E-1 163 #define M_SQRT3 1.73205080756887719000 166 #define M_IVLN10 0.43429448190325182765 169 #define M_LOG2_E 0.693147180559945309417 172 #define M_INVLN2 1.4426950408889633870E0 193 #define COIN_MAJOR_VERSION 4 194 #define COIN_MINOR_VERSION 0 195 #define COIN_MICRO_VERSION 0 196 #define COIN_BETA_VERSION a 197 #define COIN_VERSION "4.0.0a" 205 #define HAVE_HASH_QUOTING 1 219 #include <Inventor/C/base/math-undefs.h> 228 #ifdef HAVE_HASH_QUOTING 229 #define SO__QUOTE(str) #str 230 #define SO__CONCAT(str1, str2) str1##str2 231 #elif defined(HAVE_APOSTROPHES_QUOTING) 232 #define SO__QUOTE(str) "str" 233 #define SO__CONCAT(str1, str2) str1str2 235 #error No valid way to do macro quoting! 243 # error Leave the internal COIN_DLL_API define alone. 247 # error The COIN_NOT_DLL define is not supposed to be used when building the library, only when building Win32 applications. 250 # error The COIN_DLL define is not supposed to be used when building the library, only when building Win32 applications. 285 #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) 286 # ifdef COIN_INTERNAL 287 # ifdef COIN_MAKE_DLL 288 # define COIN_DLL_API __declspec(dllexport) 293 # error Define _either_ COIN_DLL _or_ COIN_NOT_DLL as appropriate for your linkage -- not both at the same time! See Inventor/C/basic.h for further instructions. 295 # define COIN_DLL_API __declspec(dllimport) 297 # ifndef COIN_NOT_DLL 298 # error Define either COIN_DLL or COIN_NOT_DLL as appropriate for your linkage! See Inventor/C/basic.h for further instructions. 306 # define COIN_DLL_API
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen