Uses of Class
mgui.io.domestic.shapes.VolumeInputOptions
-
Uses of VolumeInputOptions in mgui.interfaces.neuro
Fields in mgui.interfaces.neuro declared as VolumeInputOptions Modifier and Type Field Description VolumeInputOptions
CorticalThicknessOptions. volume_options
Methods in mgui.interfaces.neuro that return VolumeInputOptions Modifier and Type Method Description protected VolumeInputOptions
CorticalThicknessDialogBox. getVolumeOptions()
-
Uses of VolumeInputOptions in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type VolumeInputOptions Modifier and Type Method Description boolean
InterfaceVolumePanel. loadVolume(Volume3DInt volume, java.lang.String column, VolumeFileLoader loader, VolumeInputOptions options, ProgressUpdater progress_bar)
-
Uses of VolumeInputOptions in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes that return VolumeInputOptions Modifier and Type Method Description VolumeInputOptions
VolumeFileLoader. getDefaultOptions()
Returns a default set of options for loading a volume with this loader.VolumeInputOptions
VolumeInputDialogBox. getOptions()
Methods in mgui.io.domestic.shapes with parameters of type VolumeInputOptions Modifier and Type Method Description Volume3DInt
VolumeFileLoader. getVolume3D(VolumeInputOptions options)
Creates and returns a grid based on the parameters inoptions
.Volume3DInt
VolumeFileLoader. getVolume3D(VolumeInputOptions options, int v, ProgressUpdater progress_bar)
Creates and returns a grid based on the metadata.protected Volume3DInt
VolumeFileLoader. getVolume3DCustom(VolumeInputOptions options, int v, ProgressUpdater progress_bar)
Creates and returns a grid based on the parameters inoptions
.Volume3DInt
VolumeFileLoader. loadVolume(VolumeInputOptions options, ProgressUpdater progress_bar)
Load the volume at the current file, with the given options.static Volume3DInt
VolumeInputDialogBox. loadVolume(VolumeInputOptions options, InterfaceIOPanel panel)
void
VolumeInputOptions. setFrom(VolumeInputOptions options)
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)
protected boolean
VolumeFileLoader. setVolume3DWorker(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
static Volume3DInt
VolumeInputDialogBox. showDialog(InterfaceIOPanel panel, VolumeInputOptions opts, boolean show_checks)
-
Uses of VolumeInputOptions in mgui.io.foreign.fsl
Methods in mgui.io.foreign.fsl with parameters of type VolumeInputOptions Modifier and Type Method Description protected boolean
FSLVolumeLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of VolumeInputOptions in mgui.io.foreign.interfile
Methods in mgui.io.foreign.interfile with parameters of type VolumeInputOptions Modifier and Type Method Description protected boolean
InterfileLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of VolumeInputOptions in mgui.io.foreign.vol
Methods in mgui.io.foreign.vol with parameters of type VolumeInputOptions Modifier and Type Method Description boolean
VolFileLoader. setVolume3D(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
Fills a grid with this file's data.protected boolean
VolFileLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of VolumeInputOptions in mgui.io.foreign.wunil
Methods in mgui.io.foreign.wunil with parameters of type VolumeInputOptions Modifier and Type Method Description boolean
WunilVolumeLoader. setVolume3DBlocking(Volume3DInt volume, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)
-
Uses of VolumeInputOptions in mgui.io.standard.nifti
Methods in mgui.io.standard.nifti with parameters of type VolumeInputOptions Modifier and Type Method Description protected boolean
NiftiVolumeLoader. setVolume3DBlocking(Volume3DInt volume3d, java.lang.String column, int v, VolumeInputOptions options, ProgressUpdater progress)