Searched refs:itVEnd2 (Results 1 – 11 of 11) sorted by relevance
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_msa/ |
H A D | graph_align_tcoffee_progressive.h | 382 TVertexSetIter itVEnd2 = end(value(str2,j)); in heaviestMatching() local 383 for(TVertexSetIter itV2 = begin(value(str2,j));itV2 != itVEnd2;++itV2) { in heaviestMatching()
|
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_msa/ |
H A D | graph_align_tcoffee_progressive.h | 378 TVertexSetIter itVEnd2 = end(value(str2,j)); in heaviestMatching() local 379 for(TVertexSetIter itV2 = begin(value(str2,j));itV2 != itVEnd2;++itV2) { in heaviestMatching()
|
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_msa/ |
H A D | graph_align_tcoffee_progressive.h | 378 TVertexSetIter itVEnd2 = end(value(str2,j)); in heaviestMatching() local 379 for(TVertexSetIter itV2 = begin(value(str2,j));itV2 != itVEnd2;++itV2) { in heaviestMatching()
|
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_msa/ |
H A D | graph_align_tcoffee_progressive.h | 381 TVertexSetIter itVEnd2 = end(value(str2,j)); in heaviestMatching() local 382 for(TVertexSetIter itV2 = begin(value(str2,j));itV2 != itVEnd2;++itV2) { in heaviestMatching()
|
/dports/devel/bullet/bullet3-3.21/Extras/HACD/ |
H A D | hacdHACD.cpp | 148 std::set<long>::const_iterator itV2(cc2V[cc2].begin()), itVEnd2(cc2V[cc2].end()); in CreateGraph() local 149 for (; itV2 != itVEnd2; ++itV2) in CreateGraph()
|
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/HACD/ |
H A D | hacdHACD.cpp | 181 … std::set<long>::const_iterator itV2(cc2V[cc2].begin()), itVEnd2(cc2V[cc2].end()); in CreateGraph() local 182 for(; itV2 != itVEnd2; ++itV2) in CreateGraph()
|
/dports/devel/py-bullet3/bullet3-3.21/Extras/HACD/ |
H A D | hacdHACD.cpp | 148 std::set<long>::const_iterator itV2(cc2V[cc2].begin()), itVEnd2(cc2V[cc2].end()); in CreateGraph() local 149 for (; itV2 != itVEnd2; ++itV2) in CreateGraph()
|
/dports/biology/seqan1/seqan-1.3.1/seqan/refinement/ |
H A D | graph_impl_align.h | 1927 TVertexSetIter itVEnd2 = end(*pointerStr2, Standard()); 1928 for(;itV2 != itVEnd2;++itV2) appendValue(*pointerAlign, *itV2, Generous());
|
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_align/ |
H A D | graph_impl_align.h | 1911 TVertexSetIter itVEnd2 = end(*pointerStr2, Standard()); 1912 for(;itV2 != itVEnd2;++itV2) appendValue(*pointerAlign, *itV2, Generous());
|
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_align/ |
H A D | graph_impl_align.h | 1911 TVertexSetIter itVEnd2 = end(*pointerStr2, Standard()); 1912 for(;itV2 != itVEnd2;++itV2) appendValue(*pointerAlign, *itV2, Generous());
|
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_align/ |
H A D | graph_impl_align.h | 1945 TVertexSetIter itVEnd2 = end(*pointerStr2, Standard()); 1946 for(;itV2 != itVEnd2;++itV2) appendValue(*pointerAlign, *itV2, Generous());
|