$search
00001 00012 #pragma once 00013 #ifndef _TRACKER_TRACKERAPI_H_ 00014 #define _TRACKER_TRACKERAPI_H_ 00015 00016 #include <blort/Tracker/headers.h> 00017 #include <blort/Tracker/Tracker.h> 00018 #include <blort/Tracker/EdgeTracker.h> 00019 #include <blort/Tracker/TextureTracker.h> 00020 #include <blort/Tracker/Timer.h> 00021 00022 /* now clean up */ 00023 00024 #undef GL_ORTHO 00025 #undef GL_PERSPECTIVE 00026 #undef NONE 00027 #undef BARREL 00028 #undef SOBEL_THRESHOLD 00029 #undef THINNING_THRESHOLD 00030 #undef SPREADING_THRESHOLD 00031 #undef DISTANCE_SCALING 00032 #undef SPREADING_LOOPS 00033 #undef PI 00034 #undef EPSILON 00035 #undef DEG2RAD 00036 #undef RAD2DEG 00037 #undef FN_LEN 00038 #undef myalloc 00039 #undef GAUSS 00040 #undef NORMAL 00041 #undef FTOL 00042 #undef PIOVER180 00043 #undef g_Resources 00044 #undef OFFSETOF 00045 #undef FLOAT_NULL 00046 #undef DISTLEN 00047 00048 #endif /*_TRACKER_TRACKERAPI_H_*/