00001
00002 #ifndef _DEFS_H
00003 #define _DEFS_H
00004
00005
00006
00007
00008 #define MSG_ERR_MESH_LOAD "error loading the input meshes.\n"
00009 #define MSG_ERR_INVALID_OPTION "unable to parse option '%s'\n"
00010 #define MSG_ERR_FILE_OPEN "unable to open the output file.'n"
00011 #define MSG_ERR_UNKNOWN_FORMAT "unknown file format '%s'.\n"
00012
00013
00014 #define NO_SAMPLES_PER_FACE 10
00015 #define N_SAMPLES_EDGE_TO_FACE_RATIO 0.1
00016 #define BBOX_FACTOR 0.1
00017 #define INFLATE_PERCENTAGE 0.02
00018 #define MIN_SIZE 125
00019 #define N_HIST_BINS 256
00020 #define PRINT_EVERY_N_ELEMENTS 1000
00021
00022
00023 #endif
00024