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 booleanDataSourceDriver. setFileLoader(InterfaceIOType io_type)booleanDataSourceDriver. setFileWriter(InterfaceIOType io_type) -
Uses of InterfaceIOType in mgui.interfaces
Methods in mgui.interfaces that return InterfaceIOType Modifier and Type Method Description static InterfaceIOTypeInterfaceEnvironment. getIOType(java.lang.String name)Returns a the IO types associated withnamestatic InterfaceIOTypeInterfaceEnvironment. 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. ioTypesMethods in mgui.interfaces.io with parameters of type InterfaceIOType Modifier and Type Method Description booleanInterfaceIOType. isCompatibleType(InterfaceIOType type)Determines whether this type supports all of the objects supported bytypebooleanPersistentObject. setFileLoader(InterfaceIOType io_type)Sets theInterfaceIOTypeassociated with this persistent object's loader.booleanPersistentObject. setFileWriter(InterfaceIOType io_type)Sets theInterfaceIOTypeassociated 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 InterfaceIOTypeCorticalThicknessOptions. mesh_data_loaderInterfaceIOTypeCorticalThicknessOptions. mesh_data_writerInterfaceIOTypeCorticalThicknessOptions. mesh_loaderInterfaceIOTypeCorticalThicknessOptions. mesh_writerInterfaceIOTypeCorticalThicknessOptions. volume_loaderInterfaceIOTypeCorticalThicknessOptions. volume_writer -
Uses of InterfaceIOType in mgui.interfaces.projects
Methods in mgui.interfaces.projects that return InterfaceIOType Modifier and Type Method Description InterfaceIOTypeProjectDataItem. getLoaderIOType()InterfaceIOTypeProjectDataItem. getWriterIOType() -
Uses of InterfaceIOType in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type InterfaceIOType Modifier and Type Method Description booleanInterfaceShape. setFileLoader(InterfaceIOType io_type)booleanInterfaceShape. setFileWriter(InterfaceIOType io_type) -
Uses of InterfaceIOType in mgui.io
Methods in mgui.io that return InterfaceIOType Modifier and Type Method Description InterfaceIOTypeFileLoader. getComplementIOType()InterfaceIOTypeFileWriter. getComplementIOType()InterfaceIOTypeInterfaceIO. getComplementIOType()Returns anInterfaceIOTypespecifying theInterfaceIOwhich performs the complementary operation to this one.InterfaceIOTypeFileLoader. getIOType()InterfaceIOTypeFileWriter. getIOType()InterfaceIOTypeInterfaceIO. getIOType()Returns the registered IO type for this object, if one existsInterfaceIOTypeFileWriter. getLoaderComplement()Returns theInterfaceIOTypeof aFileLoaderwhich is the complement of this writer; i.e., reads what this writer writes with identical encoding.InterfaceIOTypeFileLoader. getWriterComplement()Returns theInterfaceIOTypeof aFileWriterwhich 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 InterfaceIOTypeExportDataTableDialogBox. 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 InterfaceIOTypeVolumeInputOptions. input_typeMethods in mgui.io.domestic.shapes that return InterfaceIOType Modifier and Type Method Description protected InterfaceIOTypeVolumeInputDialogBox. getCurrentIOType()InterfaceIOTypeMesh3DWriter. getLoaderComplement()InterfaceIOTypeMesh3DLoader. getWriterComplement() -
Uses of InterfaceIOType in mgui.io.foreign.minc
Methods in mgui.io.foreign.minc that return InterfaceIOType Modifier and Type Method Description InterfaceIOTypeMincSurfaceWriter. getLoaderComplement()InterfaceIOTypeMincSurfaceLoader. getWriterComplement() -
Uses of InterfaceIOType in mgui.io.standard.gifti
Methods in mgui.io.standard.gifti that return InterfaceIOType Modifier and Type Method Description InterfaceIOTypeGiftiSurfaceWriter. getLoaderComplement()InterfaceIOTypeGiftiSurfaceLoader. getWriterComplement() -
Uses of InterfaceIOType in mgui.io.standard.nifti
Methods in mgui.io.standard.nifti that return InterfaceIOType Modifier and Type Method Description InterfaceIOTypeNiftiVolumeWriter. getLoaderComplement()InterfaceIOTypeNiftiVolumeLoader. getWriterComplement() -
Uses of InterfaceIOType in mgui.io.util
Methods in mgui.io.util that return InterfaceIOType Modifier and Type Method Description static InterfaceIOTypeIoFunctions. getDefaultIOType(InterfaceShape shape, int io_type)