Go to the source code of this file.
#define BBOX_FACTOR 0.1 |
Definition at line 33 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_EDGE_SAMPLE 'E' |
Definition at line 9 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_FACE_SAMPLE 'F' |
Definition at line 10 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_HIST 'H' |
Definition at line 7 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_MONTECARLO_SAMPLING 'M' |
Definition at line 12 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_N_SAMPLES 'N' |
Definition at line 15 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_SAMPLE_TYPE 'S' |
Definition at line 11 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_SAMPLES_PER_AREA_UNIT 'A' |
Definition at line 16 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_SAVE_DISPLACEMENT 'O' |
Definition at line 17 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_SAVE_ERROR_AS_COLOUR 'C' |
Definition at line 18 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_SIMILAR_TRIANGLES_SAMPLING 'T' |
Definition at line 14 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_SUBDIVISION_SAMPLING 'S' |
Definition at line 13 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define CMD_LINE_ARG_VERTEX_SAMPLE 'V' |
Definition at line 8 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define FILE_EXT_PLY "ply" |
Definition at line 39 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define FILE_EXT_SMF "smf" |
Definition at line 38 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define INFLATE_PERCENTAGE 0.02 |
Definition at line 34 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define MIN_SIZE 125 |
Definition at line 35 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define MSG_ERR_FILE_OPEN "unable to open the output file.'n" |
Definition at line 27 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n" |
Definition at line 26 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define MSG_ERR_MESH_LOAD "error loading the input meshes.\n" |
Definition at line 25 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define MSG_ERR_N_ARGS |
"\nUsage: "\ "trimeshinfo filename \n"
Definition at line 22 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define MSG_ERR_UNKNOWN_FORMAT "unknown file format '%s'.\n" |
Definition at line 28 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define N_HIST_BINS 256 |
Definition at line 36 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define N_SAMPLES_EDGE_TO_FACE_RATIO 0.1 |
Definition at line 32 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define NO_SAMPLES_PER_FACE 10 |
Definition at line 31 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define PRINT_EVERY_N_ELEMENTS 1000 |
Definition at line 37 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define STR_HIST_FILENAME_DEFAULT "hist.txt" |
Definition at line 42 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define STR_NEW_MESH_FILENAME_DEFAULT "error.ply" |
Definition at line 43 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.
#define STR_NEW_MESH_FILENAME_DEFAULT_2 "error_colour.ply" |
Definition at line 44 of file trimeshinfo/trimeshinfo1.01/trimeshinfo101/defs.h.