Home
last modified time | relevance | path

Searched refs:remove_parent_child (Results 1 – 8 of 8) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DFBEngine.cpp2482 rval = _mbImpl->remove_parent_child(edge, secondSet); in split_edge_at_mesh_node()
2713 rval = _mbImpl->remove_parent_child(edge, secondSet); in split_bedge_at_new_mesh_node()
2890 rval = _mbImpl->remove_parent_child(face, edge); in redistribute_boundary_edges_to_faces()
3731 rval = _mbImpl->remove_parent_child(edge, v12); in chain_two_edges()
3740 rval = _mbImpl->remove_parent_child(next_edge, v21); in chain_two_edges()
3743 rval = _mbImpl->remove_parent_child(next_edge, v22); in chain_two_edges()
3754 rval = _mbImpl->remove_parent_child(ff, next_edge); in chain_two_edges()
H A DGeomTopoTool.cpp2144 rval = mdbImpl->remove_parent_child(parent, tree_volume); in insert_in_tree()
2207 rval = mdbImpl->remove_parent_child(*parent_it,*child_it); in restore_topology_from_geometric_inclusion()
H A DCore.cpp3630 ErrorCode Core::remove_parent_child(EntityHandle parent, in serial_load_file() function in moab::Core
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DInterface.hpp1966 virtual ErrorCode remove_parent_child( EntityHandle parent,
H A DCore.hpp1092 virtual ErrorCode remove_parent_child( EntityHandle parent,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/geometry/
H A Dcub2h5m.cpp242 result = MBI->remove_parent_child(*j, *i); in remove_empty_cgm_surfs_and_vols()
251 result = MBI->remove_parent_child(*i, *j); in remove_empty_cgm_surfs_and_vols()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp1192 ErrorCode result = MOABI->remove_parent_child in iMesh_rmvPrntChld()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A DMBTest.cpp8259 rval = mb->remove_parent_child( rs, some_set ); in mb_root_set_test()