Home
last modified time | relevance | path

Searched refs:base_entity (Results 1 – 9 of 9) sorted by relevance

/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DIFCUtil.h230 Curve(const IfcCurve& base_entity, ConversionData& conv) in Curve() argument
231 : base_entity(base_entity) in Curve()
275 const IfcCurve& base_entity;
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DAEntityFactory.cpp408 if (TYPE_FROM_HANDLE(base_entity) == MBENTITYSET) in remove_adjacency()
413 result = get_adjacencies( base_entity, adj_list ); in remove_adjacency()
430 EntityType base_type = TYPE_FROM_HANDLE(base_entity); in remove_all_adjacencies()
433 return thisMB->clear_meshset(&base_entity, 1); in remove_all_adjacencies()
455 if (adjvect[j] == base_entity) in remove_all_adjacencies()
459 && explicitly_adjacent( adjvect[j], base_entity )) in remove_all_adjacencies()
460 remove_adjacency( adjvect[j], base_entity ); in remove_all_adjacencies()
464 remove_adjacency( connvect[i], base_entity ); in remove_all_adjacencies()
470 result = get_adjacencies( base_entity, adj_list ); in remove_all_adjacencies()
477 remove_adjacency( *it, base_entity ); in remove_all_adjacencies()
[all …]
H A DAEntityFactory.hpp51 ErrorCode remove_adjacency(EntityHandle base_entity,
55 ErrorCode remove_all_adjacencies(EntityHandle base_entity,
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Importer/IFC/
H A DIFCUtil.h340 Curve(const Schema_2x3::IfcCurve& base_entity, ConversionData& conv) in Curve() argument
341 : base_entity(base_entity) in Curve()
382 const Schema_2x3::IfcCurve& base_entity;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DIFCUtil.h347 Curve(const IfcCurve& base_entity, ConversionData& conv) in Curve() argument
348 : base_entity(base_entity) in Curve()
396 const IfcCurve& base_entity;
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/IFC/
H A DIFCUtil.h339 Curve(const Schema_2x3::IfcCurve& base_entity, ConversionData& conv) in Curve() argument
340 : base_entity(base_entity) in Curve()
381 const Schema_2x3::IfcCurve& base_entity;
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DIFCUtil.h346 Curve(const IfcCurve& base_entity, ConversionData& conv) in Curve() argument
347 : base_entity(base_entity) in Curve()
395 const IfcCurve& base_entity;
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DIFCUtil.h347 Curve(const IfcCurve& base_entity, ConversionData& conv) in Curve() argument
348 : base_entity(base_entity) in Curve()
396 const IfcCurve& base_entity;
/dports/devel/atlas-devel/Atlas-C++-0.6.4/tests/Objects/
H A Dobjects2.cpp398 RootEntity base_entity = human.getDefaultObject(); in test() local
399 std::vector<double> &base = base_entity->modifyVelocity(); in test()
401 check_float_list3(base_entity->getVelocityAsList(), 0.0, y2, 0.0); in test()