Home
last modified time | relevance | path

Searched defs:TSegment (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/
H A Dtcurves.h27 TSegment() : m_c0(), m_c1(){}; in TSegment() function
30 TSegment(const TPointD &p0, const TPointD &p1) : m_c0(p0), m_c1(p1 - p0) {} in TSegment() function
32 TSegment(double x0, double y0, double x1, double y1) in TSegment() function
35 TSegment(const TSegment &src) : m_c0(src.m_c0), m_c1(src.m_c1) {} in TSegment() function
H A Dtcurveutil.h22 class TSegment; variable
H A Dtstroke.h34 class TSegment; variable
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/sequence/
H A Dtest_segment_beta.h52 typedef seqan::Segment<seqan::String<TAlphabet, TStringSpec>, TSegmentSpec> TSegment; typedef
188 void testPrefixConstructible(TSegment & /*Tag*/) in testPrefixConstructible() argument
219 void testInfixConstructible(TSegment & /*Tag*/) in testInfixConstructible() argument
250 void testSuffixConstructible(TSegment & /*Tag*/) in testSuffixConstructible() argument
359 void testPrefixCopyConstructible(TSegment & /*Tag*/) in testPrefixCopyConstructible() argument
388 void testInfixCopyConstructible(TSegment & /*Tag*/) in testInfixCopyConstructible() argument
417 void testSuffixCopyConstructible(TSegment & /*Tag*/) in testSuffixCopyConstructible() argument
511 void testSegmentDefaultConstructible(TSegment & /*Tag*/) in testSegmentDefaultConstructible() argument
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/stellar/
H A Dstellar.h438 typedef Segment<TInfix, InfixSegment> TSegment; in verifySwiftHit() typedef
505 typedef Segment<TInfix, InfixSegment> TSegment; in verifySwiftHit() typedef
563 typedef Segment<TInfix, InfixSegment> TSegment; in verifySwiftHit() typedef
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/detail/
H A DGeometrySet.cpp231 typedef TypeForDimension<3>::Segment TSegment; in addPrimitive() typedef
274 typedef TypeForDimension<2>::Segment TSegment; in addPrimitive() typedef
894 typedef typename TypeForDimension<Dim>::Segment TSegment; in collectPoints() typedef
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds/
H A Dbanded_chain_align.h618 typedef typename Infix<TString>::Type TSegment; in _calculateBandedSeed() typedef
699 typedef typename Infix<TString>::Type TSegment; in _calculateFirstRectangle() typedef
757 typedef typename Infix<TString>::Type TSegment; in _calculateLastRectangle() typedef
826 typedef typename Infix<TString>::Type TSegment; in _calculateRectangle() typedef
H A Dbanded_chain_align_affine.h543 typedef typename Infix<TString>::Type TSegment; in _calculateBandedSeedGotoh() typedef
640 typedef typename Infix<TString>::Type TSegment; in _calculateFirstRectangleGotoh() typedef
695 typedef typename Infix<TString>::Type TSegment; in _calculateLastRectangleGotoh() typedef
788 typedef typename Infix<TString>::Type TSegment; in _calculateRectangleGotoh() typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/align/splign/
H A Dsplign.hpp237 typedef CNWFormatter::SSegment TSegment; typedef in CSplign
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/find/
H A Dtest_find.cpp1607 typedef Segment<DnaString, InfixSegment> TSegment; in SEQAN_DEFINE_TEST() typedef