Home
last modified time | relevance | path

Searched refs:myLine (Results 1 – 25 of 128) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_LineBuffer.cxx21 : myLine (1, size+1) in Interface_LineBuffer()
23 myLine.SetValue (1, '\0'); in Interface_LineBuffer()
30 if (theMax > myLine.Length()) in SetMax()
36 myMax = myLine.Length(); in SetMax()
92 myLine.SetValue (1, '\0'); in Clear()
109 myLine.SetValue (i + myInit, myLine.Value (i)); in Prepare()
113 myLine.SetValue (i, ' '); in Prepare()
130 myKept = myLine.Value (myKeep); in Prepare()
131 myLine.SetValue (myKeep, '\0'); in Prepare()
140 myLine.SetValue (1, myKept); in Keep()
[all …]
H A DInterface_LineBuffer.hxx58 Standard_CString Content() const { return &myLine.First(); } in Content()
108 NCollection_Array1<Standard_Character> myLine; member in Interface_LineBuffer
/dports/cad/magic/magic-8.3.245/mzrouter/
H A DmzTestCmd.c307 NumberLine myLine; local
310 mzNLInit(&myLine, 2);
313 mzNLInsert(&myLine, 10);
316 mzNLInsert(&myLine, 10);
319 mzNLInsert(&myLine, -10);
322 mzNLInsert(&myLine, 0);
325 mzNLInsert(&myLine, 20);
328 mzNLInsert(&myLine, -20);
331 mzNLInsert(&myLine, 0);
341 result = mzNLGetContainingInterval(&myLine, 0);
[all …]
/dports/cad/cvc/cvc-1.1.0-4-gd172016/scripts/
H A Dbox.awk25 /^+/ && myLine != "" { # continuation lines. Remove leading '+' and join to previous line.
27 $0 = myLine $0;
28 myLine = "";
30 myLine != "" { # non continuation line following save line. Print the saved data.
31 print myLine;
32 myLine = "";
43 myLine = $0;
H A Dexpand_cells.py52 myLine = cell_it.strip()
53 if not myLine: continue # Skip blank lines
54 myMatch = myOverrideFilterRE.match(myLine)
65 elif not myCommentRE.search(myLine):
91 myLine = ""
102 myLine += " " + line_it[1:]
104 if myLine:
105 if myLine.startswith("."):
117 myLine = line_it
118 if myLine != myLongLines[-1]:
[all …]
/dports/science/siesta/siesta-4.1.5/Util/JobList/Src/
H A Dhorizontal.f9058 character(len=1000):: myLine local
65 myLine = line
69 myLine = adjustl(myLine) ! remove leading blanks
70 nc = scan(myLine,' ')-1 ! last character before next blank
75 read(myLine(1:nc),*) cols(iCol)
76 myLine = myLine(nc+1:)
H A DjobList.f90358 myLine, queueJob, word, words(maxWords) local
370 myLine = jobLine
371 call parser(separator,myLine,words,nWords)
508 character(len=ll):: myLine local
512 myLine = adjustl(line) ! copy line, removing leading blanks
515 nc = len(trim(myLine)) ! number of nonblank characters
517 ncs = scan(myLine,separators(is))-1 ! last character before this separator
525 words(iWord) = adjustl(myLine(1:nc))
526 myLine = adjustl(myLine(nc+2:)) ! discard previous word from myLine
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBlend/
H A DBRepBlend_AppFuncRoot.cxx39 :myLine(Line), in IMPLEMENT_STANDARD_RTTIEXT()
66 for (ii=1; ii<=myLine->NbPoints(); ii++) { in IMPLEMENT_STANDARD_RTTIEXT()
67 P = myLine->Point(ii); in IMPLEMENT_STANDARD_RTTIEXT()
293 Standard_Integer I1=1, I2=myLine->NbPoints(), Index; in SearchPoint()
305 Pnt = myLine->Point(Index); in SearchPoint()
310 Pnt = myLine->Point(Index); in SearchPoint()
314 Pnt = myLine->Point(Index+1); in SearchPoint()
349 myLine->InsertBefore(Index+1, Pnt); in SearchPoint()
373 Valeur = myLine->Point(Ideb).Parameter(); in SearchLocation()
379 Valeur = myLine->Point(Ifin).Parameter(); in SearchLocation()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_FacesFiller_1.cxx369 Standard_Boolean inl = myLine->INL(); in ProcessLine()
413 myLine->VPBounds(iINON1,iINONn,nINON); in ProcessVPnotonR()
582 VPI.Init((*myLine)); in ProcessRLine()
866 FUN_FillVof12((*myLine),myDS) ; in FillLineVPonR()
872 if (trline) FUN_traceRLine(*myLine); in FillLineVPonR()
879 myLine->VPBounds(iINON1,iINONn,nINON); in FillLineVPonR()
885 if (trline) FUN_traceGLine(*myLine); in FillLineVPonR()
890 myLastVPison0 = ::FUN_haslastvpon0(*myLine); in FillLineVPonR()
905 VPI.Init((*myLine)); in FillLineVPonR()
923 myLine->VPBounds(iINON1,iINONn,nINON); in FillLine()
[all …]
H A DTopOpeBRep_FacesFiller.cxx189 myLine = &L; in LoadLine()
273 myLine->VPBounds(iINON1,iINONn,nINON); in CheckLine()
276 const TopOpeBRep_VPointInter& A = myLine->VPoint(iINON1); in CheckLine()
277 const TopOpeBRep_VPointInter& B = myLine->VPoint(iINONn); in CheckLine()
288 myLine->VPBounds(iINON1,iINONn,nINON); in CheckLine()
295 myLine->VPBounds(iINON1,iINONn,nINON); in CheckLine()
300 const TopOpeBRep_VPointInter& A = myLine->VPoint(iINON1); in CheckLine()
301 const TopOpeBRep_VPointInter& B = myLine->VPoint(iINONn); in CheckLine()
352 myLine = &L; in VP_Position()
477 if (myLine) AssumeINON = (myLine->TypeLineCurve() != TopOpeBRep_RESTRICTION); in VP_Position()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/graphicsview/diagramscene/
H A Darrow.cpp142 QLineF myLine = line(); in paint() local
143 myLine.translate(0, 4.0); in paint()
144 painter->drawLine(myLine); in paint()
145 myLine.translate(0,-8.0); in paint()
146 painter->drawLine(myLine); in paint()
/dports/devel/robodoc/robodoc-4.99.44/Source/
H A Dglobals.c123 char *myLine = NULL; variable
190 if ( myLine ) in RB_Close_The_Shop()
192 free( myLine ); in RB_Close_The_Shop()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DApproxInt_MultiLine.gxx37 myLine = NULL;
161 const gp_Pnt aP = myLine->Point(Index).Value();
172 IntSurf_PntOn2S POn2S(myLine->Point(Index));
218 const IntSurf_PntOn2S& POn2S = myLine->Point(Index);
359 myLine->Point(Low).Parameters(u1,v1,u2,v2);
368 myLine->Point(i).Parameters(u1,v1,u2,v2);
382 myLine->Point(i).Parameters(u1,v1,u2,v2);
387 AC(i) = AC(i-1) + (myLine->Point(i-1).Value()).Distance(myLine->Point(i).Value());
428 ResultPntOn2SLine->Add(myLine->Point(Indice));
630 ResultPntOn2SLine->Add(myLine->Point(Indice));
[all …]
H A DInterface_LineBuffer.hxx58 Standard_CString Content() const { return &myLine.First(); } in Content()
108 NCollection_Array1<Standard_Character> myLine; member in Interface_LineBuffer
/dports/cad/opencascade/opencascade-7.6.0/src/ApproxInt/
H A DApproxInt_MultiLine.gxx37 myLine = NULL;
161 const gp_Pnt aP = myLine->Point(Index).Value();
172 IntSurf_PntOn2S POn2S(myLine->Point(Index));
218 const IntSurf_PntOn2S& POn2S = myLine->Point(Index);
359 myLine->Point(Low).Parameters(u1,v1,u2,v2);
368 myLine->Point(i).Parameters(u1,v1,u2,v2);
382 myLine->Point(i).Parameters(u1,v1,u2,v2);
387 AC(i) = AC(i-1) + (myLine->Point(i-1).Value()).Distance(myLine->Point(i).Value());
428 ResultPntOn2SLine->Add(myLine->Point(Indice));
630 ResultPntOn2SLine->Add(myLine->Point(Indice));
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DApproxInt_MultiLine.gxx37 myLine = NULL;
161 const gp_Pnt aP = myLine->Point(Index).Value();
172 IntSurf_PntOn2S POn2S(myLine->Point(Index));
218 const IntSurf_PntOn2S& POn2S = myLine->Point(Index);
354 myLine->Point(Low).Parameters(u1,v1,u2,v2);
363 myLine->Point(i).Parameters(u1,v1,u2,v2);
377 myLine->Point(i).Parameters(u1,v1,u2,v2);
382 AC(i) = AC(i-1) + (myLine->Point(i-1).Value()).Distance(myLine->Point(i).Value());
423 ResultPntOn2SLine->Add(myLine->Point(Indice));
617 ResultPntOn2SLine->Add(myLine->Point(Indice));
[all …]
H A DInterface_LineBuffer.hxx58 Standard_CString Content() const { return &myLine.First(); } in Content()
108 NCollection_Array1<Standard_Character> myLine; member in Interface_LineBuffer
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DAttrString.cpp61 const Line& myLine = m_lines[i]; in compare() local
64 if (myLine.justify < otherLine.justify) in compare()
66 if (myLine.justify > otherLine.justify) in compare()
69 const int cmp = myLine.string.compare(otherLine.string); in compare()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/graphicsview/diagramscene/
H A Darrow.cpp139 QLineF myLine = line(); in paint() local
140 myLine.translate(0, 4.0); in paint()
141 painter->drawLine(myLine); in paint()
142 myLine.translate(0,-8.0); in paint()
143 painter->drawLine(myLine); in paint()
/dports/graphics/Coin/coin-Coin-4.0.0/src/projectors/
H A DSbCylinderPlaneProjector.cpp149 SbLine myLine(point1, ptOnLine); in getRotation() local
150 if (!this->cylinder.intersect(myLine, pt1_tol)) { in getRotation()
161 SbLine myLine(pt2, ptOnLine); in getRotation() local
162 if (!this->cylinder.intersect(myLine, pt2_tol)) { in getRotation()
/dports/cad/cvc/cvc-1.1.0-4-gd172016/src_py/
H A DSummaryFile.py68 myLine = line_it.strip()
69 if myLine:
70 self.summaryLine.append(myLine)
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Derror.C47 myLine(0) in ErrorInfo()
55 myLine(line) in ErrorInfo()
63 myLine(0) in ErrorInfo()
71 myLine(line) in ErrorInfo()
104 out << "****CoCoA ERROR**** Line: " << err.myLine << endl; in ANNOUNCE()
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_Graph_mix.cxx66 Curve myLine(tmp, "red", "solid", 2, "Line"); in main() local
128 myGraph.add(myLine); in main()
137 secondGraph.add(myLine); in main()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Derror.C47 myLine(0) in ErrorInfo()
55 myLine(line) in ErrorInfo()
63 myLine(0) in ErrorInfo()
71 myLine(line) in ErrorInfo()
104 out << "****CoCoA ERROR**** Line: " << err.myLine << endl; in ANNOUNCE()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalEdge.h46 myLine(line), in Named()
57 return myLine; in getLine()
191 const std::string myLine; variable

123456