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 booleanapply_transformsMesh3DIntcurrent_meshbooleanload_topo_fileFields inherited from class mgui.io.domestic.shapes.SurfaceInputOptions
displayPanel, files, merge_name, merge_shapes, names, shapeSetFields 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, setObjectMethods inherited from class mgui.io.domestic.shapes.ShapeInputOptions
setShapeSetMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, writeXML, writeXML, writeXMLMethods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods 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()
-