Home
last modified time | relevance | path

Searched refs:TheIndex (Results 1 – 25 of 126) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_Polygon2dGen.gxx68 TheIndex.SetValue(i,i);
143 if(TheIndex.Value(nbp) != TheIndex.Value(i-1)) {
145 TheIndex.SetValue(nbp,TheIndex.Value(i-1));
150 TheIndex.SetValue(nbp,TheIndex.Value(i-1));
153 TheIndex.SetValue(nbp,TheIndex.Value(i));
154 if(TheIndex.Value(i) > MaxIndexUsed) MaxIndexUsed = TheIndex.Value(i);
201 TheIndex.SetValue(j,TheIndex.Value(j-1));
204 TheIndex.SetValue(i,MaxIndexUsed);
244 ThePnts.Value(TheIndex.Value(2)));
273 Index = TheIndex.Value(Index);
[all …]
H A DIntCurve_Polygon2dGen.lxx38 return(TheParams.Value(TheIndex(1)));
42 return(TheParams.Value(TheIndex(NbPntIn)));
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntCurve_Polygon2dGen.gxx68 TheIndex.SetValue(i,i);
143 if(TheIndex.Value(nbp) != TheIndex.Value(i-1)) {
145 TheIndex.SetValue(nbp,TheIndex.Value(i-1));
150 TheIndex.SetValue(nbp,TheIndex.Value(i-1));
153 TheIndex.SetValue(nbp,TheIndex.Value(i));
154 if(TheIndex.Value(i) > MaxIndexUsed) MaxIndexUsed = TheIndex.Value(i);
201 TheIndex.SetValue(j,TheIndex.Value(j-1));
204 TheIndex.SetValue(i,MaxIndexUsed);
244 ThePnts.Value(TheIndex.Value(2)));
273 Index = TheIndex.Value(Index);
[all …]
H A DAppParCurves_ConstraintCouple.hxx42 …Standard_EXPORT AppParCurves_ConstraintCouple(const Standard_Integer TheIndex, const AppParCurves_…
51 Standard_EXPORT void SetIndex (const Standard_Integer TheIndex);
H A DIntCurve_Polygon2dGen.lxx38 return(TheParams.Value(TheIndex(1)));
42 return(TheParams.Value(TheIndex(NbPntIn)));
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntCurve_Polygon2dGen.gxx68 TheIndex.SetValue(i,i);
143 if(TheIndex.Value(nbp) != TheIndex.Value(i-1)) {
145 TheIndex.SetValue(nbp,TheIndex.Value(i-1));
150 TheIndex.SetValue(nbp,TheIndex.Value(i-1));
153 TheIndex.SetValue(nbp,TheIndex.Value(i));
154 if(TheIndex.Value(i) > MaxIndexUsed) MaxIndexUsed = TheIndex.Value(i);
201 TheIndex.SetValue(j,TheIndex.Value(j-1));
204 TheIndex.SetValue(i,MaxIndexUsed);
244 ThePnts.Value(TheIndex.Value(2)));
273 Index = TheIndex.Value(Index);
[all …]
H A DAppParCurves_ConstraintCouple.hxx42 …Standard_EXPORT AppParCurves_ConstraintCouple(const Standard_Integer TheIndex, const AppParCurves_…
51 Standard_EXPORT void SetIndex (const Standard_Integer TheIndex);
H A DIntCurveSurface_Polygon.lxx48 inline const gp_Pnt& IntCurveSurface_Polygon::EndOfSeg(const Standard_Integer TheIndex) const {
49 return ThePnts(TheIndex+1);
H A DIntCurve_Polygon2dGen.lxx38 return(TheParams.Value(TheIndex(1)));
42 return(TheParams.Value(TheIndex(NbPntIn)));
/dports/cad/opencascade/opencascade-7.6.0/src/AppParCurves/
H A DAppParCurves_ConstraintCouple.cxx27 AppParCurves_ConstraintCouple(const Standard_Integer TheIndex, in AppParCurves_ConstraintCouple() argument
30 myIndex = TheIndex; in AppParCurves_ConstraintCouple()
46 void AppParCurves_ConstraintCouple::SetIndex(const Standard_Integer TheIndex) in SetIndex() argument
48 myIndex = TheIndex; in SetIndex()
H A DAppParCurves_ConstraintCouple.hxx42 …Standard_EXPORT AppParCurves_ConstraintCouple(const Standard_Integer TheIndex, const AppParCurves_…
51 Standard_EXPORT void SetIndex (const Standard_Integer TheIndex);
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DRemoveUnresolvedBase.cpp71 ConsumerInstance->TheIndex = Idx; in VisitCXXRecordDecl()
120 TransAssert((TheIndex == 0) && "Invalid Index for the base specifier!"); in removeBaseSpecifier()
133 if (TheIndex == 0) { in removeBaseSpecifier()
H A DRemoveCtorInitializer.h34 TheIndex(0) in RemoveCtorInitializer()
53 unsigned TheIndex; variable
H A DRemoveUnresolvedBase.h34 TheIndex(0) in RemoveUnresolvedBase()
56 unsigned TheIndex; variable
H A DRemoveCtorInitializer.cpp88 ConsumerInstance->TheIndex = Idx; in VisitCXXConstructorDecl()
124 RewriteHelper->removeCXXCtorInitializer(TheInitializer, TheIndex, in HandleTranslationUnit()
/dports/editors/lazarus/lazarus/components/codetools/
H A Dchangedeclarationtool.pas61 constructor CreateInsertNewParam(TheIndex: integer;
63 constructor CreateDeleteParam(TheIndex: integer);
65 constructor CreateChangeDefaultValue(TheIndex: integer; aValue: string);
273 constructor TChangeParamListItem.CreateInsertNewParam(TheIndex: integer;
277 Index:=TheIndex;
283 constructor TChangeParamListItem.CreateDeleteParam(TheIndex: integer);
286 Index:=TheIndex;
296 constructor TChangeParamListItem.CreateChangeDefaultValue(TheIndex: integer;
300 Index:=TheIndex;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dchangedeclarationtool.pas61 constructor CreateInsertNewParam(TheIndex: integer;
63 constructor CreateDeleteParam(TheIndex: integer);
65 constructor CreateChangeDefaultValue(TheIndex: integer; aValue: string);
273 constructor TChangeParamListItem.CreateInsertNewParam(TheIndex: integer;
277 Index:=TheIndex;
283 constructor TChangeParamListItem.CreateDeleteParam(TheIndex: integer);
286 Index:=TheIndex;
296 constructor TChangeParamListItem.CreateChangeDefaultValue(TheIndex: integer;
300 Index:=TheIndex;
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Dchangedeclarationtool.pas61 constructor CreateInsertNewParam(TheIndex: integer;
63 constructor CreateDeleteParam(TheIndex: integer);
65 constructor CreateChangeDefaultValue(TheIndex: integer; aValue: string);
273 constructor TChangeParamListItem.CreateInsertNewParam(TheIndex: integer;
277 Index:=TheIndex;
283 constructor TChangeParamListItem.CreateDeleteParam(TheIndex: integer);
286 Index:=TheIndex;
296 constructor TChangeParamListItem.CreateChangeDefaultValue(TheIndex: integer;
300 Index:=TheIndex;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Dchangedeclarationtool.pas61 constructor CreateInsertNewParam(TheIndex: integer;
63 constructor CreateDeleteParam(TheIndex: integer);
65 constructor CreateChangeDefaultValue(TheIndex: integer; aValue: string);
273 constructor TChangeParamListItem.CreateInsertNewParam(TheIndex: integer;
277 Index:=TheIndex;
283 constructor TChangeParamListItem.CreateDeleteParam(TheIndex: integer);
286 Index:=TheIndex;
296 constructor TChangeParamListItem.CreateChangeDefaultValue(TheIndex: integer;
300 Index:=TheIndex;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h156 UINTN TheIndex; member
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h272 UINTN TheIndex; member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h272 UINTN TheIndex; member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h272 UINTN TheIndex; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h272 UINTN TheIndex; member
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.h272 UINTN TheIndex; member

123456