#include "moab/Core.hpp"#include "moab/Range.hpp"#include "MBCN.hpp"#include "MBTagConventions.hpp"#include "moab/GeomTopoTool.hpp"#include <iostream>#include <cassert>
Include dependency graph for GeomSetHierarchy.cpp:Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const char * | ent_names [] = { "Vertex", "Edge", "Face", "Region" } |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 21 of file GeomSetHierarchy.cpp.
References moab::Range::begin(), moab::Range::clear(), moab::Range::end(), ent_names, GEOM_DIMENSION_TAG_NAME, moab::GeomTopoTool::get_sense(), moab::GeomTopoTool::get_senses(), mb, MB_CHK_SET_ERR, MB_SUCCESS, MB_TYPE_INTEGER, MBENTITYSET, and moab::Range::size().
| const char* ent_names[] = { "Vertex", "Edge", "Face", "Region" } |
Definition at line 19 of file GeomSetHierarchy.cpp.
Referenced by main().