$search
#include <stdio.h>
#include "trimesh.h"
#include "trimesh_endian.h"
Go to the source code of this file.
Namespaces | |
namespace | trimesh |
Defines | |
#define | GET_LINE() if (!fgets(buf, 255, f)) goto plyreaderror |
#define | LINE_IS(text) !strncasecmp(buf, text, strlen(text)) |
#define GET_LINE | ( | ) | if (!fgets(buf, 255, f)) goto plyreaderror |
#define LINE_IS | ( | text | ) | !strncasecmp(buf, text, strlen(text)) |