dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
coordinateSystemToEnd
dhtslib
coordinates
template to convert CoordinateSystem enum to respective End enum
template
coordinateSystemToEnd (
CoordSystem
cs
) {
static if
(
cs == CoordSystem.zbho
)
enum
End
coordinateSystemToEnd
;
static if
(!(
cs == CoordSystem.zbho
))
static if
(
cs == CoordSystem.zbc
)
enum
End
coordinateSystemToEnd
;
static if
(!(
cs == CoordSystem.zbho
))
static if
(!(
cs == CoordSystem.zbc
))
static if
(
cs == CoordSystem.obho
)
enum
End
coordinateSystemToEnd
;
static if
(!(
cs == CoordSystem.zbho
))
static if
(!(
cs == CoordSystem.zbc
))
static if
(!(
cs == CoordSystem.obho
))
static if
(
cs == CoordSystem.obc
)
enum
End
coordinateSystemToEnd
;
}
Members
Variables
coordinateSystemToEnd
enum
End
coordinateSystemToEnd
;
Undocumented in source.
coordinateSystemToEnd
enum
End
coordinateSystemToEnd
;
Undocumented in source.
coordinateSystemToEnd
enum
End
coordinateSystemToEnd
;
Undocumented in source.
coordinateSystemToEnd
enum
End
coordinateSystemToEnd
;
Undocumented in source.
Meta
Source
See Implementation
dhtslib
coordinates
aliases
OB
OBC
OBHO
OneBased
OneBasedClosed
OneBasedHalfOpen
ZB
ZBC
ZBHO
ZeroBased
ZeroBasedClosed
ZeroBasedHalfOpen
enums
Basis
CoordSystem
End
manifest constants
CoordSystemLabels
structs
Coordinate
Interval
templates
coordinateSystemToBasis
coordinateSystemToEnd
getCoordinateSystem
template to convert CoordinateSystem enum to respective End enum