Home
last modified time | relevance | path

Searched defs:source_entity (Results 1 – 9 of 9) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DAEntityFactory.cpp90 ErrorCode AEntityFactory::get_elements(EntityHandle source_entity, in get_elements()
133 ErrorCode AEntityFactory::get_polyhedron_vertices(const EntityHandle source_entity, in get_polyhedron_vertices()
148 ErrorCode AEntityFactory::get_associated_meshsets( EntityHandle source_entity, in get_associated_meshsets()
187 const EntityHandle source_entity, in get_element()
575 ErrorCode AEntityFactory::get_adjacencies( const EntityHandle source_entity, in get_adjacencies()
660 ErrorCode AEntityFactory::get_zero_to_n_elements(EntityHandle source_entity, in get_zero_to_n_elements()
700 ErrorCode AEntityFactory::get_down_adjacency_elements(EntityHandle source_entity, in get_down_adjacency_elements()
786 ErrorCode AEntityFactory::get_down_adjacency_elements_poly(EntityHandle source_entity, in get_down_adjacency_elements_poly()
1092 ErrorCode AEntityFactory::get_up_adjacency_elements(EntityHandle source_entity, in get_up_adjacency_elements()
H A DHalfFacetRep.cpp463 ErrorCode HalfFacetRep::get_adjacencies(const EntityHandle source_entity, in get_adjacencies()
H A DCore.cpp3206 ErrorCode Core::side_element(const EntityHandle source_entity, in serial_load_file()
H A DNestedRefine.cpp226 ErrorCode NestedRefine::get_adjacencies(const EntityHandle source_entity, in get_adjacencies()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/movements/
H A DPathFinding.h86 Entity& source_entity; /**< the entity to move */ variable
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/movements/
H A DPathFinding.cpp57 Entity& source_entity, in PathFinding()
/dports/www/drupal7/drupal-7.82/modules/field/
H A Dfield.api.php670 …lation($entity_type, $entity, $field, $instance, $langcode, &$items, $source_entity, $source_langc…
/dports/misc/libpri/libpri-1.6.0/
H A Drose.h4336 u_int8_t source_entity; member
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp2890 Entity& source_entity = *check_entity(l, 2); in hero_api_start_hurt() local