Home
last modified time | relevance | path

Searched refs:anIndex (Results 176 – 200 of 512) sorted by relevance

12345678910>>...21

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESGeom_SplineSurface.hxx85 Standard_EXPORT Standard_Real UBreakPoint (const Standard_Integer anIndex) const;
89 Standard_EXPORT Standard_Real VBreakPoint (const Standard_Integer anIndex) const;
H A DIGESGeom_BSplineSurface.hxx114 Standard_EXPORT Standard_Real KnotU (const Standard_Integer anIndex) const;
119 Standard_EXPORT Standard_Real KnotV (const Standard_Integer anIndex) const;
/dports/emulators/snes9x-gtk/snes9x-1.54.1/jma/
H A Dwinout.h80 BYTE GetOneByte(UINT32 anIndex) const in GetOneByte() argument
82 return m_Buffer[m_Pos + anIndex]; in GetOneByte()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/
H A DKeyedHashSet.java163 protected void rehashTo(int anIndex) { in rehashTo() argument
165 int target = anIndex; in rehashTo()
166 int index = anIndex + 1; in rehashTo()
/dports/cad/opencascade/opencascade-7.6.0/src/Prs3d/
H A DPrs3d_ToolQuadric.cxx107 for (Standard_Integer aU = 0, anIndex = 0; aU <= mySlicesNb; ++aU) in Handle() local
119 …aTriangulation->SetTriangle (++anIndex, Poly_Triangle (aVertId, aVertId - myStacksNb - 2, aVertId … in Handle()
120 …aTriangulation->SetTriangle (++anIndex, Poly_Triangle (aVertId - myStacksNb - 2, aVertId, aVertId … in Handle()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_Window.cxx357 QModelIndex anIndex = aTreeModel->index (aChildId, 0, anIndexToBeSelected); in UpdateContent() local
358 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in UpdateContent()
368 anIndexToBeSelected = anIndex; in UpdateContent()
473 QModelIndex anIndex; in OpenFile() local
474 aSelectionModel->select (anIndex, QItemSelectionModel::ClearAndSelect); in OpenFile()
889 const QModelIndex& anIndex = aDFBrowserModel->FindIndexByPath (thePath, theValue); in onSearchPathSelected() local
891 if (anIndex.isValid()) in onSearchPathSelected()
894 anIndices.append (anIndex); in onSearchPathSelected()
906 const QModelIndex& anIndex = aDFBrowserModel->FindIndexByPath (thePath, theValue); in onSearchPathDoubleClicked() local
909 if (anIndex.isValid()) in onSearchPathDoubleClicked()
[all …]
H A DDFBrowser_AttributePaneStack.cxx92 … QModelIndex anIndex = TreeModel_ModelBase::SingleSelected (aSelectionModel->selectedIndexes(), 0); in SetPaneMode() local
93 SetCurrentItem (anIndex); in SetPaneMode()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESGeom_SplineSurface.hxx87 Standard_EXPORT Standard_Real UBreakPoint (const Standard_Integer anIndex) const;
91 Standard_EXPORT Standard_Real VBreakPoint (const Standard_Integer anIndex) const;
H A DIGESGeom_BSplineSurface.hxx116 Standard_EXPORT Standard_Real KnotU (const Standard_Integer anIndex) const;
121 Standard_EXPORT Standard_Real KnotV (const Standard_Integer anIndex) const;
/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dEvaluator/
H A DGeom2dEvaluator_OffsetCurve.cxx237 Standard_Integer anIndex = 1; //Derivative order in AdjustDerivative() local
242 V = BaseDN(theU, ++anIndex); in AdjustDerivative()
243 } while ((V.SquareMagnitude() <= aTol) && anIndex < aMaxDerivOrder); in AdjustDerivative()
263 *(aDeriv[i - 1]) = BaseDN(theU, anIndex + i) * aSign; in AdjustDerivative()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/include/ndbapi/
H A DNdbTransaction.hpp246 (const NdbDictionary::Index *anIndex, const NdbDictionary::Table *aTable);
259 (const NdbDictionary::Index *anIndex);
274 NdbIndexOperation* getNdbIndexOperation(const NdbDictionary::Index *anIndex,
288 NdbIndexOperation* getNdbIndexOperation(const NdbDictionary::Index *anIndex);
683 NdbIndexOperation* getNdbIndexOperation(const class NdbIndexImpl* anIndex,
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/shading/
H A Dphong_pos428 set anIndex [expr {int(rand() * $aNbColors)}]
29 set aColor [lindex $THE_COLORS $anIndex]
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_TNamingNamedShape.cxx467 QModelIndex anIndex = *anIt; in getSelectedShapes() local
468 if (!myHelperExport.HasShape (anIndex)) in getSelectedShapes()
470 aBuilder.Add (aComp, myHelperExport.Shape (anIndex)); in getSelectedShapes()
480 QModelIndex anIndex = *anIt; in getSelectedShapes() local
481 if (!myHelperExport.HasShape (anIndex)) in getSelectedShapes()
483 aBuilder.Add (aComp, myHelperExport.Shape (anIndex)); in getSelectedShapes()
/dports/graphics/apngasm/apngasm-2.91/7z/
H A DWindowIn.h60 BYTE GetIndexByte(INT anIndex)const in GetIndexByte() argument
61 { return m_Buffer[m_Pos + anIndex]; } in GetIndexByte()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/7z/
H A DWindowIn.h60 BYTE GetIndexByte(INT anIndex)const in GetIndexByte() argument
61 { return m_Buffer[m_Pos + anIndex]; } in GetIndexByte()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsClipboard.cpp581 UINT anIndex, in GetDataFromDataObject() argument
615 …if ( NS_SUCCEEDED(GetNativeDataOffClipboard(aDataObject, anIndex, format, flavorStr, &data, &dataL… in GetDataFromDataObject()
619 if ( NS_SUCCEEDED(GetNativeDataOffClipboard(aWindow, anIndex, format, &data, &dataLen)) ) in GetDataFromDataObject()
628 dataFound = FindUnicodeFromPlainText ( aDataObject, anIndex, &data, &dataLen ); in GetDataFromDataObject()
632 dataFound = FindURLFromNativeURL ( aDataObject, anIndex, &data, &dataLen ); in GetDataFromDataObject()
634 dataFound = FindURLFromLocalFile ( aDataObject, anIndex, &data, &dataLen ); in GetDataFromDataObject()
654 if ( FindPlatformHTML(aDataObject, anIndex, &data, &dummy, &dataLen) ) in GetDataFromDataObject()
668 if ( FindPlatformHTML(aDataObject, anIndex, &data, &startOfData, &dataLen) ) { in GetDataFromDataObject()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Structure.cxx527 const Standard_Integer anIndex = myAncestors.FindIndex (theAncestor); in RemoveAncestor() local
529 if (anIndex != 0) in RemoveAncestor()
531 myAncestors.Swap (anIndex, myAncestors.Size()); in RemoveAncestor()
535 return anIndex != 0; // object was found in RemoveAncestor()
544 const Standard_Integer anIndex = myDescendants.FindIndex (theDescendant); in RemoveDescendant() local
546 if (anIndex != 0) in RemoveDescendant()
548 myDescendants.Swap (anIndex, myDescendants.Size()); in RemoveDescendant()
552 return anIndex != 0; // object was found in RemoveDescendant()
/dports/cad/opencascade/opencascade-7.6.0/src/GCPnts/
H A DGCPnts_QuasiUniformDeflection.cxx391 for (Standard_Integer anIndex = aPIndex;;) in PerformComposite() local
393 Standard_Real aUb = anIndex + 1 <= aTI.Upper() in PerformComposite()
394 ? Min (theU2, aTI (anIndex + 1)) in PerformComposite()
402 ++anIndex; in PerformComposite()
403 if (anIndex > aNbIntervals || theU2 < aTI (anIndex)) in PerformComposite()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DMarkerSet.java164 protected void rehashTo(int anIndex) { in rehashTo() argument
166 int target = anIndex; in rehashTo()
167 int index = anIndex + 1; in rehashTo()
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkDraw/
H A DIVtkDraw.cxx644 for (Standard_Integer anIndex = 1; anIndex < theArgNum; ++anIndex) in VtkDisplay() local
647 aName = theArgs[anIndex]; in VtkDisplay()
649 aNewShape = DBRep::Get (theArgs[anIndex]); in VtkDisplay()
735 for (Standard_Integer anIndex = 1; anIndex < theArgNum; ++anIndex) in VtkErase() local
737 TCollection_AsciiString aName = theArgs[anIndex]; in VtkErase()
801 for (Standard_Integer anIndex = 1; anIndex < theArgNum; ++anIndex) in VtkRemove() local
803 TCollection_AsciiString aName = theArgs[anIndex]; in VtkRemove()
/dports/cad/opencascade/opencascade-7.6.0/src/MAT/
H A DMAT_Node.cxx167 void MAT_Node::SetIndex (const Standard_Integer anIndex) in SetIndex() argument
169 nodeIndex = anIndex; in SetIndex()
/dports/www/wt/wt-4.6.1/examples/gitmodel/
H A DGitModel.h118 ChildIndex(int aParent, int anIndex) in ChildIndex()
119 : parentId(aParent), index(anIndex) { } in ChildIndex()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSIndexPath.m54 + (id) indexPathWithIndex: (NSUInteger)anIndex
56 return [self indexPathWithIndexes: &anIndex length: 1];
223 - (NSIndexPath *) indexPathByAddingIndex: (NSUInteger)anIndex
228 buffer[_length] = anIndex;
352 - (id) initWithIndex: (NSUInteger)anIndex
354 return [self initWithIndexes: &anIndex length: 1];
/dports/cad/opencascade/opencascade-7.6.0/tools/ViewControl/
H A DViewControl_Tools.cxx96 …QModelIndex anIndex = TreeModel_ModelBase::SingleSelected (theSelectionModel->selectedIndexes(), 0… in CreateTableModelValues() local
97 TreeModel_ItemBasePtr anItemBase = TreeModel_ModelBase::GetItemByIndex (anIndex); in CreateTableModelValues()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_BSplineSurface.hxx114 Standard_EXPORT Standard_Real KnotU (const Standard_Integer anIndex) const;
119 Standard_EXPORT Standard_Real KnotV (const Standard_Integer anIndex) const;

12345678910>>...21