Uses of Class
mgui.interfaces.shapes.Shape3DInt
| Package | Description |
|---|---|
| mgui.geometry.util |
Uility classes for geometric operations.
|
| 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.dynamic | |
| mgui.interfaces.shapes.graphs | |
| mgui.interfaces.shapes.neuro | |
| mgui.interfaces.shapes.queries | |
| mgui.interfaces.shapes.trees | |
| mgui.interfaces.shapes.util | |
| mgui.interfaces.tools.graphics | |
| mgui.interfaces.tools.shapes | |
| mgui.io.domestic.shapes | |
| mgui.morph.sections |
-
Uses of Shape3DInt in mgui.geometry.util
Constructors in mgui.geometry.util with parameters of type Shape3DInt Constructor Description SortedShape3D(Shape3DInt shape) -
Uses of Shape3DInt in mgui.interfaces
Methods in mgui.interfaces with parameters of type Shape3DInt Modifier and Type Method Description booleanInterfaceDisplayPanel. addShapeInt(Shape3DInt thisShape)voidInterfaceWorkspace. populateShapeTypeCombo(javax.swing.JComboBox combo_box, Shape3DInt shape) -
Uses of Shape3DInt in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type Shape3DInt Modifier and Type Method Description Shape2DIntInterfaceGraphic2D. find3DChild(Shape3DInt shape)java.util.ArrayList<Shape2DInt>InterfaceGraphic2D. find3DChildren(Shape3DInt shape) -
Uses of Shape3DInt in mgui.interfaces.shapes
Subclasses of Shape3DInt in mgui.interfaces.shapes Modifier and Type Class Description classBox3DIntclassImage3DIntDraws a rectangular planar image in R3.classLPolygon3DIntclassMesh3DIntInterface for a Mesh3D shape.classPlane3DIntclassPointSet3DIntShape interface for a set of 3D points.classPolygon3DIntInterface for a 3D polygon object.classPolygonSet3DIntInterface for a set of 3D polygons.classRect3DIntclassSectionSet3DIntRepresents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.classShapeSet3DIntRepresents a set ofShape3DIntobjects.classTensorVolume3DIntclassTestTextureIntclassVector3DIntclassVectorSet3DIntclassVolume3DIntClass acting as interface to a volume shape, as defined by the Grid3D geometry class.classVolumeSet3DIntA set ofVolume3DIntobjects which render as an overlay image.classX3DScene3DIntFields in mgui.interfaces.shapes declared as Shape3DInt Modifier and Type Field Description Shape3DIntShape2DInt. child3DShape3DIntShape2DInt. parentShapeFields in mgui.interfaces.shapes with type parameters of type Shape3DInt Modifier and Type Field Description java.util.ArrayList<Shape3DInt>ShapeSet3DInt. membersMethods in mgui.interfaces.shapes that return Shape3DInt Modifier and Type Method Description Shape3DIntShape2DInt. getChild3D()Shape3DIntShapeSet3DInt. getMember(int i)Returns theith member of this setShape3DIntShape2DInt. getParentShape()Shape3DIntShapeSet3DInt. getShape(int i)Returns theith member of this setShape3DIntShapeSet3DInt. getShape(java.lang.String name)Searches this set for a shape namednameand returns the first instance found.Shape3DIntShapeSet3DInt. getShape(java.lang.String name, boolean recurse)Searches this set for a shape namednameand returns the first instance found.protected Shape3DIntImage2DInt. getShape3D(Plane3D plane)protected Shape3DIntRect2DInt. getShape3D(Plane3D plane)protected Shape3DIntShape2DInt. getShape3D(Plane3D plane)protected Shape3DIntVolume2DInt. getShape3D(Plane3D plane)Shape3DIntShape2DInt. getShape3DInt(Plane3D plane)Returns a 3D representation of this shape, assuming it belongs toplane.Shape3DIntShape2DInt. getShape3DInt(Plane3D plane, boolean set_parent)Returns a 3D representation of this shape, assuming it belongs toplane.Methods in mgui.interfaces.shapes that return types with arguments of type Shape3DInt Modifier and Type Method Description java.util.ArrayList<Shape3DInt>ShapeSet3DInt. get3DShapes(boolean recurse)Returns all 3D shapes in this shape set; ifrecurseisfalse, limits this list to the set's members; otherwise, also adds all members of all subsets (along with the sets themselves).java.util.List<Shape3DInt>ShapeSet3DInt. getShapeType(Shape3DInt thisShape)java.util.List<Shape3DInt>ShapeSet3DInt. getShapeType(Shape3DInt thisShape, boolean recurse)Methods in mgui.interfaces.shapes with parameters of type Shape3DInt Modifier and Type Method Description voidPolygonSet3DInt. addShape(Shape3DInt thisShape, boolean updateShape, boolean updateListeners)booleanShapeSet3DInt. addShape(Shape3DInt thisShape, boolean update)Addsshapeto this set.booleanShapeSet3DInt. addShape(Shape3DInt shape, boolean updateShape, boolean updateListeners)Addsshapeto this set.booleanShapeSet3DInt. addShape(Shape3DInt thisShape, int index, boolean update)Addsshapeto this set atindex.booleanShapeSet3DInt. addShape(Shape3DInt shape, int index, boolean updateShape, boolean updateListeners)Addsshapeto this shape set.voidVectorSet3DInt. addVector(Shape3DInt thisShape, boolean updateShape, boolean updateListeners)java.util.List<Shape3DInt>ShapeSet3DInt. getShapeType(Shape3DInt thisShape)java.util.List<Shape3DInt>ShapeSet3DInt. getShapeType(Shape3DInt thisShape, boolean recurse)booleanShapeSet3DInt. moveShapeAfter(Shape3DInt moved_shape, Shape3DInt target_shape, boolean update)Insertsinserted_shapeat a position aftertarget_shapein this list.booleanShapeSet3DInt. moveShapeBefore(Shape3DInt moved_shape, Shape3DInt target_shape, boolean update)Insertsinserted_shapeat a position beforetarget_shapein this list.booleanShapeSet3DInt. moveShapeBottom(Shape3DInt shape)Movesshapeto the bottom of the rendering orderbooleanShapeSet3DInt. moveShapeDown(Shape3DInt shape)Movesshapedown one in the rendering orderbooleanShapeSet3DInt. moveShapeTop(Shape3DInt shape)Movesshapeto the top of the rendering orderbooleanShapeSet3DInt. moveShapeUp(Shape3DInt shape)Movesshapeup one in the rendering ordervoidShapeSet3DInt. removeShape(Shape3DInt shape, boolean updateShape, boolean updateListeners)Deprecated.Remove update argumentsvoidShape2DInt. setChild3D(Shape3DInt child)voidShape2DInt. setParentShape(Shape3DInt shape)protected ShapeSceneNodeShapeSet3DInt. updateNewShape(Shape3DInt shape)Method parameters in mgui.interfaces.shapes with type arguments of type Shape3DInt Modifier and Type Method Description voidShapeSet3DInt. addShapes(java.util.ArrayList<Shape3DInt> shapes)voidShapeSet3DInt. addShapes(java.util.ArrayList<Shape3DInt> shapes, boolean update, boolean listeners)Add multiple shapes to this set.Constructors in mgui.interfaces.shapes with parameters of type Shape3DInt Constructor Description NodesUpdater(Shape3DInt s)Shape3DSceneNode(Shape3DInt thisShape)Shape3DSceneNode(Shape3DInt thisShape, ShapeSelectionSet s)VertexShapeTransformer(Shape3DInt shape) -
Uses of Shape3DInt in mgui.interfaces.shapes.dynamic
Subclasses of Shape3DInt in mgui.interfaces.shapes.dynamic Modifier and Type Class Description classVolume4DIntVolume with 3 space and 1 time dimension. -
Uses of Shape3DInt in mgui.interfaces.shapes.graphs
Subclasses of Shape3DInt in mgui.interfaces.shapes.graphs Modifier and Type Class Description classGraph3DIntRepresents a graph as a 3D shape. -
Uses of Shape3DInt in mgui.interfaces.shapes.neuro
Subclasses of Shape3DInt in mgui.interfaces.shapes.neuro 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). -
Uses of Shape3DInt in mgui.interfaces.shapes.queries
Methods in mgui.interfaces.shapes.queries with parameters of type Shape3DInt Modifier and Type Method Description protected voidInterfaceShapeQuery. setFromShape3D(Shape3DInt shape3d) -
Uses of Shape3DInt in mgui.interfaces.shapes.trees
Methods in mgui.interfaces.shapes.trees that return Shape3DInt Modifier and Type Method Description Shape3DIntShape3DTreeNode. getUserObject()Constructors in mgui.interfaces.shapes.trees with parameters of type Shape3DInt Constructor Description Shape3DTreeNode(Shape3DInt thisShape) -
Uses of Shape3DInt in mgui.interfaces.shapes.util
Fields in mgui.interfaces.shapes.util declared as Shape3DInt Modifier and Type Field Description protected Shape3DIntShapeVertexObject. shapeMethods in mgui.interfaces.shapes.util that return Shape3DInt Modifier and Type Method Description static Shape3DIntShapeFunctions. getPickedShape(org.jogamp.java3d.utils.pickfast.PickCanvas pickNode, org.jogamp.java3d.utils.pickfast.PickCanvas pickGeom, java.awt.Point click_point, MguiInteger node)Return the shape picked by a mouse click at the screen location defined byclick_point.static Shape3DIntShapeFunctions. getShape(org.jogamp.java3d.Shape3D shape)Shape3DIntShapeVertexObject. getShape()static Shape3DIntShapeFunctions. getShape3DIntFromSection(Plane3D refPlane, float dist, Shape2DInt shape2D)static Shape3DIntShapeFunctions. getShape3DIntFromSection(Plane3D refPlane, float dist, Shape2DInt shape2D, boolean set_parent)static Shape3DIntShapeFunctions. getShapeVertexObject(org.jogamp.java3d.Shape3D shape, MguiInteger index)Methods in mgui.interfaces.shapes.util with parameters of type Shape3DInt Modifier and Type Method Description booleanShapeEngine. computeConvexHull(Shape3DInt shape, java.lang.String method, ProgressUpdater progress)Computes a convex hull forshape.static Mesh3DShapeFunctions. getConvexHull(Shape3DInt shape)Returns a new mesh which is the convex hull of the given mesh.static Mesh3DShapeFunctions. getConvexHull(Shape3DInt shape, java.lang.String method)static Mesh3DShapeFunctions. getConvexHull(Shape3DInt shape, java.lang.String method, ProgressUpdater progress)Returns a new mesh which is the convex hull of the given mesh.static Mesh3DShapeFunctions. getConvexHull(Shape3DInt shape, ProgressUpdater progress)protected static Mesh3DShapeFunctions. getConvexHullBlocking(Shape3DInt shape, java.lang.String method, ProgressUpdater progress)protected static java.util.ArrayList<java.lang.Integer>ShapeFunctions. getNearestNeighbour3DBlocking(Shape3DInt source, Shape3DInt target)org.jogamp.java3d.TexCoordGenerationTestTexture. getTexGen2D(Shape3DInt s)org.jogamp.java3d.TexCoordGenerationTestTexture. getTexGen3D(Shape3DInt s)static voidShapeFunctions. setAttributesFrom3DParent(Shape2DInt child, Shape3DInt parent, boolean inherit)Sets a 2D child's attributes from its parent.booleanShapeEngine. transformShape3D(Shape3DInt shape, java.lang.String method, ProgressUpdater progress)Transformsshapeaccording tomethod.Constructors in mgui.interfaces.shapes.util with parameters of type Shape3DInt Constructor Description ShapeVertexObject(Shape3DInt shape, int index) -
Uses of Shape3DInt in mgui.interfaces.tools.graphics
Fields in mgui.interfaces.tools.graphics declared as Shape3DInt Modifier and Type Field Description Shape3DIntTool3D. targetShapeMethods in mgui.interfaces.tools.graphics with parameters of type Shape3DInt Modifier and Type Method Description voidTool3D. setTargetShape(Shape3DInt thisShape) -
Uses of Shape3DInt in mgui.interfaces.tools.shapes
Methods in mgui.interfaces.tools.shapes that return Shape3DInt Modifier and Type Method Description protected Shape3DIntToolSelectShape3D. getShape(org.jogamp.java3d.Shape3D shape) -
Uses of Shape3DInt in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes with parameters of type Shape3DInt Modifier and Type Method Description voidShapeDataInputOptions. setShape(Shape3DInt shape) -
Uses of Shape3DInt in mgui.morph.sections
Subclasses of Shape3DInt in mgui.morph.sections Modifier and Type Class Description classMorphSections3DIntClass representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.