[MOAB-dev] r3646 - MOAB/trunk/src
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed Mar 17 15:29:31 CDT 2010
Author: kraftche
Date: 2010-03-17 15:29:30 -0500 (Wed, 17 Mar 2010)
New Revision: 3646
Modified:
MOAB/trunk/src/MBEntityType.h
Log:
more fixes for EntityType w/out namespace
Modified: MOAB/trunk/src/MBEntityType.h
===================================================================
--- MOAB/trunk/src/MBEntityType.h 2010-03-17 19:21:06 UTC (rev 3645)
+++ MOAB/trunk/src/MBEntityType.h 2010-03-17 20:29:30 UTC (rev 3646)
@@ -85,6 +85,19 @@
# ifndef MOAB_ENTITY_TYPE_NS_ONLY
# define MOAB_ENTITY_TYPE_NS_ONLY
typedef moab::EntityType MBEntityType;
+ using moab::MBVERTEX;
+ using moab::MBEDGE;
+ using moab::MBTRI;
+ using moab::MBQUAD;
+ using moab::MBPOLYGON;
+ using moab::MBTET;
+ using moab::MBPYRAMID;
+ using moab::MBPRISM;
+ using moab::MBKNIFE;
+ using moab::MBHEX;
+ using moab::MBPOLYHEDRON;
+ using moab::MBENTITYSET;
+ using moab::MBMAXTYPE;
# endif /* MOAB_ENTITY_TYPE_NS_ONLY */
#else /* __cplusplus */
# ifndef MOAB_ENTITY_TYPE_C
More information about the moab-dev
mailing list