nclist-cpp
C++ implementation of nested containment lists
|
Parameters for nearest()
.
More...
#include <nearest.hpp>
Public Attributes | |
bool | quit_on_first = false |
bool | adjacent_equals_overlap = false |
Parameters for nearest()
.
Position_ | Numeric type of the start/end positions of each interval. |
bool nclist::NearestParameters< Position_ >::adjacent_equals_overlap = false |
Whether to consider immediately-adjacent subject intervals to be equally "nearest" to the query as an overlapping subject interval. If true
, both overlapping and immediately-adjacent subject intervals (i.e., a gap of zero) will be reported in matches
. Otherwise, immediately-adjacent subjects will only be reported if overlapping subjects are not present.
bool nclist::NearestParameters< Position_ >::quit_on_first = false |
Whether to quit immediately upon identifying the nearest subject interval to the query interval. In such cases, matches
will contain one arbitrarily chosen subject interval that is nearest to the query.