Package mgui.io.standard.gifti
Class GiftiInputOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.ShapeInputOptions
mgui.io.domestic.shapes.SurfaceInputOptions
mgui.io.standard.gifti.GiftiInputOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class GiftiInputOptions extends SurfaceInputOptions
Options specific for Gifti surfaces.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
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 boolean
apply_transforms
Mesh3DInt
current_mesh
boolean
load_topo_file
Fields inherited from class mgui.io.domestic.shapes.SurfaceInputOptions
displayPanel, files, merge_name, merge_shapes, names, shapeSet
Fields inherited from class mgui.io.domestic.shapes.ShapeInputOptions
shape, shape_set
-
Constructor Summary
Constructors Constructor Description GiftiInputOptions()
-
Method Summary
Methods inherited from class mgui.io.domestic.shapes.SurfaceInputOptions
getDisplayPanel, getFileChooser, getFileChooser, getFiles, setDisplayPanel, setFiles, setFromComplementaryOptions, setObject
Methods inherited from class mgui.io.domestic.shapes.ShapeInputOptions
setShapeSet
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, 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
-
apply_transforms
public boolean apply_transforms -
current_mesh
-
load_topo_file
public boolean load_topo_file
-
-
Constructor Details
-
GiftiInputOptions
public GiftiInputOptions()
-