Package mgui.io.foreign.vol
Class Volume4DInputOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.ShapeInputOptions
mgui.io.foreign.vol.VolumeInputOptions
mgui.io.foreign.vol.Volume4DInputOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class Volume4DInputOptions extends VolumeInputOptions
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description java.io.File[]
files
Fields inherited from class mgui.io.foreign.vol.VolumeInputOptions
colourMap, dataMax, dataMin, dataType, dynDataType, dynFormat, dynInputType, file, flipX, flipY, flipZ, format, FORMAT_ANALYZE, FORMAT_MINC, FORMAT_NIFTI, FORMAT_VOL, gridType, inputType, isDynamic, maxAlpha, minAlpha, SET_DYNAMIC, SET_VOLUME, setAlpha, setAxes, setDims, setGeom, setMax, setOrig, setType, TYPE_ABGR, TYPE_ARGB, TYPE_BGR, TYPE_BGRA, TYPE_CMAP, TYPE_INTENSITY, TYPE_RGB, TYPE_RGBA, volumes, xAxis, xDim, xGeom, xOrig, yAxis, yDim, yGeom, yOrig, zAxis, zDim, zGeom, zOrig
Fields inherited from class mgui.io.domestic.shapes.ShapeInputOptions
names, shape, shape_set
-
Constructor Summary
Constructors Constructor Description Volume4DInputOptions()
-
Method Summary
Modifier and Type Method Description void
setFrom(Volume4DInputOptions options)
Methods inherited from class mgui.io.foreign.vol.VolumeInputOptions
hasColourMap, setFrom
Methods inherited from class mgui.io.domestic.shapes.ShapeInputOptions
getFileChooser, getFileChooser, getFiles, setFiles, setObject, setShapeSet
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXML
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
files
public java.io.File[] files
-
-
Constructor Details
-
Volume4DInputOptions
public Volume4DInputOptions()
-
-
Method Details
-
setFrom
-