#include "moab/Core.hpp"
#include "moab/Range.hpp"
#include "MBCN.hpp"
#include "MBTagConventions.hpp"
#include "moab/GeomTopoTool.hpp"
#include <iostream>
#include <cassert>
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 11 of file GeomSetHierarchy.cpp.
References moab::Range::begin(), moab::Range::clear(), dim, moab::Range::end(), ent_names, ErrorCode, GEOM_DIMENSION_TAG_NAME, moab::GeomTopoTool::get_sense(), moab::GeomTopoTool::get_senses(), mb, MB_SUCCESS, MB_TYPE_INTEGER, MBENTITYSET, and moab::Range::size().
const char* ent_names[] = { "Vertex", "Edge", "Face", "Region" } |
Definition at line 9 of file GeomSetHierarchy.cpp.
Referenced by main().