|
Assimp
v4.1. (December 2018)
|
Classes | |
| struct | o3dgc::SC3DMCPredictor |
| class | o3dgc::SC3DMCStats |
| struct | o3dgc::SC3DMCTriplet |
Namespaces | |
| o3dgc | |
Macros | |
| #define | _CRT_SECURE_NO_WARNINGS |
| #define | O3DGC_COMMON_H |
Typedefs | |
| typedef float | o3dgc::Real |
Functions | |
| template<class T > | |
| const T | o3dgc::absolute (const T &a) |
| void | o3dgc::ComputeVectorMinMax (const Real *const tab, unsigned long size, unsigned long dim, unsigned long stride, Real *minTab, Real *maxTab, O3DGCSC3DMCQuantizationMode quantMode) |
| void | o3dgc::CubeToSphere (const Real a, const Real b, const char index, Real &x, Real &y, Real &z) |
| unsigned long | o3dgc::Insert (SC3DMCTriplet e, unsigned long &nPred, SC3DMCPredictor *const list) |
| unsigned long | o3dgc::IntToUInt (long value) |
| double | o3dgc::log2 (double n) |
| template<class T > | |
| const T | o3dgc::max (const T &a, const T &b) |
| template<class T > | |
| const T | o3dgc::min (const T &a, const T &b) |
| bool | o3dgc::operator< (const SC3DMCTriplet &lhs, const SC3DMCTriplet &rhs) |
| bool | o3dgc::operator== (const SC3DMCTriplet &lhs, const SC3DMCTriplet &rhs) |
| template<class T > | |
| void | o3dgc::SphereToCube (const T x, const T y, const T z, T &a, T &b, char &index) |
| template<class T > | |
| void | o3dgc::swap (T &a, T &b) |
| O3DGCEndianness | o3dgc::SystemEndianness () |
| long | o3dgc::UIntToInt (unsigned long uiValue) |
Variables | |
| const unsigned long | o3dgc::O3DGC_DV_START_CODE = 0x00001F2 |
| const double | o3dgc::O3DGC_MAX_DOUBLE = 1.79769e+308 |
| const long | o3dgc::O3DGC_MAX_LONG = 2147483647 |
| const long | o3dgc::O3DGC_MAX_TFAN_SIZE = 256 |
| const long | o3dgc::O3DGC_MAX_UCHAR8 = 255 |
| const unsigned long | o3dgc::O3DGC_MAX_ULONG = 4294967295 |
| const long | o3dgc::O3DGC_MIN_LONG = -2147483647 |
| const unsigned long | o3dgc::O3DGC_SC3DMC_MAX_DIM_ATTRIBUTES = 32 |
| const unsigned long | o3dgc::O3DGC_SC3DMC_MAX_NUM_FLOAT_ATTRIBUTES = 256 |
| const unsigned long | o3dgc::O3DGC_SC3DMC_MAX_NUM_INT_ATTRIBUTES = 256 |
| const unsigned long | o3dgc::O3DGC_SC3DMC_MAX_PREDICTION_NEIGHBORS = 2 |
| const unsigned long | o3dgc::O3DGC_SC3DMC_MAX_PREDICTION_SYMBOLS = 257 |
| const unsigned long | o3dgc::O3DGC_SC3DMC_START_CODE = 0x00001F1 |
| #define _CRT_SECURE_NO_WARNINGS |
| #define O3DGC_COMMON_H |