Uses of Interface
mgui.interfaces.shapes.volume.VolumeMetadata
Package | Description |
---|---|
mgui.interfaces.shapes.volume | |
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 VolumeMetadata in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type VolumeMetadata Modifier and Type Method Description void
VolumeMetadata. setFromMetadata(VolumeMetadata metadata)
Sets this metadata from another metadata object. -
Uses of VolumeMetadata in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes that return VolumeMetadata Modifier and Type Method Description abstract VolumeMetadata
VolumeFileLoader. getVolumeMetadata()
Returns a set of metadata describing the current volume file.Methods in mgui.io.domestic.shapes with parameters of type VolumeMetadata Modifier and Type Method Description abstract void
VolumeFileWriter. setVolumeMetadata(VolumeMetadata metadata)
Sets the metadata for this volume.Constructors in mgui.io.domestic.shapes with parameters of type VolumeMetadata Constructor Description VolumeInputOptions(VolumeMetadata metadata)
-
Uses of VolumeMetadata in mgui.io.foreign.fsl
Classes in mgui.io.foreign.fsl that implement VolumeMetadata Modifier and Type Class Description class
FSLVolumeMetadata
Metadata for a FSL-style volume file (mgh/mgz).Methods in mgui.io.foreign.fsl that return VolumeMetadata Modifier and Type Method Description VolumeMetadata
FSLVolumeLoader. getVolumeMetadata()
Methods in mgui.io.foreign.fsl with parameters of type VolumeMetadata Modifier and Type Method Description void
FSLVolumeMetadata. setFromMetadata(VolumeMetadata metadata)
-
Uses of VolumeMetadata in mgui.io.foreign.interfile
Methods in mgui.io.foreign.interfile that return VolumeMetadata Modifier and Type Method Description VolumeMetadata
InterfileLoader. getVolumeMetadata()
-
Uses of VolumeMetadata in mgui.io.foreign.vol
Methods in mgui.io.foreign.vol that return VolumeMetadata Modifier and Type Method Description VolumeMetadata
VolFileLoader. getVolumeMetadata()
-
Uses of VolumeMetadata in mgui.io.foreign.wunil
Classes in mgui.io.foreign.wunil that implement VolumeMetadata Modifier and Type Class Description class
WunilDataset
Extension ofNifti1Dataset
to allow data to be read from the WUNIL *.ifh format (used with Caret).Methods in mgui.io.foreign.wunil that return VolumeMetadata Modifier and Type Method Description VolumeMetadata
WunilVolumeLoader. getVolumeMetadata()
Methods in mgui.io.foreign.wunil with parameters of type VolumeMetadata Modifier and Type Method Description void
WunilDataset. setFromMetadata(VolumeMetadata metadata)
-
Uses of VolumeMetadata in mgui.io.standard.nifti
Classes in mgui.io.standard.nifti that implement VolumeMetadata Modifier and Type Class Description class
NiftiMetadata
Data structure to store header information for Analyze 7.5 format volume files.Methods in mgui.io.standard.nifti that return VolumeMetadata Modifier and Type Method Description VolumeMetadata
NiftiVolumeLoader. getVolumeMetadata()
Methods in mgui.io.standard.nifti with parameters of type VolumeMetadata Modifier and Type Method Description void
NiftiMetadata. setFromMetadata(VolumeMetadata metadata)
void
NiftiVolumeWriter. setVolumeMetadata(VolumeMetadata metadata)