Uses of Class
mgui.io.InterfaceIOOptions
-
Uses of InterfaceIOOptions in mgui.datasources
Methods in mgui.datasources that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptionsDataSourceDriver. getLoaderOptions()InterfaceIOOptionsDataSourceDriver. getWriterOptions()Methods in mgui.datasources with parameters of type InterfaceIOOptions Modifier and Type Method Description voidDataSourceDriver. setLoaderOptions(InterfaceIOOptions options)voidDataSourceDriver. setWriterOptions(InterfaceIOOptions options) -
Uses of InterfaceIOOptions in mgui.interfaces.io
Fields in mgui.interfaces.io declared as InterfaceIOOptions Modifier and Type Field Description protected InterfaceIOOptionsInterfaceIODialogBox. optionsFields in mgui.interfaces.io with type parameters of type InterfaceIOOptions Modifier and Type Field Description protected java.lang.Class<InterfaceIOOptions>InterfaceIOType. optionsMethods in mgui.interfaces.io that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptionsPersistentObject. getLoaderOptions()Returns the options used to last load this object, if availableInterfaceIOOptionsInterfaceIOType. getOptionsInstance()Returns an instance ofInterfaceIOOptionsappropriate for this IO type.InterfaceIOOptionsPersistentObject. 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 InterfaceIODialogBoxInterfaceIOType. getDialogInstance(javax.swing.JFrame frame, InterfaceIOPanel panel, InterfaceIOOptions options)Returns an instance of the dialog box associated with this I/O type.booleanInterfaceIOType. isCompatibleOptions(InterfaceIOOptions options)Determines whetheroptionsis compatible with this typevoidPersistentObject. setLoaderOptions(InterfaceIOOptions options)Sets the options used to last load this object; can benull.voidInterfaceIODialogBox. setOptions(InterfaceIOOptions options)voidPersistentObject. 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 voidInterfaceIOType. 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 InterfaceIOOptionsInterfaceShape. loader_optionsprotected InterfaceIOOptionsInterfaceShape. writer_optionsMethods in mgui.interfaces.shapes that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptionsInterfaceShape. getLoaderOptions()InterfaceIOOptionsInterfaceShape. getWriterOptions()Methods in mgui.interfaces.shapes with parameters of type InterfaceIOOptions Modifier and Type Method Description voidInterfaceShape. setLoaderOptions(InterfaceIOOptions options)voidInterfaceShape. setWriterOptions(InterfaceIOOptions options) -
Uses of InterfaceIOOptions in mgui.io
Subclasses of InterfaceIOOptions in mgui.io Modifier and Type Class Description classDefaultIOOptionsImplements 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 InterfaceIOOptionsFileLoader. optionsprotected InterfaceIOOptionsFileWriter. optionsMethods in mgui.io that return InterfaceIOOptions Modifier and Type Method Description InterfaceIOOptionsFileLoader. getOptions()InterfaceIOOptionsFileWriter. getOptions()InterfaceIOOptionsInterfaceIO. getOptions()Gets theInterfaceIOOptionsspecifying 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 booleanFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)Loads data from the set of files or URLs specified byoptions.java.lang.ObjectFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)Loads data into an instance of the object corresponding to this loader.java.lang.ObjectFileLoader. loadObject(InterfaceIOOptions options)Loads data into an instance of the object corresponding to this loader.voidInterfaceIOOptions. setFromComplementaryOptions(InterfaceIOOptions options)Sets the values of this object from those ofoptions, defined for its complementary I/O interface.voidFileLoader. setOptions(InterfaceIOOptions options)voidFileWriter. setOptions(InterfaceIOOptions options)voidInterfaceIO. setOptions(InterfaceIOOptions options)Sets theInterfaceIOOptionsspecifying this I/O operationabstract booleanFileWriter. 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 classWorkspaceOutputOptionsSpecifies 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 booleanWorkspaceWriter. 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 classDataSourceOutOptionsSpecifies options for writing a Data Source to file.classExportDataTableExcelOptionsOptions for exporting data from aDataSourceItemto a Microsoft Excel format file.classExportDataTableOptionsOptions for exporting data from a data source to an external file format.classExportDataTableTextOptionsOptions for exporting data from a data source to a delimited text file.classImportDataTableOptionsSpecifies options for importing data to a data source table.classImportDataTableTextOptionsSpecifies 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 booleanDataSourceDriverLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanDataSourceLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanImportDataTableTextLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectDataSourceDriverLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectDataSourceLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectImportDataTableTextLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanDataSourceDriverWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanDataSourceWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)booleanExportDataTableWriter. 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 classGraphInputOptionsGeneral options for loading a graphclassGraphOutputOptionsGeneral options for writing a graph to file.Methods in mgui.io.domestic.graphs with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanGraphFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectGraphFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanGraphFileWriter. 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 classDiscreteColourMapInOptionsOptions for inputting a DiscreteColourMap.classDiscreteColourMapOutOptionsOptions for outputting a DiscreteColourMap.classNameMapInOptionsclassNameMapOutOptionsSpecifies 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 booleanColourMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanContinuousColourMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanDiscreteColourMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanNameMapLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)ColourMapColourMapLoader. loadMap(InterfaceIOOptions options)java.lang.ObjectColourMapLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectNameMapLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanContinuousColourMapWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanDiscreteColourMapWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanNameMapWriter. 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 classCorticalNetworkMatrixInOptionsInputs a matrix as a weighted cortical network.Methods in mgui.io.domestic.network with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanCorticalNetworkMatrixLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectCorticalNetworkMatrixLoader. 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 classPipelineInputOptionsOptions for loading a pipeline or multiple pipelines.classPipelineOutputOptionsMethods in mgui.io.domestic.pipelines with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanPipelineLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanPipelineProcessLibraryLoader. load(InterfaceIOOptions options, ProgressUpdater progressBar)PipelineProcessLibraryPipelineProcessLibraryLoader. loadLibrary(ProgressUpdater progress, InterfaceIOOptions options)java.lang.ObjectPipelineLoader. loadObject(ProgressUpdater progressBar, InterfaceIOOptions options)java.lang.ObjectPipelineProcessLibraryLoader. loadObject(ProgressUpdater progressBar, InterfaceIOOptions options)booleanPipelineProcessLibraryWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)booleanPipelineWriter. 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 classStlOutputOptionsOptions defining an output operation to STL format.Methods in mgui.io.domestic.printing with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanStlWriter. 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 classGraph3DOutputOptionsOutput options for a Graph3DWriterclassPointSet2DInputOptionsOptions for loading a PointSet2DInt object.classPointSet3DDataInputOptionsclassPointSet3DInputOptionsOptions for loading a PointSet3DInt object.classPolygonSet3DInputOptionsOptions for loading a PolygonSet3DInt object.classShapeDataInputOptionsOptions for loading vertex-wise data into a shape.classShapeInputOptionsOptions for loading an InterfaceShape object.classShapeModel3DInputOptionsOptions for loading a ShapeModel3D object.classShapeModel3DOutputOptionsSpecifies options for writing aShapeModel3Dobject to XML.classShapeOutputOptionsOutput options for an InterfaceShapeWriter.classSurfaceDataInputOptionsclassSurfaceDataOutputOptionsOptions for outputting surface data to a text file (single column)classSurfaceInputOptionsOptions for inputting a Mesh3DInt object.classSurfaceOutputOptionsStandard options for writing a surface to file.classVectorSet3DInputOptionsOptions for loading a VectorSet3DInt object.classVolumeInputOptionsOptions specifying a Volume3DInt object.classVolumeOutputOptionsSpecifies options for outputting aVolume3DIntto persistent storage.Methods in mgui.io.domestic.shapes with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanInterfaceShapeLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanPoint2DShapeLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanPointSet2DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanPointSet3DDataLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanPointSet3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanPolygonSet3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanShapeDataLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanShapeModel3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanSurfaceDataFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanSurfaceFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanVectorSet3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanVolumeFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectInterfaceShapeLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectPoint2DShapeLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectPointSet3DDataLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectPointSet3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectPolygonSet3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectShapeDataLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectShapeModel3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectSurfaceDataFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectSurfaceFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectVectorSet3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectVolumeFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)Mesh3DIntMesh3DLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)abstract Mesh3DIntSurfaceFileLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)Loads a single surface from the appropriate source.voidSurfaceInputOptions. setFromComplementaryOptions(InterfaceIOOptions options)voidVolumeInputOptions. setFromComplementaryOptions(InterfaceIOOptions options)voidVolumeOutputOptions. setFromComplementaryOptions(InterfaceIOOptions options)booleanGraph3DWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanShapeModel3DWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanShapeXmlWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanSurfaceDataFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanSurfaceFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanVolumeFileWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanMesh3DWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)abstract booleanSurfaceFileWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)Writemeshwith thisFileWriter.booleanSurfaceFileWriter. writeSurfaces(java.util.ArrayList<Mesh3DInt> meshes, InterfaceIOOptions options, ProgressUpdater progress_bar)Writemesheswith thisFileWriter. -
Uses of InterfaceIOOptions in mgui.io.domestic.variables
Subclasses of InterfaceIOOptions in mgui.io.domestic.variables Modifier and Type Class Description classMatrixInOptionsOptions for loading a matrix from file.classMatrixOutOptionsclassStringVectorInOptionsOptions for reading an array ofStringobjects into aStringVectorIntinstance.Methods in mgui.io.domestic.variables with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanMatrixFileLoader. load(InterfaceIOOptions _options, ProgressUpdater progress_bar)booleanMatrixTransformLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanStringVectorLoader. load(InterfaceIOOptions _options, ProgressUpdater progress_bar)java.lang.ObjectDefaultMatrixFileLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectMatrixTransformLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectStringVectorLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanDefaultMatrixFileWriter. 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 classImageStackVideoOptionsOptions for a video stack output operation; i.e., vis ImageStackVideoWriter.classVideoInputOptionsclassVideoOutputOptionsMethods in mgui.io.domestic.videos with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanVideoLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectVideoXMLLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanVideoWriter. 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 classView3DInputOptionsOptions for loading View3D objects.classView3DOutputOptionsOptions 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 booleanView3DLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectView3DLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanView3DWriter. 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 booleanCaminoPipelineLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaminoProjectLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectCaminoPipelineLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)java.lang.ObjectCaminoProjectLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanCaminoPipelineWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaminoProjectWriter. 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 classCaretAreaColourInOptionsclassCaretAreaColourOutputOptionsOptions for outputting aDiscreteColourMapas a Caret areacolor file.classCaretMetricInOptionsclassCaretMetricOptionsOptions for a Caret metric file.classCaretPaintInOptionsclassCaretPaintOutOptionsclassCaretSurfaceInOptionsOptions specifying how to read a Caret surfaceclassCaretSurfaceOutOptionsMethods in mgui.io.foreign.caret with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanCaretAreaColourLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaretMetricLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaretPaintLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaretSurfaceLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectCaretMetricLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)Mesh3DIntCaretSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanCaretAreaColourWriter. write(InterfaceIOOptions options, ProgressUpdater progressBar)booleanCaretPaintWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaretSurfaceWriter. write(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanCaretSurfaceWriter. 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 Mesh3DIntDuffSurfaceLoader. 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 classFreesurferSurfaceOutputOptionsOptions for a FreesurferSurfaceWriter.classFreesurferVertexDataInOptionsOptions for FreesurferVertexDataLoader.Methods in mgui.io.foreign.freesurfer with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanFreesurferVertexDataLoader. load(InterfaceIOOptions _options, ProgressUpdater progress_bar)Mesh3DIntFreesurferSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanFreesurferSurfaceWriter. writeSurface(Mesh3DInt mesh, InterfaceIOOptions options, ProgressUpdater progress_bar)protected booleanFreesurferSurfaceWriter. 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 Mesh3DIntFSLSurfaceLoader. 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 classMincSurfaceDataInOptionsclassMincSurfaceDataOutOptionsMethods in mgui.io.foreign.minc with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanMincSurfaceDataLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)booleanMincTransformLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectMincTransformLoader. loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)Mesh3DIntMincSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanMincSurfaceWriter. 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 classPajekGraphInputOptionsOptions for Pajek graph input.Methods in mgui.io.foreign.pajek with parameters of type InterfaceIOOptions Modifier and Type Method Description booleanPajekGraphLoader. 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 classVolume4DInputOptionsclassVolumeInputOptions -
Uses of InterfaceIOOptions in mgui.io.foreign.wavefront
Methods in mgui.io.foreign.wavefront with parameters of type InterfaceIOOptions Modifier and Type Method Description Mesh3DIntWavefrontSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanWavefrontSurfaceWriter. 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 classGiftiInputOptionsOptions specific for Gifti surfaces.classGiftiOutputOptionsOptions 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 booleanGiftiSurfaceLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)Mesh3DIntGiftiSurfaceLoader. loadSurface(ProgressUpdater progress_bar, InterfaceIOOptions options)booleanGiftiSurfaceWriter. 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 booleanImageFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)java.lang.ObjectImageFileLoader. 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 booleanJsonFileLoader. load(InterfaceIOOptions options, ProgressUpdater progress_bar)com.google.gson.JsonObjectJsonFileLoader. 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 classXMLOutputOptionsSpecifies 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 InterfaceIOOptionsXMLOutputOptions. 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 classVector3DInputOptions