#include "bFile.h"
#include "bCommon.h"
#include "bChunk.h"
#include "bDNA.h"
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "bDefines.h"
#include "LinearMath/btSerializer.h"
#include "LinearMath/btAlignedAllocator.h"
#include "LinearMath/btMinMax.h"
Go to the source code of this file.
|
#define | SIZEOFBLENDERHEADER 12 |
|
#define | MAX_ARRAY_LENGTH 512 |
|
#define | MAX_STRLEN 1024 |
|
#define | getEle(value, current, type, cast, size, ptr) |
|
#define | setEle(value, current, type, cast, size, ptr) |
|
|
const char * | getCleanName (const char *memName, char *buffer) |
|
static void | getElement (int arrayLen, const char *cur, const char *old, char *oldPtr, char *curData) |
|
◆ getEle
#define getEle |
( |
|
value, |
|
|
|
current, |
|
|
|
type, |
|
|
|
cast, |
|
|
|
size, |
|
|
|
ptr |
|
) |
| |
Value: if (strcmp(current, type) == 0) \
{ \
value = (*(cast *)ptr); \
}
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
◆ MAX_ARRAY_LENGTH
#define MAX_ARRAY_LENGTH 512 |
◆ MAX_STRLEN
◆ setEle
#define setEle |
( |
|
value, |
|
|
|
current, |
|
|
|
type, |
|
|
|
cast, |
|
|
|
size, |
|
|
|
ptr |
|
) |
| |
Value: if (strcmp(current, type) == 0) \
{ \
(*(cast *)ptr) = (cast)value; \
}
◆ SIZEOFBLENDERHEADER
#define SIZEOFBLENDERHEADER 12 |
◆ getCleanName()
const char * getCleanName |
( |
const char * |
memName, |
|
|
char * |
buffer |
|
) |
| |
◆ getElement()
static void getElement |
( |
int |
arrayLen, |
|
|
const char * |
cur, |
|
|
const char * |
old, |
|
|
char * |
oldPtr, |
|
|
char * |
curData |
|
) |
| |
|
static |
◆ numallocs