Uses of Class
mgui.io.domestic.shapes.InterfaceShapeLoader
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.io.domestic.shapes | |
mgui.io.domestic.shapes.xml | |
mgui.io.foreign.caret | |
mgui.io.foreign.duff | |
mgui.io.foreign.freesurfer | |
mgui.io.foreign.fsl | |
mgui.io.foreign.interfile | |
mgui.io.foreign.minc | |
mgui.io.foreign.vol | |
mgui.io.foreign.wavefront | |
mgui.io.foreign.wunil | |
mgui.io.standard.gifti | |
mgui.io.standard.nifti |
-
Uses of InterfaceShapeLoader in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as InterfaceShapeLoader Modifier and Type Field Description protected InterfaceShapeLoader
InterfaceShape. xml_current_loader
-
Uses of InterfaceShapeLoader in mgui.io.domestic.shapes
Subclasses of InterfaceShapeLoader in mgui.io.domestic.shapes Modifier and Type Class Description class
Mesh3DLoader
Deafult loader for loading a Mesh3DInt object.class
PointSet2DLoader
Loader class for PointSet2DInt objects.class
ShapeXmlLoader
Loader for an InterfaceShape stored in domestic XML format.class
SurfaceFileLoader
Abstract loader class for all loaders which load Mesh3DInt objects.class
VolumeFileLoader
Loader for reading from a volume (3D grid) file into aVolume3DInt
object. -
Uses of InterfaceShapeLoader in mgui.io.domestic.shapes.xml
Methods in mgui.io.domestic.shapes.xml that return InterfaceShapeLoader Modifier and Type Method Description static InterfaceShapeLoader
ShapeXMLFunctions. getLoaderInstance(java.lang.String loader)
Attempts to return an instance of the loader from the qualified referenceloader
. -
Uses of InterfaceShapeLoader in mgui.io.foreign.caret
Subclasses of InterfaceShapeLoader in mgui.io.foreign.caret Modifier and Type Class Description class
CaretSurfaceLoader
Loads a Caret surface from topology and coordinate files, in either binary or ASCII format. -
Uses of InterfaceShapeLoader in mgui.io.foreign.duff
Subclasses of InterfaceShapeLoader in mgui.io.foreign.duff Modifier and Type Class Description class
DuffSurfaceLoader
-
Uses of InterfaceShapeLoader in mgui.io.foreign.freesurfer
Subclasses of InterfaceShapeLoader in mgui.io.foreign.freesurfer Modifier and Type Class Description class
FreesurferSurfaceLoader
Reads a Freesurfer surface file, binary or ASCII format. -
Uses of InterfaceShapeLoader in mgui.io.foreign.fsl
Subclasses of InterfaceShapeLoader 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 InterfaceShapeLoader in mgui.io.foreign.interfile
Subclasses of InterfaceShapeLoader in mgui.io.foreign.interfile Modifier and Type Class Description class
InterfileLoader
Loads volume data stored in Interfile format. -
Uses of InterfaceShapeLoader in mgui.io.foreign.minc
Subclasses of InterfaceShapeLoader in mgui.io.foreign.minc Modifier and Type Class Description class
MincSurfaceLoader
Reads a MINC obj file into a Mesh3D shape. -
Uses of InterfaceShapeLoader in mgui.io.foreign.vol
Subclasses of InterfaceShapeLoader in mgui.io.foreign.vol Modifier and Type Class Description class
VolFileLoader
-
Uses of InterfaceShapeLoader in mgui.io.foreign.wavefront
Subclasses of InterfaceShapeLoader in mgui.io.foreign.wavefront Modifier and Type Class Description class
WavefrontSurfaceLoader
Loader for a Wavefront OBJ format surface mesh object. -
Uses of InterfaceShapeLoader in mgui.io.foreign.wunil
Subclasses of InterfaceShapeLoader 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 InterfaceShapeLoader in mgui.io.standard.gifti
Subclasses of InterfaceShapeLoader in mgui.io.standard.gifti Modifier and Type Class Description class
GiftiSurfaceLoader
Loads an XML-format GIFTI file. -
Uses of InterfaceShapeLoader in mgui.io.standard.nifti
Subclasses of InterfaceShapeLoader in mgui.io.standard.nifti Modifier and Type Class Description class
NiftiVolumeLoader
File loader to read Analyze 7.5 format volume files.