Go to the source code of this file.
Functions | |
ErrorCode | make_tris_from_quad (Interface *MBI, EntityHandle quad, EntityHandle &tri0, EntityHandle &tri1) |
ErrorCode | make_tris_from_quads (Interface *MBI, const Range &quads, Range &tris) |
ErrorCode | quads_to_tris (Interface *MBI, EntityHandle input_meshset) |
ErrorCode make_tris_from_quad | ( | Interface * | MBI, |
EntityHandle | quad, | ||
EntityHandle & | tri0, | ||
EntityHandle & | tri1 | ||
) |
Definition at line 21 of file quads_to_tris.cpp.
References ErrorCode, moab::CartVect::length_squared(), MB_SUCCESS, MBI, and MBTRI.
Referenced by make_tris_from_quads(), and quads_to_tris().
Definition at line 74 of file quads_to_tris.cpp.
References moab::Range::begin(), moab::Range::clear(), moab::Range::end(), ErrorCode, moab::Range::insert(), make_tris_from_quad(), MB_SUCCESS, and MBI.
ErrorCode quads_to_tris | ( | Interface * | MBI, |
EntityHandle | input_meshset | ||
) |
Definition at line 89 of file quads_to_tris.cpp.
References moab::Range::begin(), dim, moab::Range::end(), ErrorCode, GEOM_DIMENSION_TAG_NAME, make_tris_from_quad(), MB_SUCCESS, MB_TAG_CREAT, MB_TAG_DENSE, MB_TYPE_INTEGER, MBENTITYSET, MBI, MBQUAD, and moab::Range::size().
Referenced by main().