Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef QHULLQH_H
00010 #define QHULLQH_H
00011
00012 extern "C" {
00013 #include "libqhull/qhull_a.h"
00014 }
00015
00016 #include <string>
00017 #include <vector>
00018
00019 namespace orgQhull {
00020
00021 #//defined here
00022
00023
00024 class QhullQh;
00025
00026 class QhullQh : public qhT {
00027
00028 #//Constants
00029
00030
00031
00032
00033
00034
00035 #//members (empty) -- POD type equivalent to qhT. No data or virtual members
00036
00037 public:
00038 #//constructor, assignment, destructor, invariant
00039 QhullQh();
00040 ~QhullQh();
00041
00042 private:
00044 QhullQh(const QhullQh &);
00045 QhullQh &operator=(const QhullQh &);
00046
00047 };
00048
00049 }
00050
00051 #endif // QHULLQH_H