Home
last modified time | relevance | path

Searched refs:VIndex (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/cad/opencascade/opencascade-7.6.0/src/Convert/
H A DConvert_ElementarySurfaceToBSplineSurface.cxx139 const Standard_Integer VIndex ) const in Pole()
143 VIndex < 1 || VIndex > nbVPoles, " "); in Pole()
144 return poles (UIndex, VIndex); in Pole()
159 VIndex < 1 || VIndex > nbVPoles," "); in Weight()
160 return weights (UIndex, VIndex); in Weight()
184 (const Standard_Integer VIndex) const in VKnot()
186 Standard_OutOfRange_Raise_if (VIndex < 1 || VIndex > nbVKnots, " "); in VKnot()
187 return vknots (VIndex); in VKnot()
210 (const Standard_Integer VIndex) const in VMultiplicity()
212 Standard_OutOfRange_Raise_if (VIndex < 1 || VIndex > nbVKnots, " "); in VMultiplicity()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomConvert/
H A DGeomConvert_BSplineSurfaceKnotSplitting.cxx108 Standard_Integer VIndex = FirstVIndex; in GeomConvert_BSplineSurfaceKnotSplitting() local
109 VSplit (NbVSplit) = VIndex; in GeomConvert_BSplineSurfaceKnotSplitting()
110 VIndex++; in GeomConvert_BSplineSurfaceKnotSplitting()
112 while (VIndex < LastVIndex) { in GeomConvert_BSplineSurfaceKnotSplitting()
113 if (VDegree - VMults (VIndex) < VContinuityRange) { in GeomConvert_BSplineSurfaceKnotSplitting()
114 VSplit (NbVSplit) = VIndex; in GeomConvert_BSplineSurfaceKnotSplitting()
117 VIndex++; in GeomConvert_BSplineSurfaceKnotSplitting()
119 VSplit (NbVSplit) = VIndex; in GeomConvert_BSplineSurfaceKnotSplitting()
155 const Standard_Integer VIndex in VSplitValue()
160 VIndex < 1 || VIndex > vsplitIndexes->Length(), " "); in VSplitValue()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_BezierSurface.hxx176 …Standard_EXPORT void InsertPoleColAfter (const Standard_Integer VIndex, const TColgp_Array1OfPnt& …
198 …Standard_EXPORT void InsertPoleColBefore (const Standard_Integer VIndex, const TColgp_Array1OfPnt&…
262 Standard_EXPORT void RemovePoleCol (const Standard_Integer VIndex);
301 …Standard_EXPORT void SetPole (const Standard_Integer UIndex, const Standard_Integer VIndex, const …
311 …Standard_EXPORT void SetPole (const Standard_Integer UIndex, const Standard_Integer VIndex, const …
319 Standard_EXPORT void SetPoleCol (const Standard_Integer VIndex, const TColgp_Array1OfPnt& CPoles);
332 …Standard_EXPORT void SetPoleCol (const Standard_Integer VIndex, const TColgp_Array1OfPnt& CPoles, …
363 …Standard_EXPORT void SetWeight (const Standard_Integer UIndex, const Standard_Integer VIndex, cons…
376 …Standard_EXPORT void SetWeightCol (const Standard_Integer VIndex, const TColStd_Array1OfReal& CPol…
465 …Standard_EXPORT const gp_Pnt& Pole(const Standard_Integer UIndex, const Standard_Integer VIndex) c…
[all …]
H A DGeom_BezierSurface.cxx629 if (VIndex < 1 || VIndex > Poles.RowLength()) throw Standard_OutOfRange(); in InsertPoleColAfter()
652 CPoles, VIndex, in InsertPoleColAfter()
670 if (VIndex < 1 || VIndex > Poles.RowLength()) throw Standard_OutOfRange(); in InsertPoleColAfter()
836 if (VIndex < 1 || VIndex > Poles.RowLength()) throw Standard_OutOfRange(); in RemovePoleCol()
849 VIndex, in RemovePoleCol()
856 VIndex, in RemovePoleCol()
1046 if (VIndex < 1 || VIndex > Poles.RowLength()) throw Standard_OutOfRange(); in SetPoleCol()
1073 if (VIndex < 1 || VIndex > Poles.RowLength()) throw Standard_OutOfRange(); in SetPoleCol()
1197 if (VIndex < 1 || VIndex > Weights.RowLength()) throw Standard_OutOfRange(); in SetWeightCol()
1597 VIndex < 1 || VIndex > poles->RowLength(), " "); in Pole()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGeom_BezierSurface.hxx176 …Standard_EXPORT void InsertPoleColAfter (const Standard_Integer VIndex, const TColgp_Array1OfPnt& …
198 …Standard_EXPORT void InsertPoleColBefore (const Standard_Integer VIndex, const TColgp_Array1OfPnt&…
262 Standard_EXPORT void RemovePoleCol (const Standard_Integer VIndex);
301 …Standard_EXPORT void SetPole (const Standard_Integer UIndex, const Standard_Integer VIndex, const …
311 …Standard_EXPORT void SetPole (const Standard_Integer UIndex, const Standard_Integer VIndex, const …
319 Standard_EXPORT void SetPoleCol (const Standard_Integer VIndex, const TColgp_Array1OfPnt& CPoles);
332 …Standard_EXPORT void SetPoleCol (const Standard_Integer VIndex, const TColgp_Array1OfPnt& CPoles, …
363 …Standard_EXPORT void SetWeight (const Standard_Integer UIndex, const Standard_Integer VIndex, cons…
376 …Standard_EXPORT void SetWeightCol (const Standard_Integer VIndex, const TColStd_Array1OfReal& CPol…
465 …Standard_EXPORT const gp_Pnt& Pole(const Standard_Integer UIndex, const Standard_Integer VIndex) c…
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGeom_BezierSurface.hxx180 …Standard_EXPORT void InsertPoleColAfter (const Standard_Integer VIndex, const TColgp_Array1OfPnt& …
202 …Standard_EXPORT void InsertPoleColBefore (const Standard_Integer VIndex, const TColgp_Array1OfPnt&…
266 Standard_EXPORT void RemovePoleCol (const Standard_Integer VIndex);
305 …Standard_EXPORT void SetPole (const Standard_Integer UIndex, const Standard_Integer VIndex, const …
315 …Standard_EXPORT void SetPole (const Standard_Integer UIndex, const Standard_Integer VIndex, const …
323 Standard_EXPORT void SetPoleCol (const Standard_Integer VIndex, const TColgp_Array1OfPnt& CPoles);
336 …Standard_EXPORT void SetPoleCol (const Standard_Integer VIndex, const TColgp_Array1OfPnt& CPoles, …
367 …Standard_EXPORT void SetWeight (const Standard_Integer UIndex, const Standard_Integer VIndex, cons…
380 …Standard_EXPORT void SetWeightCol (const Standard_Integer VIndex, const TColStd_Array1OfReal& CPol…
469 …Standard_EXPORT const gp_Pnt& Pole(const Standard_Integer UIndex, const Standard_Integer VIndex) c…
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DPoissonSolver.h80 using VIndex = Int32; variable
192 typename TreeType::template ValueConverter<VIndex>::Type::Ptr
291 VIndex* count;
292 LeafCountOp(VIndex* count_): count(count_) {} in LeafCountOp()
304 const VIndex* count;
305 LeafIndexOp(const VIndex* count_): count(count_) {} in LeafIndexOp()
332 std::unique_ptr<VIndex[]> perLeafCount(new VIndex[leafCount]); in populateIndexTree()
333 VIndex* perLeafCountPtr = perLeafCount.get(); in populateIndexTree()
358 const VIndex invalidIdx = -1; in createIndexTree()
531 VIndex column; in operator()
[all …]
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/hangul/
H A Dhangul.cpp76 int VIndex = (SIndex % NCount) / TCount; in decompose() local
77 ushort key = findDoubleMedial((HangulMedialIndex)VIndex); in decompose()
84 result.append(QChar(VBase + VIndex)); in decompose()
175 int VIndex = (int)unicode - VBase; in compose() local
176 if (VIndex >= 0 && VIndex < VCount) { in compose()
194 last = QChar(SBase + (LIndex * VCount + VIndex) * TCount); in compose()
217 last = QChar(SBase + (LIndex * VCount + VIndex) * TCount); in compose()
257 int VIndex = (int)unicode - VBase; in compose() local
258 if (VIndex >= 0 && VIndex < VCount) { in compose()
259 last = QChar(SBase + (LIndex * VCount + VIndex) * TCount); in compose()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESToBRep/
H A DIGESToBRep_BasicSurface.cxx617 VIndex = Pole.LowerCol(); in Handle()
624 VIndex = Pole.LowerCol(); in Handle()
704 VIndex = TempVKnot.Lower(); in Handle()
719 TempVMult.SetValue(VIndex, TempVMult.Value(VIndex) + 1); in Handle()
772 VIndex = Poles.LowerCol(); in Handle()
799 VIndex = Poles.LowerCol(); in Handle()
813 VIndex = Poles.LowerCol(); in Handle()
880 VIndex = Weight.LowerCol(); in Handle()
885 Weight.SetValue(UIndex, VIndex++ , in Handle()
888 VIndex = Poles.LowerCol(); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DrawTrSurf/
H A DDrawTrSurf_BSplineSurface.cxx202 VIndex++; in FindPole()
205 while (VIndex <= NbVPoles) in FindPole()
209 if (D.Project(bs->Pole(UIndex, VIndex)).Distance(p1) <= Prec) in FindPole()
216 VIndex++; in FindPole()
218 UIndex = VIndex = 0; in FindPole()
242 Standard_Integer& VIndex) const in FindVKnot()
246 VIndex++; in FindVKnot()
250 while (VIndex <= NbVKnots) in FindVKnot()
252 if (D.Project(bs->Value(U1, bs->VKnot(VIndex))).Distance(p1) <= Prec) in FindVKnot()
256 VIndex++; in FindVKnot()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz/src/
H A Dharfbuzz-hangul.c152 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
154 VIndex >= 0 && VIndex < Hangul_VCount) in hangul_shape_syllable()
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase; in hangul_shape_syllable()
158 int VIndex = ch[1] - Hangul_VBase; in hangul_shape_syllable() local
161 VIndex >= 0 && VIndex < Hangul_VCount && in hangul_shape_syllable()
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase; in hangul_shape_syllable()

1234567891011