moab
MBRange.hpp
Go to the documentation of this file.
00001 #ifndef MBRange_HEADER
00002 #define MBRange_HEADER
00003 
00004 #include "MBTypes.h"
00005 
00006 #include "moab/Range.hpp"
00007 
00008 typedef moab::Range MBRange;
00009 typedef moab::range_inserter mb_range_inserter;
00010 using moab::intersect; //( const moab::Range&, const moab::Range& );
00011 using moab::subtract;  //( const moab::Range&, const moab::Range& );
00012 using moab::unite;     //( const moab::Range&, const moab::Range& );
00013 
00014 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines