Home
last modified time | relevance | path

Searched refs:anIndex2 (Results 1 – 13 of 13) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_MarkedRangeSet.cxx73 Standard_Integer anIndex2 = GetIndex(theLastBoundary, Standard_False); in InsertRange() local
75 if(!anIndex2) in InsertRange()
80 anIndex1 = anIndex2; in InsertRange()
81 anIndex2 = atmpindex; in InsertRange()
87 Standard_Boolean areEqualIndices = (anIndex1 == anIndex2); in InsertRange()
91 anIndex2++; in InsertRange()
95 myRangeSetStorer.InsertAfter(anIndex2, theLastBoundary); in InsertRange()
98 myFlags.InsertAfter(anIndex2, aPrevFlag); in InsertRange()
101 myFlags.InsertBefore(anIndex2, theFlag); in InsertRange()
106 anIndex2++; in InsertRange()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_BSplineSurface.cxx171 (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const in Weight()
173 return theWeights->Value(anIndex1, anIndex2); in Weight()
177 (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const in Pole()
179 gp_XYZ tempXYZ = thePoles->Value(anIndex1,anIndex2); in Pole()
187 (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const in TransformedPole()
189 gp_XYZ tempXYZ = thePoles->Value(anIndex1, anIndex2); in TransformedPole()
H A DIGESGeom_SplineSurface.hxx94 …Array1OfReal) XPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
99 …Array1OfReal) YPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
104 …Array1OfReal) ZPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
H A DIGESGeom_BSplineSurface.hxx130 …PORT Standard_Real Weight (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
135 …Standard_EXPORT gp_Pnt Pole (const Standard_Integer anIndex1, const Standard_Integer anIndex2) con…
141 …RT gp_Pnt TransformedPole (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESGeom_SplineSurface.hxx94 …Array1OfReal) XPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
99 …Array1OfReal) YPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
104 …Array1OfReal) ZPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
H A DIGESGeom_BSplineSurface.hxx130 …PORT Standard_Real Weight (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
135 …Standard_EXPORT gp_Pnt Pole (const Standard_Integer anIndex1, const Standard_Integer anIndex2) con…
141 …RT gp_Pnt TransformedPole (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESGeom_SplineSurface.hxx96 …Array1OfReal) XPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
101 …Array1OfReal) YPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
106 …Array1OfReal) ZPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
H A DIGESGeom_BSplineSurface.hxx132 …PORT Standard_Real Weight (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
137 …Standard_EXPORT gp_Pnt Pole (const Standard_Integer anIndex1, const Standard_Integer anIndex2) con…
143 …RT gp_Pnt TransformedPole (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
/dports/cad/opencascade/opencascade-7.6.0/src/GeomliteTest/
H A DGeomliteTest_ModificationCommands.cxx152 Standard_Integer anIndex2 = n == 5 ? Draw::Atoi(a[3]) : 0; in setweight() local
193 aBSplSurf->SetWeight(anIndex1, anIndex2, aWeight); in setweight()
199 aBezSurf->SetWeight(anIndex1, anIndex2, aWeight); in setweight()
/dports/cad/opencascade/opencascade-7.6.0/src/RWGltf/
H A DRWGltf_TriangulationReader.cxx567 if (const uint16_t* anIndex2 = aBuffer.ReadChunk<uint16_t> (theStream)) in readBuffer() local
569 aVec3.ChangeValue (3) = THE_LOWER_NODE_INDEX + *anIndex2; in readBuffer()
635 if (const uint32_t* anIndex2 = aBuffer.ReadChunk<uint32_t> (theStream)) in readBuffer() local
637 aVec3.ChangeValue (3) = THE_LOWER_NODE_INDEX + *anIndex2; in readBuffer()
703 if (const uint8_t* anIndex2 = aBuffer.ReadChunk<uint8_t> (theStream)) in readBuffer() local
705 aVec3.ChangeValue (3) = THE_LOWER_NODE_INDEX + (Standard_Integer )*anIndex2; in readBuffer()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Layer.cxx127 const Standard_Integer anIndex2 = myAlwaysRenderedMap.FindIndex (theStruct); in Remove() local
128 if (anIndex2 != 0) in Remove()
130 myAlwaysRenderedMap.Swap (myAlwaysRenderedMap.Size(), anIndex2); in Remove()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx256 Standard_Integer anIndex1, anIndex2, nF1, nF2, i, j, aNbP, aNbC; in Perform() local
328 anIndex2 = theDS->Index(aF2); in Perform()
330 if((anIndex1 == -1) || (anIndex2 == -1)) in Perform()
347 if((nF1 == anIndex1) && (nF2 == anIndex2)) { in Perform()
361 if(!MakeFacesNonSec(ii, theDS, anIndex1, anIndex2)) { in Perform()
367 if(!MakeFacesSec(ii, theDS, anIndex1, anIndex2, i)) { in Perform()
431 Standard_Integer anIndex2 = theDS->Index(aE2); in MakeFacesNonSec() local
435 FindCommonVertex(theDS, anIndex1, anIndex2, aCommonVertex, apar1, apar2); in MakeFacesNonSec()
545 Standard_Integer anEIndex = (fit == 1) ? anIndex1 : anIndex2; in MakeFacesNonSec()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dsimplelist.cpp1161 anIndex2 = state.list_data[1]+j; in NChooseK() local
1162 state.list_data[anIndex+2] = anIndex2-1; in NChooseK()
1163 store.list_data[anIndex-1] = list_data[anIndex2-1]; in NChooseK()