Home
last modified time | relevance | path

Searched refs:theArgv (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimArgumentParser.cpp171 theArgv(argv), in ossimArgumentParser()
181 theArgv(0), in ossimArgumentParser()
195 theArgv[i][n] = '\0'; in ossimArgumentParser()
206 delete [] theArgv[i]; in ~ossimArgumentParser()
207 delete [] theArgv; in ~ossimArgumentParser()
216 theArgv = new char*[*argc]; in initialize()
249 if (str==theArgv[pos]) in find()
290 theArgv[pos]=theArgv[pos+num]; in remove()
294 theArgv[pos]=0; in remove()
325 delete [] theArgv; in insert()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_MkConnectedCommands.cxx107 theDI.PrintHelp(theArgv[0]); in MakeConnected()
139 DBRep::Set(theArgv[1], aResult); in MakeConnected()
154 theDI.PrintHelp(theArgv[0]); in MakePeriodic()
230 DBRep::Set(theArgv[1], aResult); in MakePeriodic()
245 theDI.PrintHelp(theArgv[0]); in RepeatShape()
297 DBRep::Set(theArgv[1], aResult); in RepeatShape()
312 theDI.PrintHelp(theArgv[0]); in MaterialsOn()
327 if (!strcmp("+", theArgv[2])) in MaterialsOn()
353 DBRep::Set(theArgv[1], aResult); in MaterialsOn()
368 theDI.PrintHelp(theArgv[0]); in GetTwins()
[all …]
H A DBOPTest_PeriodicityCommands.cxx94 theDI.PrintHelp(theArgv[0]); in MakePeriodic()
115 if (!strcasecmp(theArgv[i], "-x")) in MakePeriodic()
117 else if (!strcasecmp(theArgv[i], "-y")) in MakePeriodic()
144 if (!strcmp(theArgv[i], "-trim")) in MakePeriodic()
177 DBRep::Set(theArgv[1], aResult); in MakePeriodic()
192 theDI.PrintHelp(theArgv[0]); in GetTwins()
218 DBRep::Set(theArgv[1], aCTwins); in GetTwins()
233 theDI.PrintHelp(theArgv[0]); in RepeatShape()
240 if (!strcasecmp(theArgv[i], "-x")) in RepeatShape()
257 aTimes = Draw::Atoi(theArgv[++i]); in RepeatShape()
[all …]
H A DBOPTest_RemoveFeaturesCommands.cxx62 const char ** theArgv) in RemoveFeatures() argument
66 theDI.PrintHelp(theArgv[0]); in RemoveFeatures()
71 TopoDS_Shape aShape = DBRep::Get(theArgv[2]); in RemoveFeatures()
74 theDI << "Error: " << theArgv[2] << " is a null shape.\n"; in RemoveFeatures()
84 TopoDS_Shape aF = DBRep::Get(theArgv[i]); in RemoveFeatures()
87 if (!strcmp(theArgv[i], "-parallel")) in RemoveFeatures()
93 theDI << "Warning: " << theArgv[i] << " is a null shape. Skip it.\n"; in RemoveFeatures()
116 DBRep::Set(theArgv[1], aResult); in RemoveFeatures()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_HistoryCommands.cxx82 theDI.PrintHelp(theArgv[0]); in SetFillHistory()
109 theDI.PrintHelp(theArgv[0]); in SaveHistory()
123 Draw::Set(theArgv[1], aDrawHist); in SaveHistory()
195 const char** theArgv) in Modified() argument
199 theDI.PrintHelp(theArgv[0]); in Modified()
207 TopoDS_Shape aS = GetShape(theDI, theArgv[3]); in Modified()
230 const char** theArgv) in Generated() argument
234 theDI.PrintHelp(theArgv[0]); in Generated()
242 TopoDS_Shape aS = GetShape(theDI, theArgv[3]); in Generated()
265 const char** theArgv) in IsDeleted() argument
[all …]
H A DBRepTest_SurfaceCommands.cxx333 Standard_Integer theArgc, const char** theArgv) in sewing() argument
353 if (theArgv[i][0] == '-' || theArgv[i][0] == '+') in sewing()
356 switch (tolower(theArgv[i][1])) in sewing()
362 if (Draw::Atof (theArgv[i+1])) in sewing()
364 aMinTol = Draw::Atof (theArgv[++i]); in sewing()
375 if (Draw::Atof (theArgv[i+1])) in sewing()
376 aMaxTol = Draw::Atof (theArgv[++i]); in sewing()
396 TopoDS_Shape aShape = DBRep::Get (theArgv[i]); in sewing()
404 if (Draw::Atof (theArgv[i])) in sewing()
405 aTol = Draw::Atof (theArgv[i]); in sewing()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/QABugs/
H A DQABugs_BVH.cxx181 theDI.PrintHelp (theArgv[0]); in QABVH_ShapeSelect()
267 DBRep::Set (theArgv[1], aResult); in QABVH_ShapeSelect()
386 theDI.PrintHelp (theArgv[0]); in QABVH_PairSelect()
392 aShape[0] = DBRep::Get (theArgv [2]); in QABVH_PairSelect()
400 aShape[1] = DBRep::Get (theArgv [3]); in QABVH_PairSelect()
476 DBRep::Set (theArgv[1], aResult); in QABVH_PairSelect()
610 theDI.PrintHelp (theArgv[0]); in QABVH_PairDistance()
616 aShape[0] = DBRep::Get (theArgv [1]); in QABVH_PairDistance()
780 theDI.PrintHelp (theArgv[0]); in QABVH_DistanceField()
786 aShape = DBRep::Get (theArgv [1]); in QABVH_DistanceField()
[all …]
H A DQABugs_19.cxx1248 Sprintf(buf, "%s_%d",theArgv[1],i); in OCC24005()
1260 Sprintf(buf, "%s",theArgv[1]); in OCC24005()
1270 Sprintf(buf,"%s_p_%d",theArgv[1],i); in OCC24005()
2595 << theArgv[0] in OCC24826()
4078 BRepTools::Read(aShell, theArgv[1], aBuilder); in OCC26553()
4742 GetCoords(theArgv[1], ref_coords); in OCC26396()
4748 GetCoords(theArgv[1], coords); in OCC26396()
4919 theDI.PrintHelp(theArgv[0]); in OCC27048()
4926 Standard_Real aU = Draw::Atof(theArgv[2]); in OCC27048()
4927 Standard_Real aV = Draw::Atof(theArgv[3]); in OCC27048()
[all …]
H A DQABugs_20.cxx2847 if (strcasecmp (theArgv[1], "map") == 0) in OCC29064()
2851 else if (strcasecmp (theArgv[1], "datamap") == 0) in OCC29064()
3042 TopoDS_Shape aShape = DBRep::Get (theArgv[1]); in OCC29311()
3572 theDI.PrintHelp (theArgv[0]); in OCC30869()
3576 TopoDS_Shape aWire = DBRep::Get (theArgv[1]); in OCC30869()
3579 theDI << theArgv[1] << " is not a wire.\n"; in OCC30869()
3625 theDI.PrintHelp (theArgv[0]); in OCC30880()
3629 TopoDS_Shape anEdge = DBRep::Get (theArgv[1]); in OCC30880()
3632 theDI << theArgv[1] << " is not an edge.\n"; in OCC30880()
3636 TopoDS_Shape aFace = DBRep::Get (theArgv[2]); in OCC30880()
[all …]
H A DQABugs_16.cxx165 const char** theArgv) in BUC60774() argument
169 std::cout << "Usage : " << theArgv[0] << "\n"; in BUC60774()
176 std::cout << "use 'vinit' command before " << theArgv[0] << "\n"; in BUC60774()
/dports/net/mad_fcl/mad_fcl_v1.7_src/UnitTest/TestSupport/
H A DFluteSender.cpp65 ,theArgv(0) in FluteSenderThread()
131 theArgv.resize(anArgc); in getArgcArgv()
137 theArgv[i] = myIterArgs->c_str(); in getArgcArgv()
140 anArgv = &theArgv[0]; in getArgcArgv()
H A DFluteSender.h50 std::vector<const char*> theArgv; variable
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Layers.cxx398 const char** theArgv) in getLayerRefs() argument
402 theDI << "Use: " << theArgv[0] << "DocName Label\n"; in getLayerRefs()
407 DDocStd::GetDocument(theArgv[1], aDoc); in getLayerRefs()
410 theDI << "Error: \"" << theArgv[1] << "\" is not a document.\n"; in getLayerRefs()
415 TDF_Tool::Label(aDoc->GetData(), theArgv[2], aLabel); in getLayerRefs()
418 …theDI << "Error: Document \"" << theArgv[1] << "\" does not have a label \"" << theArgv[2] << "\".… in getLayerRefs()
426 theDI << "Error: Label \"" << theArgv[2] << "\" does not have a layer ref.\n"; in getLayerRefs()
432 theDI << "Label \"" << theArgv[2] << "\" childs:\n"; in getLayerRefs()
444 theDI << "Label \"" << theArgv[2] << "\" fathers:\n"; in getLayerRefs()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimArgumentParser.h112 char** argv() { return theArgv; } in argv()
115 char* operator [] (int pos) { return theArgv[pos]; }
118 const char* operator [] (int pos) const { return theArgv[pos]; }
242 char** theArgv; variable
/dports/cad/opencascade/opencascade-7.6.0/src/SWDRAW/
H A DSWDRAW_ShapeUpgrade.cxx1402 const char** theArgv) in reshape() argument
1410 TopoDS_Shape aSource = DBRep::Get(theArgv[2]); in reshape()
1413 Message::SendFail() << "Error: source shape ('" << theArgv[2] << "') is null"; in reshape()
1424 Standard_CString anArg = theArgv[i]; in reshape()
1436 TopoDS_Shape aWhat = DBRep::Get(theArgv[++i]); in reshape()
1439 Message::SendFail() << "Error: argument shape ('" << theArgv[i] << "') is null"; in reshape()
1443 TopoDS_Shape aWith = DBRep::Get(theArgv[++i]); in reshape()
1460 TopoDS_Shape aWhat = DBRep::Get(theArgv[++i]); in reshape()
1477 Standard_CString aLevelCStr = theArgv[++i]; in reshape()
1509 Message::SendFail() << "Error: unknown shape type '" << theArgv[i] << "'"; in reshape()
[all …]
H A DSWDRAW_ShapeFix.cxx642 …ard_Integer fixsmallfaces (Draw_Interpretor& theDI, Standard_Integer theArgc, const char** theArgv) in fixsmallfaces() argument
646 theDI << "Use: " << theArgv[0] << " result shape [tolerance]"; in fixsmallfaces()
650 TopoDS_Shape aShape = DBRep::Get(theArgv[2]); in fixsmallfaces()
652 theDI << "Error: Shape " << theArgv[2] << " is null\n"; in fixsmallfaces()
656 Standard_Real aPrec = (theArgc < 4 ? 1. : Draw::Atof(theArgv[3])); in fixsmallfaces()
668 DBRep::Set (theArgv[1], aShape); in fixsmallfaces()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dargs.h82 char ** theArgv, ///< An array of strings constituting the arguments
89 char ** theArgv, ///< An array of strings constituting the arguments
121 char ** theArgv ///< An array of strings constituting the arguments
/dports/textproc/vbindiff/vbindiff-3.0_beta5/GetOpt/
H A DGetOpt.hpp53 void init(int theArgc, const char** theArgv);
56 int process(int theArgc, const char** theArgv);
H A DGetOpt.cpp284 void GetOpt::init(int theArgc, const char** theArgv) in init() argument
287 argv = theArgv; in init()
635 int GetOpt::process(int theArgc, const char** theArgv) in process() argument
640 init(theArgc, theArgv); in process()
/dports/cad/opencascade/opencascade-7.6.0/src/GeometryTest/
H A DGeometryTest_SurfaceCommands.cxx367 const char** theArgv) in GetSurfaceContinuity() argument
375 Handle(Geom_Surface) GS1 = DrawTrSurf::GetSurface(theArgv[1]); in GetSurfaceContinuity()
390 theDI << theArgv[1] << " has " << aContName[GS1->Continuity()] << " continuity.\n"; in GetSurfaceContinuity()
H A DGeometryTest_CurveCommands.cxx1735 const char** theArgv) in GetCurveContinuity() argument
1752 Handle(Geom_Curve) GC3d = DrawTrSurf::GetCurve(theArgv[1]); in GetCurveContinuity()
1755 GC2d = DrawTrSurf::GetCurve2d(theArgv[1]); in GetCurveContinuity()
1763 theDI << theArgv[1] << " has " << aContName[GC2d->Continuity()] << " continuity.\n"; in GetCurveContinuity()
1768 theDI << theArgv[1] << " has " << aContName[GC3d->Continuity()] << " continuity.\n"; in GetCurveContinuity()
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPArgList.sip68 // int theArgc, ///< Count of argument strings in theArgv
69 // char ** theArgv, ///< An array of strings constituting the arguments
75 // int theArgc, ///< Count of argument strings in theArgv
76 // char ** theArgv, ///< An array of strings constituting the arguments
107 int theArgc, ///< Count of argument strings in theArgv
108 char ** theArgv ///< An array of strings constituting the arguments
/dports/cad/opencascade/opencascade-7.6.0/src/XSDRAWSTLVRML/
H A DXSDRAWSTLVRML.cxx576 const char** theArgv) in readstl() argument
583 TCollection_AsciiString anArg (theArgv[anArgIter]); in readstl()
587 aShapeName = theArgv[anArgIter]; in readstl()
591 aFilePath = theArgv[anArgIter]; in readstl()
597 && Draw::ParseOnOff (theArgv[anArgIter + 1], toCreateCompOfTris)) in readstl()
615 && Draw::ParseReal (theArgv[anArgIter + 1], aMergeAngle)) in readstl()
630 Message::SendFail() << "Syntax error: unknown argument '" << theArgv[anArgIter] << "'"; in readstl()
1315 …c Standard_Integer closed (Draw_Interpretor& theDI, Standard_Integer theArgc, const char** theArgv) in closed() argument
1323 Handle(MeshVS_Mesh) aMesh = getMesh (theArgv[1], theDI); in closed()
1326 Standard_Boolean aFlag = Draw::Atoi (theArgv[2]) != 0; in closed()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/common/
H A Dosutils.cxx1061 PArgList::PArgList(int theArgc, char ** theArgv, in PArgList() argument
1066 SetArgs(theArgc, theArgv); in PArgList()
1074 PArgList::PArgList(int theArgc, char ** theArgv, in PArgList() argument
1079 SetArgs(theArgc, theArgv); in PArgList()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest.cxx5880 const char** theArgv) in VSelFilter() argument
5891 TCollection_AsciiString anArg (theArgv[anArgIter]); in VSelFilter()
5899 TCollection_AsciiString aVal (theArgv[++anArgIter]); in VSelFilter()
5918 TCollection_AsciiString aVal (theArgv[++anArgIter]); in VSelFilter()
5940 TCollection_AsciiString aVal (theArgv[++anArgIter]); in VSelFilter()
5961 Message::SendFail() << "Syntax error: unknown argument '" << theArgv[anArgIter] << "'"; in VSelFilter()

12