Uses of Class
net.imglib2.type.logic.BoolType
-
Packages that use BoolType Package Description net.imglib2.type.logic -
-
Uses of BoolType in net.imglib2.type.logic
Methods in net.imglib2.type.logic that return BoolType Modifier and Type Method Description BoolType
BoolType. copy()
BoolType
BoolType. createVariable()
Methods in net.imglib2.type.logic with parameters of type BoolType Modifier and Type Method Description void
BoolType. and(BoolType c)
int
BoolType. compareTo(BoolType o)
void
BoolType. or(BoolType c)
void
BoolType. set(BoolType c)
boolean
BoolType. valueEquals(BoolType t)
void
BoolType. xor(BoolType c)
-