Home
last modified time | relevance | path

Searched defs:SimpleInterval (Results 1 – 8 of 8) sorted by relevance

/dports/math/fcl05/fcl-0.5.0/include/fcl/broadphase/
H A Dinterval_tree.h50 struct SimpleInterval struct
53 virtual ~SimpleInterval() {} in ~SimpleInterval() argument
73 IntervalTreeNode(SimpleInterval* new_interval); argument
/dports/math/fcl/fcl-0.7.0/include/fcl/broadphase/detail/
H A Dsimple_interval.h52 struct FCL_EXPORT SimpleInterval struct
63 using SimpleIntervalf = SimpleInterval<float>; argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/2geom/intervaltree/
H A Dtest2.cc8 class SimpleInterval : public Interval { class
10 SimpleInterval() : in SimpleInterval() function in SimpleInterval
15 SimpleInterval(const int low,const int high) in SimpleInterval() function in SimpleInterval
/dports/math/lib2geom/lib2geom-1.1/src/2geom/intervaltree/
H A Dtest2.cc8 class SimpleInterval : public Interval { class
10 SimpleInterval() : in SimpleInterval() function in SimpleInterval
15 SimpleInterval(const int low,const int high) in SimpleInterval() function in SimpleInterval
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/
H A DSimpleInterval.java18 public final class SimpleInterval implements Locatable, Serializable { class
34 public SimpleInterval(final String contig, final int start, final int end){ in SimpleInterval() method in SimpleInterval
46 public SimpleInterval(final Locatable locatable){ in SimpleInterval() method in SimpleInterval
96 public SimpleInterval(final String str){ in SimpleInterval() method in SimpleInterval
/dports/math/fcl/fcl-0.7.0/src/broadphase/detail/
H A Dsimple_interval.cpp47 struct SimpleInterval<double>; variable
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DFeatureDataSourceUnitTest.java374 …public void testSingleDataSourceMultipleQueries( final List<Pair<SimpleInterval, List<String>>> te… in testSingleDataSourceMultipleQueries()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/inference/
H A DSegmentedCpxVariantSimpleVariantExtractorUnitTest.java759Tuple3<Set<SimpleInterval>, Set<Integer>, List<Integer>> expected) { in testGetMissingAndPresentAndInvertedSegments()