[MOAB-dev] r2539 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Tue Jan 13 20:40:05 CST 2009


Author: kraftche
Date: 2009-01-13 20:40:05 -0600 (Tue, 13 Jan 2009)
New Revision: 2539

Modified:
   MOAB/trunk/tools/iMesh/iMesh_MOAB.hpp
Log:
forgot to check this in with 2537

Modified: MOAB/trunk/tools/iMesh/iMesh_MOAB.hpp
===================================================================
--- MOAB/trunk/tools/iMesh/iMesh_MOAB.hpp	2009-01-14 02:23:29 UTC (rev 2538)
+++ MOAB/trunk/tools/iMesh/iMesh_MOAB.hpp	2009-01-14 02:40:05 UTC (rev 2539)
@@ -46,8 +46,9 @@
 {
 private:
   bool haveDeletedEntities;
+  bool fullConnectivity;
 public:
-  MBiMesh();
+  MBiMesh(bool adj_includes_ho = false);
 
   virtual ~MBiMesh();
   bool have_deleted_ents( bool reset ) {
@@ -61,6 +62,7 @@
   virtual MBErrorCode delete_entities( const MBEntityHandle*, const int );
   virtual MBErrorCode delete_entities( const MBRange& );
   int AdjTable[16];
+  bool adj_includes_ho_nodes() const { return fullConnectivity; }
 };
 
 #define MBimesh reinterpret_cast<MBiMesh*>(MBI)




More information about the moab-dev mailing list