Package mgui.io.foreign.freesurfer
Class FreesurferVertexDataInOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.shapes.SurfaceDataInputOptions
mgui.io.foreign.freesurfer.FreesurferVertexDataInOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject,XMLObject
public class FreesurferVertexDataInOptions extends SurfaceDataInputOptions
Options for FreesurferVertexDataLoader. Format specifies which type to expect when loading.
Default is dense1 (old curvature format). Dense2 = new curv format.
See: http://www.grahamwideman.com/gw/brain/fs/surfacefileformats.htm.
See: http://surfer.nmr.mgh.harvard.edu/fswiki/LabelsClutsAnnotationFiles.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFreesurferVertexDataInOptions.FormatNested classes/interfaces inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
SurfaceDataInputOptions.DataTypeNested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType -
Field Summary
Fields Modifier and Type Field Description ColourMapcolour_mapbooleanfail_on_bad_rgbprotected FreesurferVertexDataInOptions.Formatformatbooleanload_colour_mapdoublemissing_valueFields inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
data_type, files, mesh, names -
Constructor Summary
Constructors Constructor Description FreesurferVertexDataInOptions()FreesurferVertexDataInOptions(FreesurferVertexDataInOptions.Format format) -
Method Summary
Modifier and Type Method Description FreesurferVertexDataInOptions.FormatgetFormat()voidsetFormat(FreesurferVertexDataInOptions.Format format)Methods inherited from class mgui.io.domestic.shapes.SurfaceDataInputOptions
getFileChooser, getFileChooser, getFiles, setFiles, setObjectMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, 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
-
colour_map
-
load_colour_map
public boolean load_colour_map -
missing_value
public double missing_value -
fail_on_bad_rgb
public boolean fail_on_bad_rgb
-
-
Constructor Details
-
FreesurferVertexDataInOptions
public FreesurferVertexDataInOptions() -
FreesurferVertexDataInOptions
-
-
Method Details
-
getFormat
-
setFormat
-