Home
last modified time | relevance | path

Searched refs:coordMatch (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmimportphotos.cpp192 QRegularExpressionMatch coordMatch = coordRx.match( string ); in parseCoord() local
193 if ( coordMatch.hasMatch() ) in parseCoord()
195 double hours = coordMatch.captured( 1 ).toDouble(); in parseCoord()
196 double minutes = coordMatch.captured( 2 ).toDouble(); in parseCoord()
197 double seconds = coordMatch.captured( 3 ).toDouble(); in parseCoord()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmimportphotos.cpp245 const QRegularExpressionMatch coordMatch = coordRx.match( string ); in parseCoord() local
246 if ( coordMatch.hasMatch() ) in parseCoord()
248 const double hours = coordMatch.captured( 1 ).toDouble(); in parseCoord()
249 const double minutes = coordMatch.captured( 2 ).toDouble(); in parseCoord()
250 const double seconds = coordMatch.captured( 3 ).toDouble(); in parseCoord()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A DGBase.h341 bool coordMatch(GSeg* s, uint fuzz=0) {
H A Dcuffcompare.cpp485 exonMatch=r->exons[0]->coordMatch(t->exons[0],fuzz); in ichainMatch()
724 if (super->qintrons[i].coordMatch(&super->rintrons[j])) { in compareLoci2R()
2119 if (rintron.coordMatch(&mintron,10)) { in reclass_XStrand()
/dports/biology/stringtie/stringtie-2.1.1/gclib/
H A DGBase.h367 bool coordMatch(GSeg* s, uint fuzz=0) { //caller must check for s!=NULL
/dports/biology/libgff/libgff-2.0.0/include/
H A DGBase.h380 bool coordMatch(GSeg* s, uint fuzz=0) { //caller must check for s!=NULL
/dports/biology/gffread/gffread-0.12.7/gclib/
H A DGBase.h445 bool coordMatch(GSeg* s, uint fuzz=0) { //caller must check for s!=NULL