Uses of Class
mgui.datasources.DataType
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.dynamic | |
mgui.interfaces.shapes.volume | |
mgui.io.foreign.fsl | |
mgui.io.foreign.vol | |
mgui.io.foreign.wunil | |
mgui.io.standard.nifti | |
mgui.io.util |
Utility classes for performing input/output operations.
|
mgui.numbers | |
mgui.util |
-
Uses of DataType in mgui.datasources
Fields in mgui.datasources with type parameters of type DataType Modifier and Type Field Description static java.util.ArrayList<DataType>
DataTypes. dataTypes
Methods in mgui.datasources that return DataType Modifier and Type Method Description static DataType
DataTypes. getFromDataBufferType(int db_type)
static DataType
DataTypes. getType(int val)
static DataType
DataTypes. getType(java.lang.String type)
static DataType
DataTypes. getTypeForSize(int size)
static DataType
DataTypes. getTypeForSQL(int SQLType)
Returns aDataType
for the given SQL type (fromTypes
).static DataType
DataTypes. getTypeForSQLStr(java.lang.String sqlType)
Methods in mgui.datasources that return types with arguments of type DataType Modifier and Type Method Description static java.util.ArrayList<DataType>
DataTypes. getDataTypeList()
Returns a sorted list of strings representing data types as specified in the setDataTypes methodMethods in mgui.datasources with parameters of type DataType Modifier and Type Method Description static int
DataTypes. getDataBufferType(DataType type)
static int
DataTypes. getSize(DataType type)
Returns the number of bytes required to store a value of DataTypetype
.static boolean
DataTypes. isText(DataType dataType)
Determines whether a given data type is text -
Uses of DataType in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type DataType Modifier and Type Method Description java.util.ArrayList<MguiNumber>
InterfaceShape. newVertexData(DataType type)
Returns a new array of the same size as this shape, with the specified data type -
Uses of DataType in mgui.interfaces.shapes.dynamic
Fields in mgui.interfaces.shapes.dynamic declared as DataType Modifier and Type Field Description DataType
Volume4DInt. sampleDataType
-
Uses of DataType in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type DataType Modifier and Type Method Description java.util.ArrayList<MguiNumber>
VolumeMetadata. readVolume(int t, DataType data_type, ProgressUpdater progress)
Reads the 3D volume at voxel dimensiont
. -
Uses of DataType in mgui.io.foreign.fsl
Methods in mgui.io.foreign.fsl with parameters of type DataType Modifier and Type Method Description java.util.ArrayList<MguiNumber>
FSLVolumeMetadata. readVolume(int t, DataType data_type, ProgressUpdater progress)
java.util.ArrayList<MguiNumber>
FSLVolumeMetadata. readVolume(java.io.File data_file, int t, DataType data_type, ProgressUpdater progress)
Reads the 3D volume at the specified volumet
, fromdata_file
. -
Uses of DataType in mgui.io.foreign.vol
Fields in mgui.io.foreign.vol declared as DataType Modifier and Type Field Description DataType
VolumeInputOptions. dynDataType
-
Uses of DataType in mgui.io.foreign.wunil
Methods in mgui.io.foreign.wunil with parameters of type DataType Modifier and Type Method Description java.util.ArrayList<MguiNumber>
WunilDataset. readVolume(int t, DataType data_type, ProgressUpdater progress)
-
Uses of DataType in mgui.io.standard.nifti
Methods in mgui.io.standard.nifti with parameters of type DataType Modifier and Type Method Description java.util.ArrayList<MguiNumber>
NiftiMetadata. readVolume(int t, DataType data_type, ProgressUpdater progress)
-
Uses of DataType in mgui.io.util
Methods in mgui.io.util with parameters of type DataType Modifier and Type Method Description static byte[]
IoFunctions. getBytes(double val, DataType type, java.nio.ByteOrder bo)
static double
IoFunctions. getValue(byte[] b, DataType type, java.nio.ByteOrder bo)
static byte[]
IoFunctions. nextBytes(java.io.RandomAccessFile in, DataType type, boolean hasAlpha)
-
Uses of DataType in mgui.numbers
Methods in mgui.numbers with parameters of type DataType Modifier and Type Method Description static MguiNumber
NumberFunctions. getInstance(DataType type, double value)
Returns an instance of an MguiNumber of the specified type and value -
Uses of DataType in mgui.util
Methods in mgui.util with parameters of type DataType Modifier and Type Method Description static int
Colours. getTransferType(DataType type)
static double[]
Colours. getTypeRange(DataType type)