MOAB: Mesh Oriented datABase  (version 5.4.1)
domain.hpp
Go to the documentation of this file.
00001 #include "CLArgs.hpp"
00002 #include "MeshImpl.hpp"
00003 
00004 void add_domain_args( CLArgs& args );
00005 
00006 MBMesquite::MeshDomain* process_domain_args( MBMesquite::MeshImpl* mesh );
00007 
00008 const char SPHERE_FLAG   = 'S';
00009 const char PLANE_FLAG    = 'P';
00010 const char CYLINDER_FLAG = 'C';
00011 const char CONE_FLAG     = 'N';
00012 const char LINE_FLAG     = 'l';
00013 const char CIRCLE_FLAG   = 'c';
00014 const char POINT_FLAG    = 'v';
00015 const char SKIN_FLAG     = 's';
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines