Package | Description |
---|---|
net.imagej.plugins.commands.io | |
net.imagej.types |
Modifier and Type | Method and Description |
---|---|
DataType<?> |
NewImage.getDataType() |
Modifier and Type | Method and Description |
---|---|
void |
NewImage.setDataType(DataType<?> dataType) |
Modifier and Type | Class and Description |
---|---|
class |
DataType128BitSignedComplexFloat
DataType definition for 128-bit complex float numbers. |
class |
DataType12BitUnsignedInteger
DataType definition for 12-bit unsigned integers. |
class |
DataType16BitSignedInteger
DataType definition for 16-bit signed integers. |
class |
DataType16BitUnsignedInteger
DataType definition for 16-bit unsigned integers. |
class |
DataType1BitUnsignedInteger
DataType definition for 1-bit unsigned integers. |
class |
DataType32BitSignedFloat
DataType definition for 32-bit floats. |
class |
DataType32BitSignedInteger
DataType definition for 32-bit signed integers. |
class |
DataType32BitUnsignedInteger
DataType definition for 32-bit unsigned integers. |
class |
DataType64BitSignedComplexFloat
DataType definition for 64-bit complex float numbers. |
class |
DataType64BitSignedFloat
DataType definition for 64-bit floats. |
class |
DataType64BitSignedInteger
DataType definition for 64-bit signed integers. |
class |
DataType8BitSignedInteger
DataType definition for 8-bit signed integers. |
class |
DataType8BitUnsignedInteger
DataType definition for 8-bit unsigned integers. |
class |
DataTypeBoolean
DataType definition for boolean. |
class |
DataTypeVariableBitSignedComplexFloat
DataType definition for variable bit complex numbers. |
class |
DataTypeVariableBitSignedFloat
DataType definition for variable bit floats. |
class |
DataTypeVariableBitSignedInteger
DataType definition for variable bit signed integers. |
Modifier and Type | Method and Description |
---|---|
DataType<?> |
DefaultDataTypeService.getTypeByAttributes(int bitCount,
boolean bounded,
boolean complex,
boolean floating,
boolean signed) |
DataType<?> |
DataTypeService.getTypeByAttributes(int bitCount,
boolean bounded,
boolean complex,
boolean floating,
boolean signed)
Returns the DataType whose internal type class matches the given
specifications exactly.
|
DataType<?> |
DefaultDataTypeService.getTypeByClass(Class<?> typeClass) |
DataType<?> |
DataTypeService.getTypeByClass(Class<?> typeClass)
Returns the DataType whose internal type class matches the given typeClass.
|
DataType<?> |
DefaultDataTypeService.getTypeByName(String typeName) |
DataType<?> |
DataTypeService.getTypeByName(String typeName)
Returns the DataType whose internal name matches the given typeName.
|
Modifier and Type | Method and Description |
---|---|
List<DataType<?>> |
DefaultDataTypeService.getInstances() |
List<DataType<?>> |
DataTypeService.getInstances()
Returns a list of all DataTypes known to system.
|
Class<DataType<?>> |
DefaultDataTypeService.getPluginType() |
Modifier and Type | Method and Description |
---|---|
<U extends NumericType<U>,V extends NumericType<V>> |
DefaultDataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output) |
<U extends NumericType<U>,V extends NumericType<V>> |
DefaultDataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output) |
<U extends NumericType<U>,V extends NumericType<V>> |
DataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output)
Fills an output with a cast from an input given information about their
DataTypes.
|
<U extends NumericType<U>,V extends NumericType<V>> |
DataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output)
Fills an output with a cast from an input given information about their
DataTypes.
|
<U extends NumericType<U>,V extends NumericType<V>> |
DefaultDataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output,
BigComplex tmp) |
<U extends NumericType<U>,V extends NumericType<V>> |
DefaultDataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output,
BigComplex tmp) |
<U extends NumericType<U>,V extends NumericType<V>> |
DataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output,
BigComplex tmp)
Fills an output with a cast from an input given information about their
DataTypes.
|
<U extends NumericType<U>,V extends NumericType<V>> |
DataTypeService.cast(DataType<U> inputType,
U input,
DataType<V> outputType,
V output,
BigComplex tmp)
Fills an output with a cast from an input given information about their
DataTypes.
|
Copyright © 2014–2022 ImageJ. All rights reserved.