Uses of Class
mgui.interfaces.io.InterfaceIOType
Package | Description |
---|---|
mgui.datasources |
This package contains the core classes for data source functionality.
|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.neuro | |
mgui.interfaces.projects |
Provides an interface for projects, which specify file/URL organization and I/O operations
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.io |
This package contains all classes which perform input/output functions.
|
mgui.io.domestic.datasources | |
mgui.io.domestic.shapes | |
mgui.io.foreign.minc | |
mgui.io.standard.gifti | |
mgui.io.standard.nifti | |
mgui.io.util |
Utility classes for performing input/output operations.
|
-
Uses of InterfaceIOType in mgui.datasources
Methods in mgui.datasources with parameters of type InterfaceIOType Modifier and Type Method Description boolean
DataSourceDriver. setFileLoader(InterfaceIOType io_type)
boolean
DataSourceDriver. setFileWriter(InterfaceIOType io_type)
-
Uses of InterfaceIOType in mgui.interfaces
Methods in mgui.interfaces that return InterfaceIOType Modifier and Type Method Description static InterfaceIOType
InterfaceEnvironment. getIOType(java.lang.String name)
Returns a the IO types associated withname
static InterfaceIOType
InterfaceEnvironment. getIOTypeForInstance(InterfaceIO instance)
Return the I/O type associated with the specific instance ofInterfaceIO
.Methods in mgui.interfaces that return types with arguments of type InterfaceIOType Modifier and Type Method Description static java.util.HashMap<java.lang.String,InterfaceIOType>
InterfaceEnvironment. getIOTypes()
Returns a list of the IO types loaded at initstatic java.util.ArrayList<InterfaceIOType>
InterfaceEnvironment. getIOTypesForClass(java.lang.Class<?> clazz)
Return all I/O types which are assignable fromclazz
. -
Uses of InterfaceIOType in mgui.interfaces.io
Fields in mgui.interfaces.io with type parameters of type InterfaceIOType Modifier and Type Field Description java.util.HashMap<java.lang.String,InterfaceIOType>
InterfaceFilePanel. ioTypes
Methods in mgui.interfaces.io with parameters of type InterfaceIOType Modifier and Type Method Description boolean
InterfaceIOType. isCompatibleType(InterfaceIOType type)
Determines whether this type supports all of the objects supported bytype
boolean
PersistentObject. setFileLoader(InterfaceIOType io_type)
Sets theInterfaceIOType
associated with this persistent object's loader.boolean
PersistentObject. setFileWriter(InterfaceIOType io_type)
Sets theInterfaceIOType
associated with this persistent object's writer. -
Uses of InterfaceIOType in mgui.interfaces.neuro
Fields in mgui.interfaces.neuro declared as InterfaceIOType Modifier and Type Field Description InterfaceIOType
CorticalThicknessOptions. mesh_data_loader
InterfaceIOType
CorticalThicknessOptions. mesh_data_writer
InterfaceIOType
CorticalThicknessOptions. mesh_loader
InterfaceIOType
CorticalThicknessOptions. mesh_writer
InterfaceIOType
CorticalThicknessOptions. volume_loader
InterfaceIOType
CorticalThicknessOptions. volume_writer
-
Uses of InterfaceIOType in mgui.interfaces.projects
Methods in mgui.interfaces.projects that return InterfaceIOType Modifier and Type Method Description InterfaceIOType
ProjectDataItem. getLoaderIOType()
InterfaceIOType
ProjectDataItem. getWriterIOType()
-
Uses of InterfaceIOType in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceIOType Modifier and Type Method Description boolean
InterfaceShape. setFileLoader(InterfaceIOType io_type)
boolean
InterfaceShape. setFileWriter(InterfaceIOType io_type)
-
Uses of InterfaceIOType in mgui.io
Methods in mgui.io that return InterfaceIOType Modifier and Type Method Description InterfaceIOType
FileLoader. getComplementIOType()
InterfaceIOType
FileWriter. getComplementIOType()
InterfaceIOType
InterfaceIO. getComplementIOType()
Returns anInterfaceIOType
specifying theInterfaceIO
which performs the complementary operation to this one.InterfaceIOType
FileLoader. getIOType()
InterfaceIOType
FileWriter. getIOType()
InterfaceIOType
InterfaceIO. getIOType()
Returns the registered IO type for this object, if one existsInterfaceIOType
FileWriter. getLoaderComplement()
Returns theInterfaceIOType
of aFileLoader
which is the complement of this writer; i.e., reads what this writer writes with identical encoding.InterfaceIOType
FileLoader. getWriterComplement()
Returns theInterfaceIOType
of aFileWriter
which is the complement of this loader; i.e., writes what this loader reads with identical encoding. -
Uses of InterfaceIOType in mgui.io.domestic.datasources
Methods in mgui.io.domestic.datasources that return InterfaceIOType Modifier and Type Method Description InterfaceIOType
ExportDataTableDialogBox. getOutputType()
Returns the current output type. -
Uses of InterfaceIOType in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as InterfaceIOType Modifier and Type Field Description InterfaceIOType
VolumeInputOptions. input_type
Methods in mgui.io.domestic.shapes that return InterfaceIOType Modifier and Type Method Description protected InterfaceIOType
VolumeInputDialogBox. getCurrentIOType()
InterfaceIOType
Mesh3DWriter. getLoaderComplement()
InterfaceIOType
Mesh3DLoader. getWriterComplement()
-
Uses of InterfaceIOType in mgui.io.foreign.minc
Methods in mgui.io.foreign.minc that return InterfaceIOType Modifier and Type Method Description InterfaceIOType
MincSurfaceWriter. getLoaderComplement()
InterfaceIOType
MincSurfaceLoader. getWriterComplement()
-
Uses of InterfaceIOType in mgui.io.standard.gifti
Methods in mgui.io.standard.gifti that return InterfaceIOType Modifier and Type Method Description InterfaceIOType
GiftiSurfaceWriter. getLoaderComplement()
InterfaceIOType
GiftiSurfaceLoader. getWriterComplement()
-
Uses of InterfaceIOType in mgui.io.standard.nifti
Methods in mgui.io.standard.nifti that return InterfaceIOType Modifier and Type Method Description InterfaceIOType
NiftiVolumeWriter. getLoaderComplement()
InterfaceIOType
NiftiVolumeLoader. getWriterComplement()
-
Uses of InterfaceIOType in mgui.io.util
Methods in mgui.io.util that return InterfaceIOType Modifier and Type Method Description static InterfaceIOType
IoFunctions. getDefaultIOType(InterfaceShape shape, int io_type)