QhullQh.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 **
00003 ** Copyright (c) 2008-2011 C.B. Barber. All rights reserved.
00004 ** $Id: //main/2011/qhull/src/libqhullcpp/QhullQh.h#5 $$Change: 1382 $
00005 ** $DateTime: 2011/05/14 10:45:42 $$Author: bbarber $
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     // Set ignored.  PointSet needs explicit dimension
00030     // Facet from vertices or ridges.vertices.count
00031     // Ridge from vertices.count
00032     // Vertex stored in vertexT?  1->16?
00033     // QhullPoint needs explicit dimension
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 };//class QhullQh
00048 
00049 }//namespace orgQhull
00050 
00051 #endif // QHULLQH_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libqhull
Author(s): Robert Krug
autogenerated on Tue Jun 18 2013 12:38:50