Uses of Class
mgui.io.domestic.shapes.ShapeInputOptions
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.io.domestic.shapes | |
mgui.io.domestic.shapes.xml | |
mgui.io.foreign.caret | |
mgui.io.foreign.minc | |
mgui.io.foreign.pajek | |
mgui.io.foreign.vol | |
mgui.io.standard.gifti |
-
Uses of ShapeInputOptions in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeInputOptions Modifier and Type Field Description protected ShapeInputOptions
InterfaceShape. xml_current_shape_options
-
Uses of ShapeInputOptions in mgui.io.domestic.shapes
Subclasses of ShapeInputOptions in mgui.io.domestic.shapes Modifier and Type Class Description class
PointSet2DInputOptions
Options for loading a PointSet2DInt object.class
PointSet3DInputOptions
Options for loading a PointSet3DInt object.class
PolygonSet3DInputOptions
Options for loading a PolygonSet3DInt object.class
SurfaceInputOptions
Options for inputting a Mesh3DInt object.class
VectorSet3DInputOptions
Options for loading a VectorSet3DInt object.class
VolumeInputOptions
Options specifying a Volume3DInt object.Methods in mgui.io.domestic.shapes with parameters of type ShapeInputOptions Modifier and Type Method Description abstract InterfaceShape
InterfaceShapeLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
Loads a shape with the givenoptions
.InterfaceShape
Mesh3DLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
InterfaceShape
PointSet2DLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
InterfaceShape
ShapeXmlLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
InterfaceShape
SurfaceFileLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
InterfaceShape
VolumeFileLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)
protected InterfaceShape
ShapeXmlLoader. loadShapeBlocking(ShapeInputOptions options, ProgressUpdater progress_bar)
-
Uses of ShapeInputOptions in mgui.io.domestic.shapes.xml
Methods in mgui.io.domestic.shapes.xml with parameters of type ShapeInputOptions Modifier and Type Method Description static InterfaceShape
ShapeXMLFunctions. loadShape(java.lang.String loader, java.lang.String url, ShapeInputOptions options, ProgressUpdater progress_bar)
Attempts to load a shape with the givenloader
andurl
. -
Uses of ShapeInputOptions in mgui.io.foreign.caret
Subclasses of ShapeInputOptions in mgui.io.foreign.caret Modifier and Type Class Description class
CaretSurfaceInOptions
Options specifying how to read a Caret surface -
Uses of ShapeInputOptions in mgui.io.foreign.minc
Subclasses of ShapeInputOptions in mgui.io.foreign.minc Modifier and Type Class Description class
MincSurfaceDataInOptions
-
Uses of ShapeInputOptions in mgui.io.foreign.pajek
Subclasses of ShapeInputOptions in mgui.io.foreign.pajek Modifier and Type Class Description class
PajekGraphInputOptions
Options for Pajek graph input. -
Uses of ShapeInputOptions in mgui.io.foreign.vol
Subclasses of ShapeInputOptions in mgui.io.foreign.vol Modifier and Type Class Description class
Volume4DInputOptions
class
VolumeInputOptions
-
Uses of ShapeInputOptions in mgui.io.standard.gifti
Subclasses of ShapeInputOptions in mgui.io.standard.gifti Modifier and Type Class Description class
GiftiInputOptions
Options specific for Gifti surfaces.