Uses of Class
mgui.io.FileLoader
-
Uses of FileLoader in mgui.datasources
Fields in mgui.datasources declared as FileLoader Modifier and Type Field Description protected FileLoader
DataSourceDriver. loader
Methods in mgui.datasources that return FileLoader Modifier and Type Method Description FileLoader
DataSourceDriver. getFileLoader()
-
Uses of FileLoader in mgui.interfaces.io
Methods in mgui.interfaces.io that return FileLoader Modifier and Type Method Description FileLoader
PersistentObject. getFileLoader()
Returns an instance of the file loader associated with this persistent object. -
Uses of FileLoader in mgui.interfaces.projects
Methods in mgui.interfaces.projects that return FileLoader Modifier and Type Method Description FileLoader
ProjectDataItem. getFileLoader()
Methods in mgui.interfaces.projects with parameters of type FileLoader Modifier and Type Method Description void
ProjectDataItem. setFileLoader(FileLoader loader)
-
Uses of FileLoader in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return FileLoader Modifier and Type Method Description FileLoader
InterfaceShape. getFileLoader()
-
Uses of FileLoader in mgui.io.domestic.datasources
Subclasses of FileLoader in mgui.io.domestic.datasources Modifier and Type Class Description class
DataSourceDriverLoader
Loader for a data source (JDBC) driver specification file.class
DataSourceLoader
Loads a Data Source object.class
ImportDataTableLoader
Imports data from an external format into a newDataSource
table.class
ImportDataTableTextLoader
Imports data from a delimited text file into a newDataSource
table. -
Uses of FileLoader in mgui.io.domestic.graphs
Subclasses of FileLoader in mgui.io.domestic.graphs Modifier and Type Class Description class
GraphFileLoader
Abstract loader class for loading graphs. -
Uses of FileLoader in mgui.io.domestic.maps
Subclasses of FileLoader in mgui.io.domestic.maps Modifier and Type Class Description class
ColourMapLoader
Base class for loading a colour map from file.class
ContinuousColourMapLoader
Loads a comma-delimited continuous colour map.class
DiscreteColourMapLoader
Loads a discrete colour map from either delimited ASCII or XML.class
NameMapLoader
Reads a name map from file. -
Uses of FileLoader in mgui.io.domestic.network
Subclasses of FileLoader in mgui.io.domestic.network Modifier and Type Class Description class
CorticalNetworkMatrixLoader
Reads an ASCII matrix representing a connected network into a cortical network, assigning weights based upon a specified range (mapped to the continuous range [0.0:1.0]). -
Uses of FileLoader in mgui.io.domestic.pipelines
Subclasses of FileLoader in mgui.io.domestic.pipelines Modifier and Type Class Description class
PipelineLoader
Loads a pipeline (or multiple pipelines) from file.class
PipelineProcessLibraryLoader
Loads aPipelineProcessLibrary
from file. -
Uses of FileLoader in mgui.io.domestic.shapes
Subclasses of FileLoader in mgui.io.domestic.shapes Modifier and Type Class Description class
InterfaceShapeLoader
Abstract loader class for all loaders which load InterfaceShape objects.class
Mesh3DLoader
Deafult loader for loading a Mesh3DInt object.class
Point2DShapeLoader
class
PointSet2DLoader
Loader class for PointSet2DInt objects.class
PointSet3DDataLoader
class
PointSet3DLoader
Domestic loader for a 3D point set.class
PolygonSet3DLoader
Loads a set of 3D polygon objects (*.poly3d) from text.class
ShapeDataLoader
Loads vertex-wise data from tabular text files into shapes.class
ShapeModel3DLoader
Loader for a ShapeModel3D.class
ShapeXmlLoader
Loader for an InterfaceShape stored in domestic XML format.class
SurfaceDataFileLoader
Loads vertex-wise data into an InterfaceShape object.class
SurfaceFileLoader
Abstract loader class for all loaders which load Mesh3DInt objects.class
VectorDataLoader
class
VectorSet3DLoader
class
VolumeFileLoader
Loader for reading from a volume (3D grid) file into aVolume3DInt
object. -
Uses of FileLoader in mgui.io.domestic.variables
Subclasses of FileLoader in mgui.io.domestic.variables Modifier and Type Class Description class
DefaultMatrixFileLoader
Default implementation of a matrix loader.class
MatrixFileLoader
class
MatrixTransformLoader
class
StringVectorLoader
Loader class to input an array ofString
objects into anStringVectorInt
instance. -
Uses of FileLoader in mgui.io.domestic.videos
Subclasses of FileLoader in mgui.io.domestic.videos Modifier and Type Class Description class
VideoLoader
class
VideoXMLLoader
-
Uses of FileLoader in mgui.io.domestic.views
Subclasses of FileLoader in mgui.io.domestic.views Modifier and Type Class Description class
View3DLoader
Loads a set of View3D objects from an XML file. -
Uses of FileLoader in mgui.io.foreign.amira
Subclasses of FileLoader in mgui.io.foreign.amira Modifier and Type Class Description class
AmiraTractLoader
-
Uses of FileLoader in mgui.io.foreign.camino
Subclasses of FileLoader in mgui.io.foreign.camino Modifier and Type Class Description class
CaminoPipelineLoader
class
CaminoProjectLoader
-
Uses of FileLoader in mgui.io.foreign.caret
Subclasses of FileLoader in mgui.io.foreign.caret Modifier and Type Class Description class
CaretAreaColourLoader
A hack to read Caret area colour files.class
CaretMetricLoader
class
CaretPaintLoader
Loads a Caret Paint file From Caret site: tag-version 1 tag-number-of-nodes 71723 tag-number-of-columns 5 tag-title tag-number-of-paint-names 148 tag-column-name 0 Lobes tag-column-name 1 Geography tag-column-name 2 Functional Stuff tag-column-name 3 Brodmann tag-column-name 4 Modality tag-BEGIN-DATA 0 ??? 1 SUL 2 DEEP_SUL ...class
CaretSurfaceLoader
Loads a Caret surface from topology and coordinate files, in either binary or ASCII format. -
Uses of FileLoader in mgui.io.foreign.duff
Subclasses of FileLoader in mgui.io.foreign.duff Modifier and Type Class Description class
DuffSurfaceLoader
-
Uses of FileLoader in mgui.io.foreign.freesurfer
Subclasses of FileLoader in mgui.io.foreign.freesurfer Modifier and Type Class Description class
FreesurferSurfaceLoader
Reads a Freesurfer surface file, binary or ASCII format.class
FreesurferVertexDataLoader
Loads a Freesurfer surface data file. -
Uses of FileLoader in mgui.io.foreign.fsl
Subclasses of FileLoader in mgui.io.foreign.fsl Modifier and Type Class Description class
FSLSurfaceLoader
class
FSLVolumeLoader
Loader for a FSL-style volume file (mgh/mgz). -
Uses of FileLoader in mgui.io.foreign.interfile
Subclasses of FileLoader in mgui.io.foreign.interfile Modifier and Type Class Description class
InterfileLoader
Loads volume data stored in Interfile format. -
Uses of FileLoader in mgui.io.foreign.minc
Subclasses of FileLoader in mgui.io.foreign.minc Modifier and Type Class Description class
MincSurfaceDataLoader
class
MincSurfaceLoader
Reads a MINC obj file into a Mesh3D shape.class
MincTransformLoader
-
Uses of FileLoader in mgui.io.foreign.mricro
Subclasses of FileLoader in mgui.io.foreign.mricro Modifier and Type Class Description class
MricroLutLoader
-
Uses of FileLoader in mgui.io.foreign.pajek
Subclasses of FileLoader in mgui.io.foreign.pajek Modifier and Type Class Description class
PajekGraphLoader
Loads a graph from the Pajek graph format (see http://pajek.imfm.si/doku.php). -
Uses of FileLoader in mgui.io.foreign.trackvis
Subclasses of FileLoader in mgui.io.foreign.trackvis Modifier and Type Class Description class
TrackVisTractLoader
-
Uses of FileLoader in mgui.io.foreign.vol
Subclasses of FileLoader in mgui.io.foreign.vol Modifier and Type Class Description class
VolFileLoader
-
Uses of FileLoader in mgui.io.foreign.wavefront
Subclasses of FileLoader in mgui.io.foreign.wavefront Modifier and Type Class Description class
WavefrontSurfaceLoader
Loader for a Wavefront OBJ format surface mesh object. -
Uses of FileLoader in mgui.io.foreign.wunil
Subclasses of FileLoader in mgui.io.foreign.wunil Modifier and Type Class Description class
WunilVolumeLoader
Loader to load WUNIL IDF format volumes (University of Washington in St. -
Uses of FileLoader in mgui.io.standard.gifti
Subclasses of FileLoader in mgui.io.standard.gifti Modifier and Type Class Description class
GiftiSurfaceLoader
Loads an XML-format GIFTI file. -
Uses of FileLoader in mgui.io.standard.imaging
Subclasses of FileLoader in mgui.io.standard.imaging Modifier and Type Class Description class
GreyFileLoader
class
ImageFileLoader
class
RGBFileLoader
-
Uses of FileLoader in mgui.io.standard.json
Subclasses of FileLoader in mgui.io.standard.json Modifier and Type Class Description class
JsonFileLoader
Loads a Json format file. -
Uses of FileLoader in mgui.io.standard.nifti
Subclasses of FileLoader in mgui.io.standard.nifti Modifier and Type Class Description class
NiftiVolumeLoader
File loader to read Analyze 7.5 format volume files. -
Uses of FileLoader in mgui.io.standard.xml.x3d
Subclasses of FileLoader in mgui.io.standard.xml.x3d Modifier and Type Class Description class
Vector3DFileLoader
General loader class for inputting 3D vector data.