Function
findIntervalsExcludeTouching
Find all intervals that contain the query point, exclude intervals that touch the query, i.e. where the query point equals the start or end point.
findIntervalsExcludeTouching(intervalTree, query, result)
findIntervalsExcludeTouching(graph, propertyMap, query, result)
Include Headers
seqan/misc/misc_interval_tree.h
Parameters
intervalTree
An interval tree
graph
The directed graph that contains the topography of the interval tree.
propertyMap
The property map containing the node properties of the interval tree
query
The TValue to query here.
result
The resulting string of cargos/ids of the intervals that contain the query point.
Types: String
Remarks: Should be a string of TCargo.
Member of
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:36