Package net.imglib2.type
Interface BasePairType<T extends BasePairType<T>>
- All Superinterfaces:
Comparable<T>
,Type<T>
,ValueEquals<T>
- All Known Implementing Classes:
BasePairBitType
,BasePairCharType
TODO
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface net.imglib2.type.Type
copy, createVariable, set
Methods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
Method Details
-
set
-
get
BasePairBitType.Base get() -
complement
void complement() -
baseToValue
byte baseToValue()
-