Go to the source code of this file.
Macros | |
#define | MESH_DIR "." |
Functions | |
int | main (int argc, char **argv) |
Variables | |
string | test_file_name = string( MESH_DIR ) + string( "/3k-tri-sphere.vtk" ) |
#define MESH_DIR "." |
Definition at line 17 of file HelloMOAB.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 23 of file HelloMOAB.cpp.
References ErrorCode, moab::Core::get_entities_by_dimension(), moab::Core::get_entities_by_type(), moab::Core::load_mesh(), mb, MB_CHK_ERR, MBEDGE, MBVERTEX, moab::Range::size(), and test_file_name.
string test_file_name = string( MESH_DIR ) + string( "/3k-tri-sphere.vtk" ) |