Uses of Class
mgui.io.InterfaceIOOptions
-
Uses of InterfaceIOOptions in mgui.datasources
Methods in mgui.datasources that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptions
DataSourceDriver. getLoaderOptions()
InterfaceIOOptions
DataSourceDriver. getWriterOptions()
Methods in mgui.datasources with parameters of type InterfaceIOOptions Modifier and Type Method Description void
DataSourceDriver. setLoaderOptions(InterfaceIOOptions options)
void
DataSourceDriver. setWriterOptions(InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.interfaces.io
Fields in mgui.interfaces.io declared as InterfaceIOOptions Modifier and Type Field Description protected InterfaceIOOptions
InterfaceIODialogBox. options
Fields in mgui.interfaces.io with type parameters of type InterfaceIOOptions Modifier and Type Field Description protected java.lang.Class<InterfaceIOOptions>
InterfaceIOType. options
Methods in mgui.interfaces.io that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptions
PersistentObject. getLoaderOptions()
Returns the options used to last load this object, if availableInterfaceIOOptions
InterfaceIOType. getOptionsInstance()
Returns an instance ofInterfaceIOOptions
appropriate for this IO type.InterfaceIOOptions
PersistentObject. getWriterOptions()
Returns the options used to last write this object, if availableMethods in mgui.interfaces.io with parameters of type InterfaceIOOptions Modifier and Type Method Description InterfaceIODialogBox
InterfaceIOType. getDialogInstance(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
Returns an instance of the dialog box associated with this I/O type.boolean
InterfaceIOType. isCompatibleOptions(InterfaceIOOptions options)
Determines whetheroptions
is compatible with this typevoid
PersistentObject. setLoaderOptions(InterfaceIOOptions options)
Sets the options used to last load this object; can benull
.void
InterfaceIODialogBox. setOptions(InterfaceIOOptions options)
void
PersistentObject. setWriterOptions(InterfaceIOOptions options)
Sets the options used to last write this object; can benull
.Method parameters in mgui.interfaces.io with type arguments of type InterfaceIOOptions Modifier and Type Method Description void
InterfaceIOType. setOptions(java.lang.Class<InterfaceIOOptions> options)
Constructors in mgui.interfaces.io with parameters of type InterfaceIOOptions Constructor Description InterfaceIODialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
-
Uses of InterfaceIOOptions in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as InterfaceIOOptions Modifier and Type Field Description protected InterfaceIOOptions
InterfaceShape. loader_options
protected InterfaceIOOptions
InterfaceShape. writer_options
Methods in mgui.interfaces.shapes that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptions
InterfaceShape. getLoaderOptions()
InterfaceIOOptions
InterfaceShape. getWriterOptions()
Methods in mgui.interfaces.shapes with parameters of type InterfaceIOOptions Modifier and Type Method Description void
InterfaceShape. setLoaderOptions(InterfaceIOOptions options)
void
InterfaceShape. setWriterOptions(InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io
Subclasses of InterfaceIOOptions in mgui.io Modifier and Type Class Description class
DefaultIOOptions
Implements a default IO options object, specifying files and a generic file chooser.Fields in mgui.io declared as InterfaceIOOptions Modifier and Type Field Description protected InterfaceIOOptions
FileLoader. options
protected InterfaceIOOptions
FileWriter. options
Methods in mgui.io that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptions
FileLoader. getOptions()
InterfaceIOOptions
FileWriter. getOptions()
InterfaceIOOptions
InterfaceIO. getOptions()
Gets theInterfaceIOOptions
specifying this I/O operation, if options have been set; otherwise returnsnull
.Methods in mgui.io with parameters of type InterfaceIOOptions Modifier and Type Method Description abstract boolean
FileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Loads data from the set of files or URLs specified byoptions
.java.lang.Object
FileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.java.lang.Object
FileLoader. loadObject(InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.void
InterfaceIOOptions. setFromComplementaryOptions(InterfaceIOOptions options)
Sets the values of this object from those ofoptions
, defined for its complementary I/O interface.void
FileLoader. setOptions(InterfaceIOOptions options)
void
FileWriter. setOptions(InterfaceIOOptions options)
void
InterfaceIO. setOptions(InterfaceIOOptions options)
Sets theInterfaceIOOptions
specifying this I/O operationabstract boolean
FileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Writes this object according to the givenoptions
. -
Uses of InterfaceIOOptions in mgui.io.domestic
Subclasses of InterfaceIOOptions in mgui.io.domestic Modifier and Type Class Description class
WorkspaceOutputOptions
Specifies options for writing a workspace (i.e., an instance ofInterfaceWorkspace
) to XML.Methods in mgui.io.domestic with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
WorkspaceWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.domestic.datasources
Subclasses of InterfaceIOOptions in mgui.io.domestic.datasources Modifier and Type Class Description class
DataSourceOutOptions
Specifies options for writing a Data Source to file.class
ExportDataTableExcelOptions
Options for exporting data from aDataSourceItem
to a Microsoft Excel format file.class
ExportDataTableOptions
Options for exporting data from a data source to an external file format.class
ExportDataTableTextOptions
Options for exporting data from a data source to a delimited text file.class
ImportDataTableOptions
Specifies options for importing data to a data source table.class
ImportDataTableTextOptions
Specifies options for importing data from a text file to a data source table.Methods in mgui.io.domestic.datasources with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
DataSourceDriverLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
DataSourceLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
ImportDataTableTextLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
DataSourceDriverLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
DataSourceLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
ImportDataTableTextLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
DataSourceDriverWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
DataSourceWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)
boolean
ExportDataTableWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.domestic.datasources with parameters of type InterfaceIOOptions Constructor Description ExportDataTableDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
ImportDataTableDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.domestic.graphs
Subclasses of InterfaceIOOptions in mgui.io.domestic.graphs Modifier and Type Class Description class
GraphInputOptions
General options for loading a graphclass
GraphOutputOptions
General options for writing a graph to file.Methods in mgui.io.domestic.graphs with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
GraphFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
GraphFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
GraphFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.domestic.maps
Subclasses of InterfaceIOOptions in mgui.io.domestic.maps Modifier and Type Class Description class
DiscreteColourMapInOptions
Options for inputting a DiscreteColourMap.class
DiscreteColourMapOutOptions
Options for outputting a DiscreteColourMap.class
NameMapInOptions
class
NameMapOutOptions
Specifies options for writing a name map (or multiple name maps) to file.Methods in mgui.io.domestic.maps with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
ColourMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
ContinuousColourMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
DiscreteColourMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
NameMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
ColourMap
ColourMapLoader. loadMap(InterfaceIOOptions options)
java.lang.Object
ColourMapLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
NameMapLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
ContinuousColourMapWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
DiscreteColourMapWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
NameMapWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.domestic.maps with parameters of type InterfaceIOOptions Constructor Description DiscreteColourMapInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
DiscreteColourMapOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
NameMapOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.domestic.network
Subclasses of InterfaceIOOptions in mgui.io.domestic.network Modifier and Type Class Description class
CorticalNetworkMatrixInOptions
Inputs a matrix as a weighted cortical network.Methods in mgui.io.domestic.network with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
CorticalNetworkMatrixLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
CorticalNetworkMatrixLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Constructors in mgui.io.domestic.network with parameters of type InterfaceIOOptions Constructor Description CorticalNetworkMatrixInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
-
Uses of InterfaceIOOptions in mgui.io.domestic.pipelines
Subclasses of InterfaceIOOptions in mgui.io.domestic.pipelines Modifier and Type Class Description class
PipelineInputOptions
Options for loading a pipeline or multiple pipelines.class
PipelineOutputOptions
Methods in mgui.io.domestic.pipelines with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
PipelineLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
PipelineProcessLibraryLoader. load(InterfaceIOOptions options, ProgressUpdater progressBar)
PipelineProcessLibrary
PipelineProcessLibraryLoader. loadLibrary(ProgressUpdater progress, InterfaceIOOptions options)
java.lang.Object
PipelineLoader. loadObject(ProgressUpdater progressBar, InterfaceIOOptions options)
java.lang.Object
PipelineProcessLibraryLoader. loadObject(ProgressUpdater progressBar, InterfaceIOOptions options)
boolean
PipelineProcessLibraryWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)
boolean
PipelineWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)
-
Uses of InterfaceIOOptions in mgui.io.domestic.printing
Subclasses of InterfaceIOOptions in mgui.io.domestic.printing Modifier and Type Class Description class
StlOutputOptions
Options defining an output operation to STL format.Methods in mgui.io.domestic.printing with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
StlWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.domestic.shapes
Subclasses of InterfaceIOOptions in mgui.io.domestic.shapes Modifier and Type Class Description class
Graph3DOutputOptions
Output options for a Graph3DWriterclass
PointSet2DInputOptions
Options for loading a PointSet2DInt object.class
PointSet3DDataInputOptions
class
PointSet3DInputOptions
Options for loading a PointSet3DInt object.class
PolygonSet3DInputOptions
Options for loading a PolygonSet3DInt object.class
ShapeDataInputOptions
Options for loading vertex-wise data into a shape.class
ShapeInputOptions
Options for loading an InterfaceShape object.class
ShapeModel3DInputOptions
Options for loading a ShapeModel3D object.class
ShapeModel3DOutputOptions
Specifies options for writing aShapeModel3D
object to XML.class
ShapeOutputOptions
Output options for an InterfaceShapeWriter.class
SurfaceDataInputOptions
class
SurfaceDataOutputOptions
Options for outputting surface data to a text file (single column)class
SurfaceInputOptions
Options for inputting a Mesh3DInt object.class
SurfaceOutputOptions
Standard options for writing a surface to file.class
VectorSet3DInputOptions
Options for loading a VectorSet3DInt object.class
VolumeInputOptions
Options specifying a Volume3DInt object.class
VolumeOutputOptions
Specifies options for outputting aVolume3DInt
to persistent storage.Methods in mgui.io.domestic.shapes with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
InterfaceShapeLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
Point2DShapeLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
PointSet2DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
PointSet3DDataLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
PointSet3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
PolygonSet3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
ShapeDataLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
ShapeModel3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
SurfaceDataFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
SurfaceFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
VectorSet3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
VolumeFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
InterfaceShapeLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
Point2DShapeLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
PointSet3DDataLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
PointSet3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
PolygonSet3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
ShapeDataLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
ShapeModel3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
SurfaceDataFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
SurfaceFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
VectorSet3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
VolumeFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Mesh3DInt
Mesh3DLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
abstract Mesh3DInt
SurfaceFileLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
Loads a single surface from the appropriate source.void
SurfaceInputOptions. setFromComplementaryOptions(InterfaceIOOptions options)
void
VolumeInputOptions. setFromComplementaryOptions(InterfaceIOOptions options)
void
VolumeOutputOptions. setFromComplementaryOptions(InterfaceIOOptions options)
boolean
Graph3DWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
ShapeModel3DWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
ShapeXmlWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
SurfaceDataFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
SurfaceFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
VolumeFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
Mesh3DWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
abstract boolean
SurfaceFileWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
Writemesh
with thisFileWriter
.boolean
SurfaceFileWriter. writeSurfaces(java.util.ArrayList<Mesh3DInt> meshes, InterfaceIOOptions options, ProgressUpdater progress_bar)
Writemeshes
with thisFileWriter
. -
Uses of InterfaceIOOptions in mgui.io.domestic.variables
Subclasses of InterfaceIOOptions in mgui.io.domestic.variables Modifier and Type Class Description class
MatrixInOptions
Options for loading a matrix from file.class
MatrixOutOptions
class
StringVectorInOptions
Options for reading an array ofString
objects into aStringVectorInt
instance.Methods in mgui.io.domestic.variables with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
MatrixFileLoader. load(InterfaceIOOptions _options, ProgressUpdater progress_bar)
boolean
MatrixTransformLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
StringVectorLoader. load(InterfaceIOOptions _options, ProgressUpdater progress_bar)
java.lang.Object
DefaultMatrixFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
MatrixTransformLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
StringVectorLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
DefaultMatrixFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.domestic.variables with parameters of type InterfaceIOOptions Constructor Description MatrixInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
-
Uses of InterfaceIOOptions in mgui.io.domestic.videos
Subclasses of InterfaceIOOptions in mgui.io.domestic.videos Modifier and Type Class Description class
ImageStackVideoOptions
Options for a video stack output operation; i.e., vis ImageStackVideoWriter.class
VideoInputOptions
class
VideoOutputOptions
Methods in mgui.io.domestic.videos with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
VideoLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
VideoXMLLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
VideoWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.domestic.views
Subclasses of InterfaceIOOptions in mgui.io.domestic.views Modifier and Type Class Description class
View3DInputOptions
Options for loading View3D objects.class
View3DOutputOptions
Options for writing a set of View3D objects to file.Methods in mgui.io.domestic.views with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
View3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
View3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
View3DWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.domestic.views with parameters of type InterfaceIOOptions Constructor Description View3DOutputDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.camino
Methods in mgui.io.foreign.camino with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
CaminoPipelineLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaminoProjectLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
CaminoPipelineLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
java.lang.Object
CaminoProjectLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
CaminoPipelineWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaminoProjectWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.foreign.caret
Subclasses of InterfaceIOOptions in mgui.io.foreign.caret Modifier and Type Class Description class
CaretAreaColourInOptions
class
CaretAreaColourOutputOptions
Options for outputting aDiscreteColourMap
as a Caret areacolor file.class
CaretMetricInOptions
class
CaretMetricOptions
Options for a Caret metric file.class
CaretPaintInOptions
class
CaretPaintOutOptions
class
CaretSurfaceInOptions
Options specifying how to read a Caret surfaceclass
CaretSurfaceOutOptions
Methods in mgui.io.foreign.caret with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
CaretAreaColourLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaretMetricLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaretPaintLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaretSurfaceLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
CaretMetricLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Mesh3DInt
CaretSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
CaretAreaColourWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)
boolean
CaretPaintWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaretSurfaceWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
CaretSurfaceWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.foreign.caret with parameters of type InterfaceIOOptions Constructor Description CaretAreaColourInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretAreaColourOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
CaretMetricInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretPaintInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretSurfaceInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
CaretSurfaceOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.duff
Methods in mgui.io.foreign.duff with parameters of type InterfaceIOOptions Modifier and Type Method Description Mesh3DInt
DuffSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.freesurfer
Subclasses of InterfaceIOOptions in mgui.io.foreign.freesurfer Modifier and Type Class Description class
FreesurferSurfaceOutputOptions
Options for a FreesurferSurfaceWriter.class
FreesurferVertexDataInOptions
Options for FreesurferVertexDataLoader.Methods in mgui.io.foreign.freesurfer with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
FreesurferVertexDataLoader. load(InterfaceIOOptions _options, ProgressUpdater progress_bar)
Mesh3DInt
FreesurferSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
FreesurferSurfaceWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
protected boolean
FreesurferSurfaceWriter. writeSurfaceAscii(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.foreign.freesurfer with parameters of type InterfaceIOOptions Constructor Description FreesurferVertexDataDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.fsl
Methods in mgui.io.foreign.fsl with parameters of type InterfaceIOOptions Modifier and Type Method Description Mesh3DInt
FSLSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.minc
Subclasses of InterfaceIOOptions in mgui.io.foreign.minc Modifier and Type Class Description class
MincSurfaceDataInOptions
class
MincSurfaceDataOutOptions
Methods in mgui.io.foreign.minc with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
MincSurfaceDataLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
boolean
MincTransformLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
MincTransformLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Mesh3DInt
MincSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
MincSurfaceWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.foreign.minc with parameters of type InterfaceIOOptions Constructor Description MincSurfaceDataOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.pajek
Subclasses of InterfaceIOOptions in mgui.io.foreign.pajek Modifier and Type Class Description class
PajekGraphInputOptions
Options for Pajek graph input.Methods in mgui.io.foreign.pajek with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
PajekGraphLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.foreign.pajek with parameters of type InterfaceIOOptions Constructor Description PajekGraphInputDialog(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.foreign.vol
Subclasses of InterfaceIOOptions in mgui.io.foreign.vol Modifier and Type Class Description class
Volume4DInputOptions
class
VolumeInputOptions
-
Uses of InterfaceIOOptions in mgui.io.foreign.wavefront
Methods in mgui.io.foreign.wavefront with parameters of type InterfaceIOOptions Modifier and Type Method Description Mesh3DInt
WavefrontSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
WavefrontSurfaceWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.standard.gifti
Subclasses of InterfaceIOOptions in mgui.io.standard.gifti Modifier and Type Class Description class
GiftiInputOptions
Options specific for Gifti surfaces.class
GiftiOutputOptions
Options for writing a surface to a Gifti format file.Methods in mgui.io.standard.gifti with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
GiftiSurfaceLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Mesh3DInt
GiftiSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)
boolean
GiftiSurfaceWriter. writeSurface(Mesh3DInt mesh_int, InterfaceIOOptions options, ProgressUpdater progress_bar)
Constructors in mgui.io.standard.gifti with parameters of type InterfaceIOOptions Constructor Description GiftiSurfaceInDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions opts)
GiftiSurfaceOutDialogBox(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.standard.imaging
Methods in mgui.io.standard.imaging with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
ImageFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
java.lang.Object
ImageFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
-
Uses of InterfaceIOOptions in mgui.io.standard.json
Methods in mgui.io.standard.json with parameters of type InterfaceIOOptions Modifier and Type Method Description boolean
JsonFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)
com.google.gson.JsonObject
JsonFileLoader. loadObject(InterfaceIOOptions options, ProgressUpdater progress_bar)
-
Uses of InterfaceIOOptions in mgui.io.standard.xml
Subclasses of InterfaceIOOptions in mgui.io.standard.xml Modifier and Type Class Description class
XMLOutputOptions
Specifies options for writing an XML object (i.e., an instance ofXMLObject
).Fields in mgui.io.standard.xml declared as InterfaceIOOptions Modifier and Type Field Description InterfaceIOOptions
XMLOutputOptions. io_options
-
Uses of InterfaceIOOptions in mgui.io.standard.xml.x3d
Subclasses of InterfaceIOOptions in mgui.io.standard.xml.x3d Modifier and Type Class Description class
Vector3DInputOptions