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