Package mgui.io.foreign.freesurfer
Class FreesurferSurfaceOutputOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceOutputOptions
mgui.io.foreign.freesurfer.FreesurferSurfaceOutputOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject,XMLObject
public class FreesurferSurfaceOutputOptions extends SurfaceOutputOptions
Options for a FreesurferSurfaceWriter.
- 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 java.nio.ByteOrderbyte_orderjava.lang.Stringcreate_stringintformatstatic intFORMAT_ASCIIstatic intFORMAT_BINARYFields inherited from class mgui.io.domestic.shapes.SurfaceOutputOptions
files, mesh, number_format -
Constructor Summary
Constructors Constructor Description FreesurferSurfaceOutputOptions() -
Method Summary
Methods inherited from class mgui.io.domestic.shapes.SurfaceOutputOptions
getDisplayPanel, getFileChooser, getFileChooser, getFiles, getXML, getXMLHeader, handleXMLElementStart, setDisplayPanel, setFiles, setObjectMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLString, setFromComplementaryOptions, 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
-
FORMAT_BINARY
public static final int FORMAT_BINARY- See Also:
- Constant Field Values
-
FORMAT_ASCII
public static final int FORMAT_ASCII- See Also:
- Constant Field Values
-
format
public int format -
byte_order
public java.nio.ByteOrder byte_order -
create_string
public java.lang.String create_string
-
-
Constructor Details
-
FreesurferSurfaceOutputOptions
public FreesurferSurfaceOutputOptions()
-