Uses of Class
mgui.interfaces.shapes.ShapeSet3DInt
Package | Description |
---|---|
mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
mgui.geometry.neuro.mesh | |
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.util | |
mgui.interfaces.tools.shapes | |
mgui.io.domestic.graphs | |
mgui.io.domestic.shapes | |
mgui.io.domestic.shapes.xml | |
mgui.io.foreign.amira | |
mgui.io.foreign.pajek | |
mgui.io.standard.xml.svg | |
mgui.morph.sections |
-
Uses of ShapeSet3DInt in mgui.geometry.mesh
Methods in mgui.geometry.mesh with parameters of type ShapeSet3DInt Modifier and Type Method Description void
MeshEngine. getMeshParts(Mesh3DInt mesh_int, ShapeSet3DInt shape_set)
Creates new mesh objects as a set of non-contiguous meshes frommesh_int
, and adds these toshape_set
.void
MeshEngine. getMeshParts(Mesh3DInt mesh_int, ShapeSet3DInt shape_set, boolean copy_data, ProgressUpdater progress)
Creates new mesh objects as a set of non-contiguous meshes frommesh_int
, and adds these toshape_set
. -
Uses of ShapeSet3DInt in mgui.geometry.neuro.mesh
Fields in mgui.geometry.neuro.mesh declared as ShapeSet3DInt Modifier and Type Field Description ShapeSet3DInt
ScalpAndSkullModelOptions. shape_set
-
Uses of ShapeSet3DInt in mgui.interfaces
Methods in mgui.interfaces that return ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
InterfaceDisplayPanel. getCurrentShapeSet()
-
Uses of ShapeSet3DInt in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as ShapeSet3DInt Modifier and Type Field Description ShapeSet3DInt
InterfaceGraphic3D. currentSet
Methods in mgui.interfaces.graphics with parameters of type ShapeSet3DInt Modifier and Type Method Description protected javax.swing.tree.DefaultMutableTreeNode
InterfaceGraphic. getTreeNode(ShapeSet3DInt set)
protected javax.swing.tree.DefaultMutableTreeNode
InterfaceGraphic2D. getTreeNode(ShapeSet3DInt set)
void
InterfaceGraphic3D. updateScene(ShapeSet3DInt shapeSet)
-
Uses of ShapeSet3DInt in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as ShapeSet3DInt Modifier and Type Field Description protected ShapeSet3DInt
ShapeModel3D. modelSet
Methods in mgui.interfaces.shapes that return ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
ShapeModel3D. getModelSet()
ShapeSet3DInt
SectionSet3DInt. getShapeSet3DInt()
ShapeSet3DInt
SectionSet3DInt. getShapeSet3DInt(ShapeSelectionSet selSet)
Methods in mgui.interfaces.shapes with parameters of type ShapeSet3DInt Modifier and Type Method Description int
ShapeSet3DInt. addUnionSet(ShapeSet3DInt thisSet, boolean update)
int
ShapeSet3DInt. addUnionSet(ShapeSet3DInt thisSet, boolean updateShapes, boolean updateListeners)
void
ShapeSet3DInt. mergeWithSet(ShapeSet3DInt set)
Mergeset
with this set.void
ShapeSet3DInt. mergeWithSet(ShapeSet3DInt set, java.lang.String existing_shapes)
Mergeset
with this set.void
ShapeSet3DInt. mergeWithSet(ShapeSet3DInt set, java.lang.String existing_shapes, boolean update)
Mergeset
with this set.void
ShapeModel3D. setModelSet(ShapeSet3DInt set)
Constructors in mgui.interfaces.shapes with parameters of type ShapeSet3DInt Constructor Description ShapeModel3D(java.lang.String name, ShapeSet3DInt set)
ShapeModel3D(java.lang.String name, ShapeSet3DInt set, SpatialUnit default_unit)
-
Uses of ShapeSet3DInt in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection that return ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
ShapeSelectionSet. asShapeSet3D()
ShapeSet3DInt
ShapeSelectionSet. getFilteredShapeSet3D(ShapeSet3DInt thisSet)
Return a shape3D set which is thisSet, filtered by this selection set.Methods in mgui.interfaces.shapes.selection with parameters of type ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
ShapeSelectionSet. getFilteredShapeSet3D(ShapeSet3DInt thisSet)
Return a shape3D set which is thisSet, filtered by this selection set. -
Uses of ShapeSet3DInt in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util that return ShapeSet3DInt Modifier and Type Method Description static ShapeSet3DInt
ShapeFunctions. getShapeSet3DFromSection(Plane3D refPlane, float dist, ShapeSet2DInt shapes, ShapeSelectionSet selSet)
-
Uses of ShapeSet3DInt in mgui.interfaces.tools.shapes
Fields in mgui.interfaces.tools.shapes declared as ShapeSet3DInt Modifier and Type Field Description ShapeSet3DInt
ToolCreateMeshFromPolylinesOptions. target_set
ShapeSet3DInt
ToolCutMeshWithPlaneOptions. target_set
ShapeSet3DInt
ToolGetMeshIntersectionPolylinesOptions. target_set
-
Uses of ShapeSet3DInt in mgui.io.domestic.graphs
Fields in mgui.io.domestic.graphs declared as ShapeSet3DInt Modifier and Type Field Description ShapeSet3DInt
GraphInputOptions. shape_set
-
Uses of ShapeSet3DInt in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as ShapeSet3DInt Modifier and Type Field Description ShapeSet3DInt
PointSet3DInputOptions. shapeSet
ShapeSet3DInt
SurfaceInputOptions. shapeSet
ShapeSet3DInt
VectorSet3DInputOptions. shapeSet
ShapeSet3DInt
VolumeInputOptions. shapeSet
Methods in mgui.io.domestic.shapes that return ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
PolygonSet3DLoader. loadPolygonSet(ProgressUpdater progress_bar)
protected ShapeSet3DInt
PolygonSet3DLoader. loadPolygonSetBlocking(ProgressUpdater progress_bar)
-
Uses of ShapeSet3DInt in mgui.io.domestic.shapes.xml
Fields in mgui.io.domestic.shapes.xml declared as ShapeSet3DInt Modifier and Type Field Description protected ShapeSet3DInt
ShapeSet3DXMLHandler. shape_set
Methods in mgui.io.domestic.shapes.xml that return ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
ShapeSet3DXMLHandler. getShapeSet()
Constructors in mgui.io.domestic.shapes.xml with parameters of type ShapeSet3DInt Constructor Description ShapeSet3DXMLHandler(ShapeSet3DInt shape_set)
-
Uses of ShapeSet3DInt in mgui.io.foreign.amira
Methods in mgui.io.foreign.amira that return ShapeSet3DInt Modifier and Type Method Description protected ShapeSet3DInt
AmiraTractLoader. loadAsciiPolygons()
ShapeSet3DInt
AmiraTractLoader. loadPolygonSetBlocking(ProgressUpdater progress_bar)
-
Uses of ShapeSet3DInt in mgui.io.foreign.pajek
Fields in mgui.io.foreign.pajek with type parameters of type ShapeSet3DInt Modifier and Type Field Description java.util.ArrayList<ShapeSet3DInt>
PajekGraphInputOptions. shape_sets
-
Uses of ShapeSet3DInt in mgui.io.standard.xml.svg
Methods in mgui.io.standard.xml.svg that return ShapeSet3DInt Modifier and Type Method Description ShapeSet3DInt
SVGFileInterface. getShapes3D()
-
Uses of ShapeSet3DInt in mgui.morph.sections
Fields in mgui.morph.sections declared as ShapeSet3DInt Modifier and Type Field Description ShapeSet3DInt
InterfaceMorphPanel. shapeSet
ShapeSet3DInt
InterfaceMorphPanel2. shapeSet
ShapeSet3DInt
InterfaceRadialRep. shapeSet
ShapeSet3DInt
InterfaceRadialRep2. shapeSet