Home
last modified time | relevance | path

Searched refs:get_contained_meshsets (Results 1 – 5 of 5) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp1866 virtual ErrorCode get_contained_meshsets(const EntityHandle meshset,
1881 virtual ErrorCode get_contained_meshsets(const EntityHandle meshset,
H A DCore.hpp1045 virtual ErrorCode get_contained_meshsets(const EntityHandle meshset,
1050 virtual ErrorCode get_contained_meshsets(const EntityHandle meshset,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCore.cpp3481 ErrorCode Core::get_contained_meshsets( const EntityHandle meshset, in serial_load_file() function in moab::Core
3498 ErrorCode Core::get_contained_meshsets( const EntityHandle meshset, in serial_load_file() function in moab::Core
3507 ErrorCode result = get_contained_meshsets(meshset, child_vec, num_hops);MB_CHK_ERR(result); in serial_load_file()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp1039 ErrorCode rval = MOABI->get_contained_meshsets( ENTITY_HANDLE(entity_set_handle), in iMesh_getEntSets()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DMBTest.cpp8217 rval = mb->get_contained_meshsets( rs, sets2 ); in mb_root_set_test()