#include "moab/Core.hpp"#include "moab/Range.hpp"#include "moab/CN.hpp"#include <iostream>#include <memory>#include <string>#include <string_view>
Include dependency graph for GetEntities.cpp:Go to the source code of this file.
Namespaces | |
| anonymous_namespace{GetEntities.cpp} | |
Functions | |
| void | print_usage (const char *program_name) |
| int | main (int argc, char **argv) |
Variables | |
| const char *const | anonymous_namespace{GetEntities.cpp}::DEFAULT_MESH_FILE = "hex01.vtk" |
| const int | anonymous_namespace{GetEntities.cpp}::DIMENSION = 3 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 44 of file GetEntities.cpp.
References anonymous_namespace{GetEntities.cpp}::DEFAULT_MESH_FILE, anonymous_namespace{GetEntities.cpp}::DIMENSION, moab::Range::empty(), moab::CN::EntityTypeName(), MB_CHK_SET_ERR, MBENTITYSET, MBVERTEX, MESH_DIR, print_usage(), and moab::Range::size().
| void print_usage | ( | const char * | program_name | ) |
Definition at line 38 of file GetEntities.cpp.
References anonymous_namespace{GetEntities.cpp}::DEFAULT_MESH_FILE, and MESH_DIR.
Referenced by main().