Home
last modified time | relevance | path

Searched refs:itVEnd2 (Results 1 – 11 of 11) sorted by relevance

/dports/biology/seqan1/seqan-1.3.1/seqan/graph_msa/
H A Dgraph_align_tcoffee_progressive.h382 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 Dgraph_align_tcoffee_progressive.h378 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 Dgraph_align_tcoffee_progressive.h378 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 Dgraph_align_tcoffee_progressive.h381 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 DhacdHACD.cpp148 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 DhacdHACD.cpp181 … 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 DhacdHACD.cpp148 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 Dgraph_impl_align.h1927 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 Dgraph_impl_align.h1911 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 Dgraph_impl_align.h1911 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 Dgraph_impl_align.h1945 TVertexSetIter itVEnd2 = end(*pointerStr2, Standard());
1946 for(;itV2 != itVEnd2;++itV2) appendValue(*pointerAlign, *itV2, Generous());