if (name_length) \
{ \
if (strncmp(buffer,
name,name_length) || !
IsSpace(buffer[name_length])) \
{ \
ASSIMP_LOG_ERROR(
"AC3D: Unexpected token. " name " was expected."); \
continue; \
} \
buffer += name_length+1; \
} \
for (
unsigned int i = 0; i <
num;++i) \
{ \
AI_AC_SKIP_TO_NEXT_TOKEN(); \
buffer = fast_atoreal_move<float>(buffer,((
float*)
out)[i]); \
}
#define AI_AC_SKIP_TO_NEXT_TOKEN()
Definition: ACLoader.cpp:85
FILE * out
Definition: WriteDumb.cpp:64
static const std::string name
Definition: 3MFXmlTags.h:72
bool IsSpace(char ch)
Definition: gtest-port.h:2263
static unsigned int num[10][4]
Definition: utSortByPType.cpp:72