Uses of Class
mgui.numbers.MguiInteger
Package | Description |
---|---|
mgui.geometry.mesh |
Provides classes representing and operating on 3D mesh shapes.
|
mgui.interfaces.neuro | |
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.util |
-
Uses of MguiInteger in mgui.geometry.mesh
Methods in mgui.geometry.mesh that return types with arguments of type MguiInteger Modifier and Type Method Description protected static java.util.ArrayList<MguiInteger>
MeshFunctions. getAllNeighbours(int n, NeighbourhoodMesh nmesh, boolean[] removed, int[] added, boolean[] processed)
Searches for all neighbours ofn
innmesh
.Method parameters in mgui.geometry.mesh with type arguments of type MguiInteger Modifier and Type Method Description static Mesh3D
MeshFunctions. getOptimalSubmesh(Mesh3D mesh, java.util.ArrayList<MguiInteger> ring)
Returns the optimal submesh defined by the connect ringring
.protected void
MeshFunctions. orderNeighbours(java.util.ArrayList<MguiInteger> list, NeighbourhoodMesh nmesh)
static void
MeshFunctions. triangulate(Mesh3D mesh, java.util.ArrayList<MguiInteger> neighbours)
Triangulates the given neighbourhood by adding faces using recursive loop splitting -
Uses of MguiInteger in mgui.interfaces.neuro
Fields in mgui.interfaces.neuro with type parameters of type MguiInteger Modifier and Type Field Description protected java.util.ArrayList<MguiInteger>
InterfaceNeuroAtlas. mappings
Methods in mgui.interfaces.neuro that return types with arguments of type MguiInteger Modifier and Type Method Description java.util.ArrayList<MguiInteger>
InterfaceNeuroAtlas. getMappings()
-
Uses of MguiInteger in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes with type parameters of type MguiInteger Modifier and Type Field Description java.util.ArrayList<MguiInteger>
IntPolygon2DInt. integerNodes
-
Uses of MguiInteger in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type MguiInteger Modifier and Type Method Description static Shape3DInt
ShapeFunctions. 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 Shape3DInt
ShapeFunctions. getShapeVertexObject(org.jogamp.java3d.Shape3D shape, MguiInteger index)