Home
last modified time | relevance | path

Searched refs:theCommands (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest.cxx31 DBRep::BasicCommands(theCommands); in AllCommands()
32 BRepTest::BasicCommands(theCommands); in AllCommands()
33 BRepTest::CurveCommands(theCommands); in AllCommands()
35 BRepTest::SurfaceCommands(theCommands); in AllCommands()
38 BRepTest::SweepCommands(theCommands); in AllCommands()
40 BRepTest::FilletCommands(theCommands); in AllCommands()
42 BRepTest::GPropCommands(theCommands); in AllCommands()
43 BRepTest::MatCommands(theCommands); in AllCommands()
46 BRepTest::OtherCommands(theCommands); in AllCommands()
48 BRepTest::CheckCommands(theCommands); in AllCommands()
[all …]
H A DBRepTest_CheckCommands.cxx442 theCommands << aSStream; in ContextualDump()
444 theCommands<<"\n"; in ContextualDump()
450 theCommands<<"\n"; in ContextualDump()
857 theCommands << "\n"; in checkshape()
859 theCommands << "\n"; in checkshape()
860 theCommands << "Where :\n"; in checkshape()
971 theCommands << "\n"; in checkshape()
1700 theCommands.Add("clintedge", in CheckCommands()
1705 theCommands.Add("facintedge", in CheckCommands()
1710 theCommands.Add("fuseedge", in CheckCommands()
[all …]
H A DBRepTest_FeatureCommands.cxx2446 theCommands.Add("hole", in FeatureCommands()
2454 theCommands.Add("holend", in FeatureCommands()
2466 theCommands.Add("wprism", in FeatureCommands()
2471 theCommands.Add("fprism", in FeatureCommands()
2476 theCommands.Add("wrotate", in FeatureCommands()
2481 theCommands.Add("frotate", in FeatureCommands()
2519 theCommands.Add("glue", in FeatureCommands()
2540 theCommands.Add("featlf", in FeatureCommands()
2544 theCommands.Add("featrf", in FeatureCommands()
2564 theCommands.Add("fillet", in FeatureCommands()
[all …]
H A DBRepTest_DraftAngleCommands.cxx82 theCommands << "Bad shape in variable bugdep "; in DEP()
83 Print(theCommands,drft.Status()); in DEP()
93 theCommands << "bad shape in variable bugdep; "; in DEP()
94 Print(theCommands,drft.Status()); in DEP()
106 theCommands << a[2] << " is not a Shape\n"; in NDEP()
126 theCommands << a[9*ii+6] << " is not a face\n"; in NDEP()
142 theCommands << "Bad shape in variable bugdep "; in NDEP()
143 Print(theCommands,drft.Status()); in NDEP()
153 theCommands << "bad shape in variable bugdep; "; in NDEP()
154 Print(theCommands,drft.Status()); in NDEP()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs.cxx19 QABugs::Commands_1(theCommands); in Commands()
20 QABugs::Commands_2(theCommands); in Commands()
21 QABugs::Commands_3(theCommands); in Commands()
22 QABugs::Commands_5(theCommands); in Commands()
23 QABugs::Commands_6(theCommands); in Commands()
24 QABugs::Commands_7(theCommands); in Commands()
25 QABugs::Commands_8(theCommands); in Commands()
26 QABugs::Commands_9(theCommands); in Commands()
27 QABugs::Commands_10(theCommands); in Commands()
28 QABugs::Commands_11(theCommands); in Commands()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest.cxx49 BOPTest::BOPCommands (theCommands); in AllCommands()
50 BOPTest::CheckCommands (theCommands); in AllCommands()
51 BOPTest::LowCommands (theCommands); in AllCommands()
75 DBRep::BasicCommands(theCommands); in Factory()
76 GeomliteTest::AllCommands(theCommands); in Factory()
77 GeometryTest::AllCommands(theCommands); in Factory()
78 BRepTest::AllCommands(theCommands); in Factory()
79 MeshTest::Commands(theCommands); in Factory()
80 HLRTest::Commands(theCommands); in Factory()
81 BOPTest::AllCommands(theCommands); in Factory()
[all …]
/dports/games/galaxyhack/galaxyhack/src/
H A DGroup_Base.cpp282 if (!theCommands.aimPropx && !theCommands.aimPropy && !remSpeedx && !remSpeedy) { in Move()
344 theCommands.moveTargetDist = FindDistanceTo(theCommands.moveTarget.x, theCommands.moveTarget.y); in RunGroupAI()
350 theCommands.aimPropx = 0; in RunGroupAI()
391 theCommands.aimPropx = -theCommands.aimPropx; in RunGroupAI()
392 theCommands.aimPropy = -theCommands.aimPropy; in RunGroupAI()
451 theCommands.aimPropx = static_cast<float>(d.y) / theCommands.patrolDist; in ConvertPatrolTarget()
452 theCommands.aimPropy = static_cast<float>(-d.x) / theCommands.patrolDist; in ConvertPatrolTarget()
456 theCommands.aimPropx = -theCommands.aimPropx; in ConvertPatrolTarget()
457 theCommands.aimPropy = -theCommands.aimPropy; in ConvertPatrolTarget()
464 CoordsInt d = GetDxDyCenter(theCommands.moveTarget.x, theCommands.moveTarget.y); in ConvertMoveTarget()
[all …]
H A DDerivedGroups.cpp71 if (CheckForCollision(theCommands.moveTarget.x, theCommands.moveTarget.y)) { in ConvertCollisions()
72 theCommands.aimPropx = savedPropx; in ConvertCollisions()
76 savedPropx = theCommands.aimPropx; in ConvertCollisions()
77 savedPropy = theCommands.aimPropy; in ConvertCollisions()
86 && sides[theCommands.moveTarget.x].groups[theCommands.moveTarget.y].GetAlive()) { in SelectSmallTargets()
94 if (!theCommands.bFire) in ConvertFireTarget()
97 if (theCommands.moveCommand == MC_MoveGroup && theCommands.bInverse == false) { in ConvertFireTarget()
98 theCommands.fireTarget = theCommands.moveTarget; in ConvertFireTarget()
99 theCommands.fireTargetDist = theCommands.moveTargetDist; in ConvertFireTarget()
102 theCommands.bFire = false; in ConvertFireTarget()
[all …]
H A DAIInterpreter.cpp34 theCommands = iTheCommands; in Init()
492 theCommands->bInverse = true; in InterpretMove()
495 theCommands->bInverse = false; in InterpretMove()
503 theCommands->moveTarget.y = CD_N; in InterpretMove()
508 theCommands->moveTarget.y = CD_NE; in InterpretMove()
514 theCommands->moveTarget.y = CD_E; in InterpretMove()
525 theCommands->moveTarget.y = CD_S; in InterpretMove()
536 theCommands->moveTarget.y = CD_W; in InterpretMove()
571 if (theCommands->bFire) { in InterpretFire()
586 theCommands->bFire = true; in InterpretFire()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeometryTest/
H A DGeometryTest.cxx22 void GeometryTest::AllCommands(Draw_Interpretor& theCommands) in AllCommands() argument
28 GeomliteTest::AllCommands(theCommands); in AllCommands()
29 GeometryTest::CurveCommands(theCommands); in AllCommands()
30 GeometryTest::CurveTanCommands(theCommands); in AllCommands()
31 GeometryTest::FairCurveCommands(theCommands); in AllCommands()
32 GeometryTest::SurfaceCommands(theCommands); in AllCommands()
33 GeometryTest::ConstraintCommands(theCommands); in AllCommands()
34 GeometryTest::APICommands(theCommands); in AllCommands()
35 GeometryTest::ContinuityCommands(theCommands); in AllCommands()
36 GeometryTest::TestProjCommands(theCommands); in AllCommands()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/SWDRAW/
H A DSWDRAW.cxx117 void SWDRAW::Init (Draw_Interpretor& theCommands) in Init() argument
128 SWDRAW_ShapeTool::InitCommands (theCommands); in Init()
129 SWDRAW_ShapeAnalysis::InitCommands (theCommands); in Init()
130 SWDRAW_ShapeCustom::InitCommands (theCommands); in Init()
131 SWDRAW_ShapeExtend::InitCommands (theCommands); in Init()
132 SWDRAW_ShapeFix::InitCommands (theCommands); in Init()
133 SWDRAW_ShapeUpgrade::InitCommands (theCommands); in Init()
134 SWDRAW_ShapeProcess::InitCommands (theCommands); in Init()
135 SWDRAW_ShapeProcessAPI::InitCommands (theCommands); in Init()
138theCommands.Add("LocSet", "a [b [c]]: set loc b->a; use no args to get help",__FILE__,LocSet,"essa… in Init()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Commands.cxx23 void Draw::Commands (Draw_Interpretor& theCommands) in Commands() argument
25 Draw::BasicCommands(theCommands); in Commands()
26 Draw::MessageCommands(theCommands); in Commands()
27 Draw::VariableCommands(theCommands); in Commands()
28 Draw::GraphicCommands(theCommands); in Commands()
29 Draw::PloadCommands(theCommands); in Commands()
30 Draw::UnitCommands(theCommands); in Commands()
H A DDraw_GraphicCommands.cxx971 theCommands.Add("delete","delete [view-id]", in GraphicCommands()
973 theCommands.Add("fit","fit [view-id]", in GraphicCommands()
975 theCommands.Add("2dfit","2dfit [view-id]", in GraphicCommands()
977 theCommands.Add("fu","fu [view-id], focal up", in GraphicCommands()
979 theCommands.Add("fd","fd [view-id], focal down", in GraphicCommands()
981 theCommands.Add("focal","focal [f]", in GraphicCommands()
983 theCommands.Add("mu","mu [view-id], magnify up", in GraphicCommands()
991 theCommands.Add("u","u [view-id], rotate up", in GraphicCommands()
993 theCommands.Add("d","d [view-id], rotate down", in GraphicCommands()
1005 theCommands.Add("ptv","ptv [view-id], X , Y , Z", in GraphicCommands()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DDataStd/
H A DDDataStd.cxx33 void DDataStd::AllCommands (Draw_Interpretor& theCommands) in AllCommands() argument
35 NamedShapeCommands (theCommands); in AllCommands()
36 BasicCommands (theCommands); in AllCommands()
37 DatumCommands (theCommands); in AllCommands()
38 ConstraintCommands (theCommands); in AllCommands()
39 ObjectCommands (theCommands); in AllCommands()
40 DrawDisplayCommands (theCommands); in AllCommands()
41 NameCommands(theCommands); in AllCommands()
42 TreeCommands(theCommands); in AllCommands()
H A DDDataStd_DrawDisplayCommands.cxx247 void DDataStd::DrawDisplayCommands (Draw_Interpretor& theCommands) in DrawDisplayCommands() argument
256 theCommands.Add ("PNT", in DrawDisplayCommands()
264 theCommands.Add ("rmdraw", in DrawDisplayCommands()
272 theCommands.Add ("DrawOwner", in DrawDisplayCommands()
279 theCommands.Add ("DrawDisplay", in DrawDisplayCommands()
283 theCommands.Add ("DrawErase", in DrawDisplayCommands()
287 theCommands.Add ("DrawUpdate", in DrawDisplayCommands()
291 theCommands.Add ("DrawRepaint", in DrawDisplayCommands()
/dports/cad/opencascade/opencascade-7.6.0/src/QANCollection/
H A DQANCollection.cxx21 void QANCollection::Commands (Draw_Interpretor& theCommands) in Commands() argument
23 QANCollection::CommandsTest (theCommands); in Commands()
24 QANCollection::CommandsPerf (theCommands); in Commands()
25 QANCollection::CommandsAlloc (theCommands); in Commands()
26 QANCollection::CommandsHandle(theCommands); in Commands()
27 QANCollection::CommandsStl (theCommands); in Commands()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomliteTest/
H A DGeomliteTest.cxx23 void GeomliteTest::AllCommands(Draw_Interpretor& theCommands) in AllCommands() argument
29 GeomliteTest::CurveCommands(theCommands); in AllCommands()
30 GeomliteTest::SurfaceCommands(theCommands); in AllCommands()
31 GeomliteTest::ApproxCommands(theCommands); in AllCommands()
32 GeomliteTest::API2dCommands(theCommands); in AllCommands()
33 GeomliteTest::ModificationCommands(theCommands); in AllCommands()
/dports/audio/praat/praat-6.2.03/sys/
H A Dpraat_menuCommands.cpp24 static OrderedOf <structPraat_Command> theCommands; variable
31 for (integer i = 1; i <= theCommands.size; i ++) { in praat_sortMenuCommands()
32 Praat_Command command = theCommands.at [i]; in praat_sortMenuCommands()
35 std::sort (theCommands.begin(), theCommands.end(), in praat_sortMenuCommands()
63 Praat_Command command = theCommands.at [i]; in lookUpMatchingMenuCommand()
150 position = theCommands.size + 1; // at end in praat_addMenuCommand_()
366 Praat_Command command = theCommands.at [i]; in praat_saveAddedMenuCommands()
372 Praat_Command me = theCommands.at [i]; in praat_saveAddedMenuCommands()
383 Praat_Command me = theCommands.at [i]; in praat_saveToggledMenuCommands()
415 Praat_Command command = theCommands.at [i]; in praat_sensitivizeFixedButtonCommand()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DDocStd/
H A DDDocStd_DocumentCommands.cxx497 theCommands.Add("Main","Main (DOC)", in DocumentCommands()
503 theCommands.Add ("Format", in DocumentCommands()
507 theCommands.Add ("DumpDocument", in DocumentCommands()
511 theCommands.Add ("StoreTriangulation", in DocumentCommands()
520 theCommands.Add("Copy","Copy DOC entry XDOC xentry", in DocumentCommands()
535 theCommands.Add("Undo","Undo DOC (steps = 1)", in DocumentCommands()
538 theCommands.Add("Redo","Redo DOC (steps = 1)", in DocumentCommands()
541 theCommands.Add("NewCommand","NewCommand DOC", in DocumentCommands()
544 theCommands.Add("OpenCommand","OpenCommand DOC", in DocumentCommands()
547 theCommands.Add("AbortCommand","AbortCommand DOC", in DocumentCommands()
[all …]
H A DDDocStd.hxx69 …Standard_EXPORT static Draw_Interpretor& ReturnLabel (Draw_Interpretor& theCommands, const TDF_Lab…
71 Standard_EXPORT static void AllCommands (Draw_Interpretor& theCommands);
74 Standard_EXPORT static void ApplicationCommands (Draw_Interpretor& theCommands);
77 Standard_EXPORT static void DocumentCommands (Draw_Interpretor& theCommands);
80 Standard_EXPORT static void ToolsCommands (Draw_Interpretor& theCommands);
83 Standard_EXPORT static void MTMCommands (Draw_Interpretor& theCommands);
86 Standard_EXPORT static void ShapeSchemaCommands(Draw_Interpretor& theCommands);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DDDocStd.hxx69 …Standard_EXPORT static Draw_Interpretor& ReturnLabel (Draw_Interpretor& theCommands, const TDF_Lab…
71 Standard_EXPORT static void AllCommands (Draw_Interpretor& theCommands);
74 Standard_EXPORT static void ApplicationCommands (Draw_Interpretor& theCommands);
77 Standard_EXPORT static void DocumentCommands (Draw_Interpretor& theCommands);
80 Standard_EXPORT static void ToolsCommands (Draw_Interpretor& theCommands);
83 Standard_EXPORT static void MTMCommands (Draw_Interpretor& theCommands);
86 Standard_EXPORT static void ShapeSchemaCommands(Draw_Interpretor& theCommands);
H A DDDF.hxx69 …Standard_EXPORT static Draw_Interpretor& ReturnLabel (Draw_Interpretor& theCommands, const TDF_Lab…
71 Standard_EXPORT static void AllCommands (Draw_Interpretor& theCommands);
74 Standard_EXPORT static void BasicCommands (Draw_Interpretor& theCommands);
78 Standard_EXPORT static void DataCommands (Draw_Interpretor& theCommands);
82 Standard_EXPORT static void TransactionCommands (Draw_Interpretor& theCommands);
85 Standard_EXPORT static void BrowserCommands (Draw_Interpretor& theCommands);
/dports/cad/opencascade/opencascade-7.6.0/src/QADNaming/
H A DQADNaming.cxx202 void QADNaming::AllCommands(Draw_Interpretor& theCommands) in AllCommands() argument
208 QADNaming::BasicCommands (theCommands); in AllCommands()
209 QADNaming::BuilderCommands (theCommands); in AllCommands()
210 QADNaming::IteratorsCommands (theCommands); in AllCommands()
211 QADNaming::ToolsCommands (theCommands); in AllCommands()
212 QADNaming::SelectionCommands (theCommands); in AllCommands()
215theCommands.Add("IsSameShapes","IsSameShapes DrawShape1 DrawShape2",__FILE__,QADNaming_IsSameShape… in AllCommands()
216theCommands.Add("CenterOfShape","CenterOfShape DrawShape",__FILE__,QADNaming_CenterOfShape, "Auxil… in AllCommands()
219 theCommands.Eval(com); in AllCommands()
/dports/cad/opencascade/opencascade-7.6.0/src/DDF/
H A DDDF_BasicCommands.cxx308 void DDF::BasicCommands (Draw_Interpretor& theCommands) in BasicCommands() argument
318 theCommands.Add ("SetTagger", in BasicCommands()
322 theCommands.Add ("NewTag", in BasicCommands()
326 theCommands.Add ("NewChild", in BasicCommands()
330 theCommands.Add ("Children", in BasicCommands()
334 theCommands.Add ("Attributes", in BasicCommands()
338 theCommands.Add ("SetEmptyAttribute", in BasicCommands()
342 theCommands.Add ("ForgetAll", in BasicCommands()
346 theCommands.Add ("ForgetAtt", in BasicCommands()
350 theCommands.Add ("Label", in BasicCommands()
H A DDDF.hxx69 …Standard_EXPORT static Draw_Interpretor& ReturnLabel (Draw_Interpretor& theCommands, const TDF_Lab…
71 Standard_EXPORT static void AllCommands (Draw_Interpretor& theCommands);
74 Standard_EXPORT static void BasicCommands (Draw_Interpretor& theCommands);
78 Standard_EXPORT static void DataCommands (Draw_Interpretor& theCommands);
82 Standard_EXPORT static void TransactionCommands (Draw_Interpretor& theCommands);
85 Standard_EXPORT static void BrowserCommands (Draw_Interpretor& theCommands);

123456789