moab
MBCN.hpp
Go to the documentation of this file.
00001 #ifndef MBCN_HEADER
00002 #define MBCN_HEADER
00003 
00004 #include "MBEntityType.h"
00005 
00006 #include "moab/CN.hpp"
00007 typedef moab::CN MBCN;
00008 using moab::DimensionPair;
00009 #define MB_MAX_SUB_ENTITIES  moab::MAX_SUB_ENTITIES;
00010 #define MB_MAX_SUB_ENTITY_VERTICES moab::MAX_SUB_ENTITY_VERTICES;
00011 
00012 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines