MeshKit
1.0
|
00001 #ifndef DEFS_INCLUDED // -*- C++ -*- 00002 #define DEFS_INCLUDED 00003 00004 #include "Buffer.h" 00005 #include "Vec3.h" 00006 #include "3D.h" 00007 #include "moab/Interface.hpp" 00008 00009 #define EDGE_BOGUS 0 00010 #define EDGE_BORDER 1 00011 #define EDGE_MANIFOLD 2 00012 #define EDGE_NONMANIFOLD 3 00013 00014 #define VERTEX_INTERIOR 0 00015 #define VERTEX_BORDER 1 00016 #define VERTEX_BORDER_ONLY 2 00017 00019 00020 // DEFS_INCLUDED 00021 #endif