Uses of Interface
mgui.resources.icons.IconObject
-
Uses of IconObject in mgui.datasources
Subinterfaces of IconObject in mgui.datasources Modifier and Type Interface Description interfaceDataSourceItemAn item (i.e., table or query) in aDataSource.Classes in mgui.datasources that implement IconObject Modifier and Type Class Description classDataConnectionSpecifies a basic JDBC database connection, including: JDBC driver URL Connection name File location Login Password //TODO implement security on thisclassDataQueryRepresents an SQL query.classDataSourceActs as a port into the JDBC interface.classDataTableGeneral data table object specifying the organization of data into fields.classDataTableSetObject stores a list of DataTable objects, all representing tables in a single DataSourceclassLinkedDataStream<T extends java.lang.Comparable<T>>Provides a link to a data source, using a unique field as the link field. -
Uses of IconObject in mgui.graphs.networks
Classes in mgui.graphs.networks that implement IconObject Modifier and Type Class Description classAbstractNetworkGraphA graph which explicitly represents a connected network. -
Uses of IconObject in mgui.interfaces
Classes in mgui.interfaces that implement IconObject Modifier and Type Class Description classInterfaceButtonPanelInterface panel displaying a list of tool-related buttons.classInterfaceComboPanelInterface panel allowing for the display of multiple interface panels, selected by a combo box.classInterfaceDisplayPanelMain interface panel for displaying data graphically.classInterfaceHideablePanelclassInterfaceListPanelclassInterfacePanelBase class for all Swing panels (i.e., extensions ofJPanel) to be show in an instance ofInterfaceDisplayPanel.classInterfaceSelectionPanelProvides an interface for creating and managing shape selection sets.classInterfaceSplitPanelDisplays twoInterfaceGraphicWindows, split either horizontally or vertically.classInterfaceStatusBarPanelInterface panel which acts as a status bar for a given instance ofInterfaceFrame.classInterfaceTabbedDisplayPanelThis class extendsInterfaceDisplayPanelin order to provide a tabbed window pane, similar to a typical web browser.classInterfaceWorkspaceA Workspace acts as a container for all data models and graphics windows.static classInterfaceWorkspace.CollectionTreeNode -
Uses of IconObject in mgui.interfaces.attributes
Classes in mgui.interfaces.attributes that implement IconObject Modifier and Type Class Description classAttributeListStores a list ofAttributeobjects, and provides methods to access and modify them, as well as set methods to intersect and union with other lists.classInterfaceAttributePanelPanel to display and modify a given AttributeList. -
Uses of IconObject in mgui.interfaces.attributes.video
Classes in mgui.interfaces.attributes.video that implement IconObject Modifier and Type Class Description classAttributeObjectVideoTaskDialogPanelPanel for defining an AttributeObjectTask. -
Uses of IconObject in mgui.interfaces.cocomac
Classes in mgui.interfaces.cocomac that implement IconObject Modifier and Type Class Description classInterfaceCoCoMacPanel -
Uses of IconObject in mgui.interfaces.console
Classes in mgui.interfaces.console that implement IconObject Modifier and Type Class Description classInterfaceConsoleDisplayWindow which displays console output. -
Uses of IconObject in mgui.interfaces.datasources
Classes in mgui.interfaces.datasources that implement IconObject Modifier and Type Class Description classInterfaceDatasourcePanelInterface panel for displaying, querying, and managing tables and queries in a connected data source. -
Uses of IconObject in mgui.interfaces.graphics
Classes in mgui.interfaces.graphics that implement IconObject Modifier and Type Class Description classInterfaceGraphic<T extends Tool>The base class for all graphical interface windows.classInterfaceGraphic2DGraphical interface window for display 2D shapes (Shape2DInt).classInterfaceGraphic3DInterface class for Java3D display.classInterfaceGraphicPanelPanel to define the display windows in InterfaceDisplayPanel, including: 1.classInterfaceGraphicWindowProvides a title for anInterfaceGraphicwindow, which is a button.classView3DRepresents a specific 3D view, defined by a frozenCamera3Dobject. -
Uses of IconObject in mgui.interfaces.graphics.util
Classes in mgui.interfaces.graphics.util that implement IconObject Modifier and Type Class Description classAxes3DRenders 3D axes on a 3D window. -
Uses of IconObject in mgui.interfaces.graphics.video
Classes in mgui.interfaces.graphics.video that implement IconObject Modifier and Type Class Description classRotateView3DTaskDialogPanelDialog panel for a RotateView3DTask.classSetView3DTaskDialogPanelDialog panel for a SetView3DTask.classVideoTaskDialogPanelA dialog defining aVideoTaskobject. -
Uses of IconObject in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement IconObject Modifier and Type Class Description classDefaultGraphDefault implementation of a Graph in ModelGUI.classInterfaceAbstractGraphAbstract representation of a Graph in modelGUI; extends Jung's SparseGraphclassInterfaceGraphDisplayDisplays graphs and allows user interaction with them.classInterfaceGraphDisplayTitle -
Uses of IconObject in mgui.interfaces.io
Classes in mgui.interfaces.io that implement IconObject Modifier and Type Class Description classInterfaceFilePanelInterfacePanelproviding a standard interface for input & output operations.classInterfaceIOTypeSpecifies an Input/Output interface object; e.g., file loaders or writers. -
Uses of IconObject in mgui.interfaces.layouts
Classes in mgui.interfaces.layouts that implement IconObject Modifier and Type Class Description classInterfaceLayoutPanelInterface panel allowing interaction with a 2D Layout object.classInterfaceLayoutWindowProvides a window panel which specifies (via InterfaceLayoutObject) and renders a layout containing graphical objects from existing windows or objects. -
Uses of IconObject in mgui.interfaces.maps
Classes in mgui.interfaces.maps that implement IconObject Modifier and Type Class Description classCamera3DRepresents a particular camera position in R3, defined by a center of rotation, line of sight vector, and a distance.classCamera3D.CameraLightSourceclassColourMapAbstract class for mapping values (instances ofComparable) to colours.classContinuousColourBarComponent displays a continuous colour map as a horizontal bar portraying the colour gradient between anchors.classContinuousColourMapMaps colours to values based upon a set of anchors (expressed on the range [0:1]) and an interpolator.classDiscreteColourMapColour map for discrete 1-to-1 mappings (integers to colours).classDiscreteColourMapLayoutLayout which displays a discrete colour map as a list of colour boxes, names, and optionally descriptions and indexes.classInterfaceMapPanelPanel to create and modify various maps, including colour maps and value maps.classNameMapAssociates a name with an integer. -
Uses of IconObject in mgui.interfaces.models
Classes in mgui.interfaces.models that implement IconObject Modifier and Type Class Description classInterfaceDynamicModelPanel -
Uses of IconObject in mgui.interfaces.neuro
Classes in mgui.interfaces.neuro that implement IconObject Modifier and Type Class Description classInterfaceCorticalThicknessPanelPanel providing an interface to cortical thickness databases and subject databases. -
Uses of IconObject in mgui.interfaces.neuro.imaging.camino
Classes in mgui.interfaces.neuro.imaging.camino that implement IconObject Modifier and Type Class Description classCaminoProcessExtendsJavaProcessspecifically for Camino processes.classInterfaceCaminoPanel -
Uses of IconObject in mgui.interfaces.pipelines
Classes in mgui.interfaces.pipelines that implement IconObject Modifier and Type Class Description classInterfacePipelinesPanelProvides a GUI for: creating, viewing, modifying, deleting, and executing pipelines. -
Uses of IconObject in mgui.interfaces.pipelines.libraries
Classes in mgui.interfaces.pipelines.libraries that implement IconObject Modifier and Type Class Description classPipelineProcessLibraryRepresents a collection ofPipelineProcesses, typically referring to the same underlying software library. -
Uses of IconObject in mgui.interfaces.plots
Classes in mgui.interfaces.plots that implement IconObject Modifier and Type Class Description classInterfacePlot<T extends MguiNumber>Represents an abstract plot object.classInterfacePlotDisplayGeneral graphic interface for all plots.classInterfacePlotMultiAllows the display of multiple plots in a single InterfacePlot panel.classInterfacePlotPanel -
Uses of IconObject in mgui.interfaces.plots.mgui
Classes in mgui.interfaces.plots.mgui that implement IconObject Modifier and Type Class Description classInterfacePlotMguiGeneral class for displaying ModelGUI plots.classMatrixImagePlotPlots a matrix as an image, with a specified colour map. -
Uses of IconObject in mgui.interfaces.plots.osp
Classes in mgui.interfaces.plots.osp that implement IconObject Modifier and Type Class Description classInterfacePlotOspGeneral class for displaying Open Source Physics (OSP) plots.classInterfaceStripChartDisplays an OSP StripChart; i.e., time vs. -
Uses of IconObject in mgui.interfaces.plots.sgt
Classes in mgui.interfaces.plots.sgt that implement IconObject Modifier and Type Class Description classInterfacePlotSgt<T extends SgtPlotObject<?>>Abstract class for displaying Scientific Graphics Toolkit (SGT) plots.classSgtMultilinePlotDisplays a line plot using the Scientific Graphics Toolkit (SGT) library.classSgtScatterplotDisplays an XY scatter plot using the Scientific Graphics Toolkit (SGT) library. -
Uses of IconObject in mgui.interfaces.projects
Classes in mgui.interfaces.projects that implement IconObject Modifier and Type Class Description classInterfaceProjectRepresents a modelGUI project, which specifies an organizational structure for persistent data related to a common project.classInterfaceProjectPanelPanel which provides a user interface for InterfaceProjects.classProjectDataItemSpecifies a data item in a modelGUI project, including its name, its I/O classes, and its filename form (a pattern identifying the location or URL of the item).classProjectDirectorySpecifies a project directory, including its subdirectories and all prespecified data items that it contains.classProjectInstanceSpecifies an element instance in a project (e.g., a subject). -
Uses of IconObject in mgui.interfaces.queries
Classes in mgui.interfaces.queries that implement IconObject Modifier and Type Class Description classInterfaceQueryInterface for a class which allows it to query a givenInterfaceQueryObject.classInterfaceQueryPanelProvides an interface for queries; selecting and launching query tools, displaying query results, etc. -
Uses of IconObject in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement IconObject Modifier and Type Class Description classBoolPolygon2DIntclassBox3DIntclassCircle2DIntclassEllipse2DIntInterface for aEllipse2Dshape.classImage2DIntDisplays an image inside a Rect2D shape.classImage3DIntDraws a rectangular planar image in R3.classInterfacePolygonPanelclassInterfaceSectionSetPanelUpdated version of InterfaceSectionSet that sets a current section set for a given Graphic2D window, and sets current sections for that window.classInterfaceShapeAbstract base class for all shape interfaces (ShapeInts).classInterfaceShape.VertexDataSetclassInterfaceShapesPanelInterface panel providing a GUI for general shape-related functions.classIntPolygon2DIntclassLine2DIntclassLPolygon2DIntLight 2D polygon with no attributes (attributes are assignable)classLPolygon3DIntclassMesh2DIntA 2D representation of aMesh3DIntobject.classMesh3DIntInterface for a Mesh3D shape.classPlane3DIntclassPoint2DIntclassPointSet2DIntShape interface for a set of 2D vertices.classPointSet3DIntShape interface for a set of 3D points.classPolygon2DIntInterface for a 2D polygon.classPolygon3DIntInterface for a 3D polygon object.classPolygonSet3DIntInterface for a set of 3D polygons.classRect2DIntRepresents a 2D rectangle.classRect3DIntclassSectionSet2DIntProvides a 2D representation of a 3D section set, where it intersects a particular plane.classSectionSet3DIntRepresents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.classShape2DIntBase class for all interfaces to 2D geometrical shapes.classShape2DSelectionSetclassShape3DIntBase class for allShape3Dinterface objects.classShapeModel3DThe top container for all shape interfaces.classShapeSet2DIntRepresents a set ofShape2DIntobjects.classShapeSet3DIntRepresents a set ofShape3DIntobjects.classShapeStatsPanelInterface panel for performing statistical procedures on shapes.classTensorVolume3DIntclassTestTextureIntclassText2DIntclassText2DIntMouseCoordsclassVector2DIntclassVector3DIntclassVectorSet3DIntclassVertexDataColumnEncapsulates a column of vertex-wise numerical data.classVolume2DInt2D sectional representation of a Volume3DInt.classVolume3DIntClass acting as interface to a volume shape, as defined by the Grid3D geometry class.classVolumeSet3DIntA set ofVolume3DIntobjects which render as an overlay image.classX3DScene3DInt -
Uses of IconObject in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement IconObject Modifier and Type Class Description classVolume4DIntVolume with 3 space and 1 time dimension. -
Uses of IconObject in mgui.interfaces.shapes.graphs
Classes in mgui.interfaces.shapes.graphs that implement IconObject Modifier and Type Class Description classGraph2DIntGraph shape represented in R2.classGraph3DIntRepresents a graph as a 3D shape. -
Uses of IconObject in mgui.interfaces.shapes.mesh
Classes in mgui.interfaces.shapes.mesh that implement IconObject Modifier and Type Class Description classInterfaceMeshPanelProvides an interface toMesh3DIntobjects. -
Uses of IconObject in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement IconObject Modifier and Type Class Description classCorticalHemisphereSet3DIntclassCorticalSurfaceSet3DIntRepresentation of a set of cortical surfaces, including grey matter (GM) interfaces with white matter (WM) and cerebrospinal fluid (CSF).classInterfaceNeuroMeshPanelclassInterfaceNeuroMeshPanel2 -
Uses of IconObject in mgui.interfaces.shapes.queries
Classes in mgui.interfaces.shapes.queries that implement IconObject Modifier and Type Class Description classInterfaceShapeQueryBase class for all shape queries.classShapeSummaryQueryExtension ofInterfaceShapeQueryto provide summary values for a shape, or a vertex selection within that shape. -
Uses of IconObject in mgui.interfaces.shapes.selection
Classes in mgui.interfaces.shapes.selection that implement IconObject Modifier and Type Class Description classInterfaceSelectionSetInterface panel providing user interaction with selection sets. -
Uses of IconObject in mgui.interfaces.shapes.video
Classes in mgui.interfaces.shapes.video that implement IconObject Modifier and Type Class Description classChangeSectionVideoTaskDialogPanelDialog panel for a ChangeSectionVideoTask. -
Uses of IconObject in mgui.interfaces.shapes.volume
Classes in mgui.interfaces.shapes.volume that implement IconObject Modifier and Type Class Description classGridVertexDataColumnVertex data column defined for aVolume3DInt.classInterfaceVolumePanelInterface panel which allows the user to interact with Volume3DInt objects.classInterfaceVolumeSetPanelPanel to provide an interface with a volume overlay set. -
Uses of IconObject in mgui.interfaces.tables
Classes in mgui.interfaces.tables that implement IconObject Modifier and Type Class Description classInterfaceDataTableInterface panel for displaying a data table or query.classInterfaceDataTableTitle -
Uses of IconObject in mgui.interfaces.tools
Subinterfaces of IconObject in mgui.interfaces.tools Modifier and Type Interface Description interfaceToolInterface for any class which performs an operation or set of operations on ModelGUI objects, which involves user interaction.Classes in mgui.interfaces.tools that implement IconObject Modifier and Type Class Description classInterfaceTool2DPanelDeprecated.classInterfaceToolPanelPanel displaying buttons for various tools, categorized. -
Uses of IconObject in mgui.interfaces.tools.datasources
Classes in mgui.interfaces.tools.datasources that implement IconObject Modifier and Type Class Description classToolDataSourceTool operating onDataSourcePanelwindows. -
Uses of IconObject in mgui.interfaces.tools.dialogs
Classes in mgui.interfaces.tools.dialogs that implement IconObject Modifier and Type Class Description classDialogToolAbstract class to be inherited by all tools which operate using a modal dialog box. -
Uses of IconObject in mgui.interfaces.tools.graphics
Classes in mgui.interfaces.tools.graphics that implement IconObject Modifier and Type Class Description classTool2DAbstract class for a Tool which operates on anInterfaceGraphic2Dwindow.classTool3DAbstract class for a tool to be used on an InterfaceGraphic3D window.classToolDefine3DGrid2DTool to define a 3D grid on a 2D window.classToolDZoom2DclassToolMouseOrbit3DTool to allow user to navigate a Graphic3D interface using the mouse.classToolPan2DclassToolWindowZoom2DInteractive tool which allows the user to zoom on a window within the current view.classToolZoomExt2D -
Uses of IconObject in mgui.interfaces.tools.graphs
Classes in mgui.interfaces.tools.graphs that implement IconObject Modifier and Type Class Description classToolGraphAbstract class to be inherited by tools which operate on graphs; i.e, throughInterfaceGraphDisplay.classToolGraphImageTool which inserts or appends an image to a graph window.classToolGraphTransformActs as a bridge between the mgui Tool interface and Jung's view control mouse plugins. -
Uses of IconObject in mgui.interfaces.tools.layouts
Classes in mgui.interfaces.tools.layouts that implement IconObject Modifier and Type Class Description classToolLayout2DTool operating on a InterfaceLayoutObject. -
Uses of IconObject in mgui.interfaces.tools.plots
Classes in mgui.interfaces.tools.plots that implement IconObject Modifier and Type Class Description classToolPlot -
Uses of IconObject in mgui.interfaces.tools.queries
Subinterfaces of IconObject in mgui.interfaces.tools.queries Modifier and Type Interface Description interfaceQueryToolInterface for all query tools. -
Uses of IconObject in mgui.interfaces.tools.shapes
Classes in mgui.interfaces.tools.shapes that implement IconObject Modifier and Type Class Description classToolCreateEllipse2DclassToolCreateImage2DTool allows user to select a file or url pointing to an image, and specify rectangular bounds for that image in model space.classToolCreateImage3DTool to create a 3D image on a 2D window.classToolCreateMeshFromPolylinesclassToolCreatePolygon2DAllows the user to creates a Polygon2D shape.classToolCreateRect2DclassToolCutMeshWithPlaneTool to cut a mesh into parts by intersecting it with a Plane3D object.classToolGetConvexHull2DclassToolGetMeshIntersectionPolylinesclassToolQueryShape2DTool allowing point-and-click vertex-wise querying of 2D objects, for a InterfaceGraphic3D window.classToolQueryShape3DTool allowing point-and-click vertex-wise querying of 3D objects, for a InterfaceGraphic3D window.classToolReversePolygon2DclassToolRuler2DAllows the user to measure distance on a 2D window, along a path with N nodes.classToolSelectMeshBoundaryNodesclassToolSelectNodesWithPolygonTool specifies options with a dialog and then calls an inner class instance of Tool3D to allow the user to select nodes on the Canvas3D.classToolSelectRegionBoundaryNodesTool selects region boundary nodes of a mesh region (defined by its vertex values) based upon a vertex selected by a mouse click.classToolSelectShape2D2D tool for selecting/deselcting shapes.classToolSelectShape3D3D tool for selecting/deselcting shapes.classToolTestInternalPoint2D -
Uses of IconObject in mgui.interfaces.tools.shapes.util
Classes in mgui.interfaces.tools.shapes.util that implement IconObject Modifier and Type Class Description classRulerDialogDialog to be displayed when executing a Ruler tool (ToolRuler2D or ToolRuler3D). -
Uses of IconObject in mgui.interfaces.trees
Classes in mgui.interfaces.trees that implement IconObject Modifier and Type Class Description classInterfaceTreePanelProvides a tree interface for model objects -
Uses of IconObject in mgui.interfaces.variables
Classes in mgui.interfaces.variables that implement IconObject Modifier and Type Class Description classMatrixIntInterface for a 2D matrix, represented internally as a Jama matrix of doubles.classStringVectorIntStores an array ofStringobjects as a variable.classVariableInt<T>An interface to a variable object.classVectorInt<T extends MguiNumber>Represents an array of numeric values. -
Uses of IconObject in mgui.io
Subinterfaces of IconObject in mgui.io Modifier and Type Interface Description interfaceInterfaceIOInterface for all classes performing I/O operations.Classes in mgui.io that implement IconObject Modifier and Type Class Description classFileLoaderBase class for all file loader classes.classFileWriterBase class for all file writer classes. -
Uses of IconObject in mgui.io.domestic
Classes in mgui.io.domestic that implement IconObject Modifier and Type Class Description classWorkspaceWriterWrites a workspace (i.e., an instance ofInterfaceWorkspace) to XML. -
Uses of IconObject in mgui.io.domestic.datasources
Classes in mgui.io.domestic.datasources that implement IconObject Modifier and Type Class Description classDataSourceDriverLoaderLoader for a data source (JDBC) driver specification file.classDataSourceDriverWriterWriter for a data source (JDBC) driver file.classDataSourceLoaderLoads a Data Source object.classDataSourceWriterWrites a Data Source object to file.classExportDataTableExcelWriterWrites data from a data sourceDataItemto Microsoft Excel format.classExportDataTableTextWriterWrites data from a data sourceDataItemto a delimited text file.classExportDataTableWriterAbstract class for extension by writers which export data from a DataSourceItem to an external format.classImportDataTableLoaderImports data from an external format into a newDataSourcetable.classImportDataTableTextLoaderImports data from a delimited text file into a newDataSourcetable. -
Uses of IconObject in mgui.io.domestic.graphs
Classes in mgui.io.domestic.graphs that implement IconObject Modifier and Type Class Description classGraphFileLoaderAbstract loader class for loading graphs.classGraphFileWriterAbstract class for all graph writers. -
Uses of IconObject in mgui.io.domestic.maps
Classes in mgui.io.domestic.maps that implement IconObject Modifier and Type Class Description classColourMapLoaderBase class for loading a colour map from file.classContinuousColourMapLoaderLoads a comma-delimited continuous colour map.classContinuousColourMapWriterWrites a comma-delimited continuous colour map.classDiscreteColourMapLoaderLoads a discrete colour map from either delimited ASCII or XML.classDiscreteColourMapWriterWriter for discrete colour maps.classNameMapLoaderReads a name map from file.classNameMapWriterWrites a name map to an delimited ASCII file.classVector3ColourMapProvides a colour mapping for a vector of size three, such that each element of the vector has a colour assignment, and the resulting colour is a weighting of these colours by x, y, z components: -
Uses of IconObject in mgui.io.domestic.network
Classes in mgui.io.domestic.network that implement IconObject Modifier and Type Class Description classCorticalNetworkMatrixLoaderReads an ASCII matrix representing a connected network into a cortical network, assigning weights based upon a specified range (mapped to the continuous range [0.0:1.0]). -
Uses of IconObject in mgui.io.domestic.pipelines
Classes in mgui.io.domestic.pipelines that implement IconObject Modifier and Type Class Description classPipelineLoaderLoads a pipeline (or multiple pipelines) from file.classPipelineProcessLibraryLoaderLoads aPipelineProcessLibraryfrom file.classPipelineProcessLibraryWriterWrites aPipelineProcessLibraryto file.classPipelineWriterWrites anInterfacePipelineinstance to file. -
Uses of IconObject in mgui.io.domestic.printing
Classes in mgui.io.domestic.printing that implement IconObject Modifier and Type Class Description classStlWriterWrites aMesh3Dobject to STL format, suitable for 3D printing. -
Uses of IconObject in mgui.io.domestic.shapes
Classes in mgui.io.domestic.shapes that implement IconObject Modifier and Type Class Description classGraph3DWriterWriter for a Graph3DInt object; default is to write using the domestic XML representation.classInterfaceShapeLoaderAbstract loader class for all loaders which load InterfaceShape objects.classInterfaceShapeWriterGeneral writer for anInterfaceShapeobject.classMesh3DLoaderDeafult loader for loading a Mesh3DInt object.classMesh3DWriterDefault writer for aMesh3DIntobject.classPoint2DShapeLoaderclassPointSet2DLoaderLoader class for PointSet2DInt objects.classPointSet3DDataLoaderclassPointSet3DLoaderDomestic loader for a 3D point set.classPolygonSet3DLoaderLoads a set of 3D polygon objects (*.poly3d) from text.classShapeDataLoaderLoads vertex-wise data from tabular text files into shapes.classShapeModel3DLoaderLoader for a ShapeModel3D.classShapeModel3DWriterWrites aShapeModel3Dobject to XML.classShapeXmlLoaderLoader for an InterfaceShape stored in domestic XML format.classShapeXmlWriterWrites anInterfaceShapeobject to XML.classSurfaceDataFileLoaderLoads vertex-wise data into an InterfaceShape object.classSurfaceDataFileWriterclassSurfaceFileLoaderAbstract loader class for all loaders which load Mesh3DInt objects.classSurfaceFileWriterRepresents an abstract surface file writer object.classVectorDataLoaderclassVectorSet3DLoaderclassVolumeFileLoaderLoader for reading from a volume (3D grid) file into aVolume3DIntobject.classVolumeFileWriterWrites aVolume3DIntto file. -
Uses of IconObject in mgui.io.domestic.variables
Classes in mgui.io.domestic.variables that implement IconObject Modifier and Type Class Description classDefaultMatrixFileLoaderDefault implementation of a matrix loader.classDefaultMatrixFileWriterclassMatrixFileLoaderclassMatrixFileWriterBase abstract class for writing a matrix to file.classMatrixTransformLoaderclassStringVectorLoaderLoader class to input an array ofStringobjects into anStringVectorIntinstance. -
Uses of IconObject in mgui.io.domestic.videos
Classes in mgui.io.domestic.videos that implement IconObject Modifier and Type Class Description classImageStackVideoWriterOutputs aVideoto a stack of images which can be used to compile a video using a utility such as VirtualDub.classVideoLoaderclassVideoWriterclassVideoXMLLoader -
Uses of IconObject in mgui.io.domestic.views
Classes in mgui.io.domestic.views that implement IconObject Modifier and Type Class Description classView3DLoaderLoads a set of View3D objects from an XML file.classView3DWriterWrites a set ofView3Dobjects to file. -
Uses of IconObject in mgui.io.foreign.amira
Classes in mgui.io.foreign.amira that implement IconObject Modifier and Type Class Description classAmiraTractLoader -
Uses of IconObject in mgui.io.foreign.camino
Classes in mgui.io.foreign.camino that implement IconObject Modifier and Type Class Description classCaminoPipelineLoaderclassCaminoPipelineWriterclassCaminoProjectLoaderclassCaminoProjectWriter -
Uses of IconObject in mgui.io.foreign.caret
Classes in mgui.io.foreign.caret that implement IconObject Modifier and Type Class Description classCaretAreaColourLoaderA hack to read Caret area colour files.classCaretAreaColourWriterWrites aDiscreteColourMapto a Caret area colour file, which associates colours (RGB) with names.classCaretMetricLoaderclassCaretPaintLoaderLoads a Caret Paint file From Caret site: tag-version 1 tag-number-of-nodes 71723 tag-number-of-columns 5 tag-title tag-number-of-paint-names 148 tag-column-name 0 Lobes tag-column-name 1 Geography tag-column-name 2 Functional Stuff tag-column-name 3 Brodmann tag-column-name 4 Modality tag-BEGIN-DATA 0 ??? 1 SUL 2 DEEP_SUL ...classCaretPaintWriterWrites a set of vertex-wise data columns to Caret paint files, binary format version 1.classCaretSurfaceLoaderLoads a Caret surface from topology and coordinate files, in either binary or ASCII format.classCaretSurfaceWriterWrites a mesh to Caret format (two files, topo and coord) -
Uses of IconObject in mgui.io.foreign.duff
Classes in mgui.io.foreign.duff that implement IconObject Modifier and Type Class Description classDuffSurfaceLoader -
Uses of IconObject in mgui.io.foreign.freesurfer
Classes in mgui.io.foreign.freesurfer that implement IconObject Modifier and Type Class Description classFreesurferSurfaceLoaderReads a Freesurfer surface file, binary or ASCII format.classFreesurferSurfaceWriterWrites a Freesurfer surface to file, in binary or Ascii format.classFreesurferVertexDataLoaderLoads a Freesurfer surface data file. -
Uses of IconObject in mgui.io.foreign.fsl
Classes in mgui.io.foreign.fsl that implement IconObject Modifier and Type Class Description classFSLSurfaceLoaderclassFSLVolumeLoaderLoader for a FSL-style volume file (mgh/mgz). -
Uses of IconObject in mgui.io.foreign.interfile
Classes in mgui.io.foreign.interfile that implement IconObject Modifier and Type Class Description classInterfileLoaderLoads volume data stored in Interfile format. -
Uses of IconObject in mgui.io.foreign.minc
Classes in mgui.io.foreign.minc that implement IconObject Modifier and Type Class Description classMincSurfaceDataLoaderclassMincSurfaceDataWriterWrites a Minc surface data file, which is simply a text file list of vertex-wise values, one per line, corresponding to a surface mesh.classMincSurfaceLoaderReads a MINC obj file into a Mesh3D shape.classMincSurfaceWriterWrites a mesh to disk in MINC obj format.classMincTransformLoader -
Uses of IconObject in mgui.io.foreign.mricro
Classes in mgui.io.foreign.mricro that implement IconObject Modifier and Type Class Description classMricroLutLoaderclassMricroLutWriterWrites a discrete colour map to an MriCRO-compatible lookup table (LUT) file. -
Uses of IconObject in mgui.io.foreign.pajek
Classes in mgui.io.foreign.pajek that implement IconObject Modifier and Type Class Description classPajekGraphLoaderLoads a graph from the Pajek graph format (see http://pajek.imfm.si/doku.php). -
Uses of IconObject in mgui.io.foreign.trackvis
Classes in mgui.io.foreign.trackvis that implement IconObject Modifier and Type Class Description classTrackVisTractLoader -
Uses of IconObject in mgui.io.foreign.vol
Classes in mgui.io.foreign.vol that implement IconObject Modifier and Type Class Description classVolFileLoader -
Uses of IconObject in mgui.io.foreign.wavefront
Classes in mgui.io.foreign.wavefront that implement IconObject Modifier and Type Class Description classWavefrontSurfaceLoaderLoader for a Wavefront OBJ format surface mesh object.classWavefrontSurfaceWriterWriter for a Wavefront OBJ format surface mesh object. -
Uses of IconObject in mgui.io.foreign.wunil
Classes in mgui.io.foreign.wunil that implement IconObject Modifier and Type Class Description classWunilVolumeLoaderLoader to load WUNIL IDF format volumes (University of Washington in St. -
Uses of IconObject in mgui.io.standard.gifti
Classes in mgui.io.standard.gifti that implement IconObject Modifier and Type Class Description classGiftiSurfaceLoaderLoads an XML-format GIFTI file.classGiftiSurfaceWriterWrites a surface to Gifti format. -
Uses of IconObject in mgui.io.standard.imaging
Classes in mgui.io.standard.imaging that implement IconObject Modifier and Type Class Description classGreyFileLoaderclassImageFileLoaderclassRGBFileLoader -
Uses of IconObject in mgui.io.standard.json
Classes in mgui.io.standard.json that implement IconObject Modifier and Type Class Description classJsonFileLoaderLoads a Json format file.classJsonFileWriterWrites a JSON-format file. -
Uses of IconObject in mgui.io.standard.nifti
Classes in mgui.io.standard.nifti that implement IconObject Modifier and Type Class Description classNiftiVolumeLoaderFile loader to read Analyze 7.5 format volume files.classNiftiVolumeWriterWriter for Nifti-format volumes. -
Uses of IconObject in mgui.io.standard.xml
Classes in mgui.io.standard.xml that implement IconObject Modifier and Type Class Description classXMLWriterWrites an XML object (i.e., any instance ofXMLObject). -
Uses of IconObject in mgui.io.standard.xml.x3d
Classes in mgui.io.standard.xml.x3d that implement IconObject Modifier and Type Class Description classVector3DFileLoaderGeneral loader class for inputting 3D vector data. -
Uses of IconObject in mgui.morph.sections
Classes in mgui.morph.sections that implement IconObject Modifier and Type Class Description classInterfaceMorphPanelclassInterfaceMorphPanel2classInterfaceRadialRepclassInterfaceRadialRep2classMorphSections3DIntClass representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.classRadialRep2DInt -
Uses of IconObject in mgui.neuro.graphs
Classes in mgui.neuro.graphs that implement IconObject Modifier and Type Class Description classCorticalNetworkGraphclassNeuralNetGraphExtension of JUNG's DirectedSparseGraph designed to specifically represent instances of NeuralNet. -
Uses of IconObject in mgui.neuro.imaging.camino
Classes in mgui.neuro.imaging.camino that implement IconObject Modifier and Type Class Description classCaminoProject -
Uses of IconObject in mgui.pipelines
Classes in mgui.pipelines that implement IconObject Modifier and Type Class Description classInterfacePipelineRepresents a series ofTasks that are to be run sequentially, such that the output of a task becomes the input of the subsequent one.classJavaProcessRepresents a Java process; i.e., a class containing amainmethod which allows it to be run as a process.classNativeProcessRepresents a native process; i.e., one which runs from the OS command console.classPipelineForkRepresents a fork in a pipeline; i.e., a branching point, where the output of the previous process becomes the input of two or more independent pipelines.classPipelineProcessRepresents a Java process specification, specified by an executable process (native or Java) and a set of parameters.classPipelineProcessInstanceRepresents a specific instance of a Java process.classPipelineTaskA task is a launchable component of a pipeline. -
Uses of IconObject in mgui.resources.icons
Classes in mgui.resources.icons that implement IconObject Modifier and Type Class Description classNamedIconSpecifies a named icon.