Package | Description |
---|---|
net.imglib2.type.logic |
Modifier and Type | Method and Description |
---|---|
BoolType |
BoolType.copy() |
BoolType |
BoolType.createVariable() |
Modifier and Type | Method and 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) |
Copyright © 2009–2018 ImgLib2. All rights reserved.