Uses of Class
mgui.io.domestic.shapes.ShapeIOException
Package | Description |
---|---|
mgui.io.domestic.shapes | |
mgui.io.foreign.fsl | |
mgui.io.foreign.interfile | |
mgui.io.foreign.vol | |
mgui.io.foreign.wunil | |
mgui.io.standard.nifti |
-
Uses of ShapeIOException in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes that throw ShapeIOException Modifier and Type Method Description Volume3DInt
VolumeFileLoader. getVolume3D(int t)
Load the volume at time point t.boolean
VolumeFileLoader. setVolume3D(Volume3DInt volume, int v, VolumeInputOptions options)
boolean
VolumeFileLoader. setVolume3D(Volume3DInt volume, int v, VolumeInputOptions options, ProgressUpdater progress)
boolean
VolumeFileLoader. setVolume3D(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
boolean
VolumeFileLoader. setVolume3D(Volume3DInt volume, VolumeInputOptions options)
protected abstract boolean
VolumeFileLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
boolean
ShapeModel3DWriter. writeModel(ShapeModel3DOutputOptions options, ProgressUpdater progress_bar)
-
Uses of ShapeIOException in mgui.io.foreign.fsl
Methods in mgui.io.foreign.fsl that throw ShapeIOException Modifier and Type Method Description protected boolean
FSLVolumeLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of ShapeIOException in mgui.io.foreign.interfile
Methods in mgui.io.foreign.interfile that throw ShapeIOException Modifier and Type Method Description protected boolean
InterfileLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of ShapeIOException in mgui.io.foreign.vol
Methods in mgui.io.foreign.vol that throw ShapeIOException Modifier and Type Method Description protected boolean
VolFileLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of ShapeIOException in mgui.io.foreign.wunil
Methods in mgui.io.foreign.wunil that throw ShapeIOException Modifier and Type Method Description boolean
WunilVolumeLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of ShapeIOException in mgui.io.standard.nifti
Methods in mgui.io.standard.nifti that throw ShapeIOException Modifier and Type Method Description protected boolean
NiftiVolumeLoader. setVolume3DBlocking(Volume3DInt volume3d, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)