Home
last modified time | relevance | path

Searched refs:tempEntity (Results 1 – 23 of 23) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IGESAppli/
H A DIGESAppli_ToolFlow.cxx106 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
108 tempFlowAssocs->SetValue(i, tempEntity); in ReadOwnParams()
112 Handle(IGESDraw_ConnectPoint) tempEntity; in ReadOwnParams() local
114 tempConnectPoints->SetValue(i, tempEntity); in ReadOwnParams()
118 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
119 if (PR.ReadEntity(IR, PR.Current(), "Join", tempEntity)) in ReadOwnParams()
120 tempJoins->SetValue(i, tempEntity); in ReadOwnParams()
130 Handle(IGESGraph_TextDisplayTemplate) tempEntity; in ReadOwnParams() local
133 tempTextDisplayTemplates->SetValue(i, tempEntity); in ReadOwnParams()
137 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
[all …]
H A DIGESAppli_ToolPipingFlow.cxx99 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
102 tempFlowAssocs->SetValue(i, tempEntity); in ReadOwnParams()
107 Handle(IGESDraw_ConnectPoint) tempEntity; in ReadOwnParams() local
109 tempConnectPoints->SetValue(i, tempEntity); in ReadOwnParams()
114 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
116 tempJoins->SetValue(i, tempEntity); in ReadOwnParams()
128 Handle(IGESGraph_TextDisplayTemplate) tempEntity; in ReadOwnParams() local
130 STANDARD_TYPE(IGESGraph_TextDisplayTemplate),tempEntity)) in ReadOwnParams()
131 tempTextDisplayTemplates->SetValue(i, tempEntity); in ReadOwnParams()
136 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
[all …]
H A DIGESAppli_ToolNodalConstraint.cxx61 Handle(IGESDefs_TabularData) tempEntity; in ReadOwnParams() local
64 STANDARD_TYPE(IGESDefs_TabularData), tempEntity)) in ReadOwnParams()
65 tempTabularDataProps->SetValue(i, tempEntity); in ReadOwnParams()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSolid/
H A DIGESSolid_ToolSolidInstance.cxx43 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
46 …PR.ReadEntity(IR, PR.Current(), "Solid Entity", tempEntity); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
49 ent->Init(tempEntity); in ReadOwnParams()
68 DeclareAndCast(IGESData_IGESEntity, tempEntity, in OwnCopy()
70 ent->Init (tempEntity); in OwnCopy()
H A DIGESSolid_ToolSelectedComponent.cxx46 Handle(IGESSolid_BooleanTree) tempEntity; in ReadOwnParams() local
51 STANDARD_TYPE(IGESSolid_BooleanTree), tempEntity); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
56 ent->Init(tempEntity, tempSelectPoint); in ReadOwnParams()
78 DeclareAndCast(IGESSolid_BooleanTree, tempEntity, in OwnCopy()
81 ent->Init (tempEntity, tempSelectPoint); in OwnCopy()
H A DIGESSolid_ToolSolidOfLinearExtrusion.cxx46 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
52 …PR.ReadEntity(IR, PR.Current(), "Curve Entity", tempEntity); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
81 ent->Init(tempEntity, tempLength, tempDirection); in ReadOwnParams()
107 DeclareAndCast(IGESData_IGESEntity, tempEntity, in OwnCopy()
111 ent->Init(tempEntity, tempLength, tempDirection); in OwnCopy()
H A DIGESSolid_ToolSolidOfRevolution.cxx47 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
54 …PR.ReadEntity(IR, PR.Current(), "Curve Entity", tempEntity); //szv#4:S4163:12Mar99 `st=` not needed in ReadOwnParams()
109 ent->Init (tempEntity, tempFraction, tempAxisPoint, tempAxis); in ReadOwnParams()
138 DeclareAndCast(IGESData_IGESEntity, tempEntity, in OwnCopy()
143 ent->Init(tempEntity, tempFraction, tempAxisPoint, tempAxis); in OwnCopy()
/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_lich.cpp423 Entity* tempEntity = (Entity*)tempNode->element; in lichAnimate() local
425 if ( tempEntity->behavior == &actPlayer ) in lichAnimate()
427 double disttoplayer = entityDist(my, tempEntity); in lichAnimate()
430 playertotrack = tempEntity; in lichAnimate()
H A Dactitem.cpp56 Entity* tempEntity = uidToEntity(clientplayer); in actItem() local
57 if ( tempEntity ) in actItem()
59 if ( entityInsideEntity(my, tempEntity) ) in actItem()
61 my->parent = tempEntity->getUID(); in actItem()
H A Dmonster_devil.cpp457 Entity* tempEntity = (Entity*)tempNode->element; in devilMoveBodyparts() local
459 if ( tempEntity->behavior == &actPlayer ) in devilMoveBodyparts()
461 double disttoplayer = entityDist(my, tempEntity); in devilMoveBodyparts()
464 playertotrack = tempEntity; in devilMoveBodyparts()
H A Dactmonster.cpp1780 if ( tempEntity->behavior == &actTorch || tempEntity->behavior == &actCampfire ) in actMonster()
1783 if ( tempEntity->light ) in actMonster()
1786 tempEntity->light = nullptr; in actMonster()
2289 && (sqrt(pow(my->x - tempEntity->x, 2) + pow(my->y - tempEntity->y, 2)) < lichDist) in actMonster()
2292 lichDist = sqrt(pow(my->x - tempEntity->x, 2) + pow(my->y - tempEntity->y, 2)); in actMonster()
2293 target = tempEntity; in actMonster()
2316 if ( tempEntity && tempEntity->behavior == &actPlayer in actMonster()
2317 && (sqrt(pow(my->x - tempEntity->x, 2) + pow(my->y - tempEntity->y, 2)) < lichDist) in actMonster()
2320 lichDist = sqrt(pow(my->x - tempEntity->x, 2) + pow(my->y - tempEntity->y, 2)); in actMonster()
2321 target = tempEntity; in actMonster()
[all …]
H A Dnet.cpp575 Entity* tempEntity = (Entity*)node->element; in serverUpdateBodypartIDs() local
622 Entity* tempEntity = (Entity*)node->element; in serverUpdateEntityBodypart() local
623 SDLNet_Write32(tempEntity->sprite, &net_packet->data[9]); in serverUpdateEntityBodypart()
624 net_packet->data[13] = tempEntity->flags[INVISIBLE]; in serverUpdateEntityBodypart()
1978 Entity* tempEntity = (Entity*)childNode->element; in clientHandlePacket() local
1979 tempEntity->sprite = SDLNet_Read32(&net_packet->data[9]); in clientHandlePacket()
1980 tempEntity->skill[7] = tempEntity->sprite; in clientHandlePacket()
1981 tempEntity->flags[INVISIBLE] = net_packet->data[13]; in clientHandlePacket()
2001 Entity* tempEntity = (Entity*)childNode->element; in clientHandlePacket() local
2004 tempEntity->setUID(SDLNet_Read32(&net_packet->data[8 + 4 * (c - 2)])); in clientHandlePacket()
[all …]
H A Dactthrown.cpp71 Entity* tempEntity = uidToEntity(clientplayer); in actThrown() local
72 if ( tempEntity ) in actThrown()
74 if ( entityInsideEntity(my, tempEntity) ) in actThrown()
76 my->parent = tempEntity->getUID(); in actThrown()
H A Dactplayer.cpp3214 Entity* tempEntity = uidToEntity(selectedEntity->skill[2]); in actPlayer() local
3215 if (tempEntity) in actPlayer()
3217 if (tempEntity->behavior == &actMonster) in actPlayer()
3219 SDLNet_Write32((Uint32)tempEntity->getUID(), &net_packet->data[5]); in actPlayer()
3527 Entity* tempEntity = (Entity*)node->element; in actPlayer() local
3528 if ( tempEntity ) in actPlayer()
3530 list_RemoveNode(tempEntity->mynode); in actPlayer()
H A Dmaps.cpp1891 Entity* tempEntity = (Entity*)tempNode->element; in generateDungeon() local
1892 if ( tempEntity->sprite >= 4 && tempEntity->sprite <= 7 ) in generateDungeon()
1894 if ( ((int)floor(tempEntity->x + 8)) / 16 == x && ((int)floor(tempEntity->y + 8)) / 16 == y ) in generateDungeon()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDefs/
H A DIGESDefs_ToolGenericData.cxx106 Handle(IGESData_IGESEntity) tempEntity; in ReadOwnParams() local
108 if (PR.ReadEntity(IR, PR.Current(), "Entity value", tempEntity)) in ReadOwnParams()
109 tempValues->SetValue(i, tempEntity); in ReadOwnParams()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDraw/
H A DIGESDraw_ToolPlanar.cxx125 DeclareAndCast(IGESData_IGESEntity, tempEntity, in OwnCopy()
127 entities->SetValue( i, tempEntity ); in OwnCopy()
H A DIGESDraw_ToolLabelDisplay.cxx180 DeclareAndCast(IGESData_IGESEntity, tempEntity, in OwnCopy()
182 displayedEntities->SetValue( i, tempEntity ); in OwnCopy()
H A DIGESDraw_ToolViewsVisible.cxx180 DeclareAndCast(IGESData_IGESEntity, tempEntity,newdisp.Value()); in OwnRenew()
181 tempDisplayEntities->SetValue(I, tempEntity); in OwnRenew()
H A DIGESDraw_ToolNetworkSubfigureDef.cxx167 DeclareAndCast(IGESData_IGESEntity, tempEntity, in OwnCopy()
169 tempEntities->SetValue(I, tempEntity); in OwnCopy()
H A DIGESDraw_ToolViewsVisibleWithAttr.cxx283 DeclareAndCast(IGESData_IGESEntity, tempEntity,newdisp.Value()); in OwnRenew()
284 tempDisplayEntities->SetValue(I, tempEntity); in OwnRenew()
/dports/devel/sope2/SOPE/sope-gdl1/GDLAccess/
H A DEOSQLQualifier.m232 EOEntity *tempEntity = [tmpRelationship destinationEntity];
258 ASSIGN(qualifier->entity, tempEntity);
/dports/devel/sope/SOPE/sope-gdl1/GDLAccess/
H A DEOSQLQualifier.m232 EOEntity *tempEntity = [tmpRelationship destinationEntity];
258 ASSIGN(qualifier->entity, tempEntity);