Modifier and Type | Class and Description |
---|---|
static interface |
Ops.Logic.And
Base interface for "and" operations.
|
static interface |
Ops.Logic.Bool
Base interface for "bool" operations.
|
static interface |
Ops.Logic.Conditional
Base interface for "conditional" operations.
|
static interface |
Ops.Logic.Equal
Base interface for "equal" operations.
|
static interface |
Ops.Logic.GreaterThan
Base interface for "greaterThan" operations.
|
static interface |
Ops.Logic.GreaterThanOrEqual
Base interface for "greaterThanOrEqual" operations.
|
static interface |
Ops.Logic.LessThan
Base interface for "lessThan" operations.
|
static interface |
Ops.Logic.LessThanOrEqual
Base interface for "lessThanOrEqual" operations.
|
static interface |
Ops.Logic.Not
Base interface for "not" operations.
|
static interface |
Ops.Logic.NotEqual
Base interface for "notEqual" operations.
|
static interface |
Ops.Logic.Or
Base interface for "or" operations.
|
static interface |
Ops.Logic.Xor
Base interface for "xor" operations.
|
Copyright © 2014–2022 ImageJ. All rights reserved.