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 ShapeInputOptionsInterfaceShape. 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 classPointSet2DInputOptionsOptions for loading a PointSet2DInt object.classPointSet3DInputOptionsOptions for loading a PointSet3DInt object.classPolygonSet3DInputOptionsOptions for loading a PolygonSet3DInt object.classSurfaceInputOptionsOptions for inputting a Mesh3DInt object.classVectorSet3DInputOptionsOptions for loading a VectorSet3DInt object.classVolumeInputOptionsOptions specifying a Volume3DInt object.Methods in mgui.io.domestic.shapes with parameters of type ShapeInputOptions Modifier and Type Method Description abstract InterfaceShapeInterfaceShapeLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)Loads a shape with the givenoptions.InterfaceShapeMesh3DLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)InterfaceShapePointSet2DLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)InterfaceShapeShapeXmlLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)InterfaceShapeSurfaceFileLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)InterfaceShapeVolumeFileLoader. loadShape(ShapeInputOptions options, ProgressUpdater progress_bar)protected InterfaceShapeShapeXmlLoader. 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 InterfaceShapeShapeXMLFunctions. loadShape(java.lang.String loader, java.lang.String url, ShapeInputOptions options, ProgressUpdater progress_bar)Attempts to load a shape with the givenloaderandurl. -
Uses of ShapeInputOptions in mgui.io.foreign.caret
Subclasses of ShapeInputOptions in mgui.io.foreign.caret Modifier and Type Class Description classCaretSurfaceInOptionsOptions 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 classMincSurfaceDataInOptions -
Uses of ShapeInputOptions in mgui.io.foreign.pajek
Subclasses of ShapeInputOptions in mgui.io.foreign.pajek Modifier and Type Class Description classPajekGraphInputOptionsOptions 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 classVolume4DInputOptionsclassVolumeInputOptions -
Uses of ShapeInputOptions in mgui.io.standard.gifti
Subclasses of ShapeInputOptions in mgui.io.standard.gifti Modifier and Type Class Description classGiftiInputOptionsOptions specific for Gifti surfaces.