Home
last modified time | relevance | path

Searched refs:nIndice (Results 1 – 12 of 12) sorted by relevance

/dports/misc/openmvg/openMVG-2.0/src/openMVG/matching/
H A Dmatching_test.cpp34 int nIndice = -1; in TEST() local
36 EXPECT_TRUE( matcher.SearchNeighbour( query, &nIndice, &fDistance) ); in TEST()
38 EXPECT_EQ( 2, nIndice); // index of the found nearest neighbor in TEST()
82 int nIndice = -1; in TEST() local
84 EXPECT_TRUE( matcher.SearchNeighbour( query, &nIndice, &fDistance) ); in TEST()
86 EXPECT_EQ( 1, nIndice); // index of the found nearest neighbor in TEST()
161 int nIndice = -1; in TEST() local
163 EXPECT_FALSE( matcher.SearchNeighbour(nullptr, &nIndice, &fDistance) ); in TEST()
171 int nIndice = -1; in TEST() local
173 EXPECT_FALSE( matcher.SearchNeighbour(nullptr, &nIndice, &fDistance) ); in TEST()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_IndexedFaceSet.hxx180 inline void SetNormalInd (const Standard_Size nIndice, in SetNormalInd() argument
182 { myNbNormals = nIndice; myArrNormalInd = theIndice; } in SetNormalInd()
228 inline void SetColorInd (const Standard_Size nIndice, in SetColorInd() argument
230 { myNbColors = nIndice; myArrColorInd = theIndice; } in SetColorInd()
261 inline void SetTextureCoordInd (const Standard_Size nIndice, in SetTextureCoordInd() argument
263 { myNbTextures = nIndice; myArrTextureInd = theIndice; } in SetTextureCoordInd()
H A DVrmlData_IndexedLineSet.hxx144 inline void SetColorInd (const Standard_Size nIndice, in SetColorInd() argument
146 { myNbColors = nIndice; myArrColorInd = theIndice; } in SetColorInd()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_IndexedFaceSet.hxx180 inline void SetNormalInd (const Standard_Size nIndice, in SetNormalInd() argument
182 { myNbNormals = nIndice; myArrNormalInd = theIndice; } in SetNormalInd()
228 inline void SetColorInd (const Standard_Size nIndice, in SetColorInd() argument
230 { myNbColors = nIndice; myArrColorInd = theIndice; } in SetColorInd()
261 inline void SetTextureCoordInd (const Standard_Size nIndice, in SetTextureCoordInd() argument
263 { myNbTextures = nIndice; myArrTextureInd = theIndice; } in SetTextureCoordInd()
H A DVrmlData_IndexedLineSet.hxx144 inline void SetColorInd (const Standard_Size nIndice, in SetColorInd() argument
146 { myNbColors = nIndice; myArrColorInd = theIndice; } in SetColorInd()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DVrmlData_IndexedFaceSet.hxx180 inline void SetNormalInd (const Standard_Size nIndice, in SetNormalInd() argument
182 { myNbNormals = nIndice; myArrNormalInd = theIndice; } in SetNormalInd()
228 inline void SetColorInd (const Standard_Size nIndice, in SetColorInd() argument
230 { myNbColors = nIndice; myArrColorInd = theIndice; } in SetColorInd()
261 inline void SetTextureCoordInd (const Standard_Size nIndice, in SetTextureCoordInd() argument
263 { myNbTextures = nIndice; myArrTextureInd = theIndice; } in SetTextureCoordInd()
H A DVrmlData_IndexedLineSet.hxx144 inline void SetColorInd (const Standard_Size nIndice, in SetColorInd() argument
146 { myNbColors = nIndice; myArrColorInd = theIndice; } in SetColorInd()
/dports/misc/openmvg/openMVG-2.0/docs/sphinx/rst/openMVG/matching/
H A Dmatching.rst56 int nIndice = -1;
58 matcher.SearchNeighbour(query, &nIndice, &fDistance);
60 // nIndice == 2 ; // index of the found nearest neighbor
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfdataset.cpp86 static double Get(GDALPDFObject* poObj, int nIndice = -1);
3510 static double Get(GDALPDFObject* poObj, int nIndice) in Get() argument
3512 if (poObj->GetType() == PDFObjectType_Array && nIndice >= 0) in Get()
3514 poObj = poObj->GetArray()->Get(nIndice); in Get()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfdataset.cpp116 static double Get(GDALPDFObject* poObj, int nIndice = -1);
5229 static double Get(GDALPDFObject* poObj, int nIndice) argument
5231 if (poObj->GetType() == PDFObjectType_Array && nIndice >= 0)
5233 poObj = poObj->GetArray()->Get(nIndice);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfdataset.cpp116 static double Get(GDALPDFObject* poObj, int nIndice = -1);
5229 static double Get(GDALPDFObject* poObj, int nIndice) argument
5231 if (poObj->GetType() == PDFObjectType_Array && nIndice >= 0)
5233 poObj = poObj->GetArray()->Get(nIndice);
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfdataset.cpp116 static double Get(GDALPDFObject* poObj, int nIndice = -1);
5229 static double Get(GDALPDFObject* poObj, int nIndice) argument
5231 if (poObj->GetType() == PDFObjectType_Array && nIndice >= 0)
5233 poObj = poObj->GetArray()->Get(nIndice);