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 InterfaceShapeLoaderInterfaceShape. xml_current_loader -
Uses of InterfaceShapeLoader in mgui.io.domestic.shapes
Subclasses of InterfaceShapeLoader in mgui.io.domestic.shapes Modifier and Type Class Description classMesh3DLoaderDeafult loader for loading a Mesh3DInt object.classPointSet2DLoaderLoader class for PointSet2DInt objects.classShapeXmlLoaderLoader for an InterfaceShape stored in domestic XML format.classSurfaceFileLoaderAbstract loader class for all loaders which load Mesh3DInt objects.classVolumeFileLoaderLoader for reading from a volume (3D grid) file into aVolume3DIntobject. -
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 InterfaceShapeLoaderShapeXMLFunctions. 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 classCaretSurfaceLoaderLoads 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 classDuffSurfaceLoader -
Uses of InterfaceShapeLoader in mgui.io.foreign.freesurfer
Subclasses of InterfaceShapeLoader in mgui.io.foreign.freesurfer Modifier and Type Class Description classFreesurferSurfaceLoaderReads 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 classFSLSurfaceLoaderclassFSLVolumeLoaderLoader 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 classInterfileLoaderLoads 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 classMincSurfaceLoaderReads 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 classVolFileLoader -
Uses of InterfaceShapeLoader in mgui.io.foreign.wavefront
Subclasses of InterfaceShapeLoader in mgui.io.foreign.wavefront Modifier and Type Class Description classWavefrontSurfaceLoaderLoader 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 classWunilVolumeLoaderLoader 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 classGiftiSurfaceLoaderLoads 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 classNiftiVolumeLoaderFile loader to read Analyze 7.5 format volume files.