Go to the documentation of this file.00001 #ifndef OPENTISSUE_UTILITY_UTILITY_QHULL_H
00002 #define OPENTISSUE_UTILITY_UTILITY_QHULL_H
00003
00004
00005
00006
00007
00008
00009
00010 #include <OpenTissue/configuration.h>
00011
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #if defined(__cplusplus)
00027 extern "C"
00028 {
00029 #endif
00030 #include <stdio.h>
00031 #include <stdlib.h>
00032 #include <qhull/qhull.h>
00033 #include <qhull/mem.h>
00034 #include <qhull/qset.h>
00035 #include <qhull/geom.h>
00036 #include <qhull/merge.h>
00037 #include <qhull/poly.h>
00038 #include <qhull/io.h>
00039 #include <qhull/stat.h>
00040 #if defined(__cplusplus)
00041 }
00042 #endif
00043
00044
00045 #endif