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
compareToMethods inherited from interface net.imglib2.type.Type
copy, createVariable, setMethods inherited from interface net.imglib2.type.operators.ValueEquals
valueEquals
-
Method Details
-
set
-
get
BasePairBitType.Base get() -
complement
void complement() -
baseToValue
byte baseToValue()
-