T
- the specialized versionpublic interface Type<T extends Type<T>> extends ValueEquals<T>
Type
interface is responsible for accessing and manipulating
(pixel) values. It can be realized as an object instance holding a single
value or as a proxy (NativeType
) mapping values into a Java primitive
type array.Modifier and Type | Method and Description |
---|---|
T |
copy()
|
T |
createVariable()
Creates a new
Type variable which can only store one value. |
void |
set(T c)
Sets the value of another
Type . |
valueEquals
Copyright © 2015–2022 ImgLib2. All rights reserved.