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 ofninnmesh.Method parameters in mgui.geometry.mesh with type arguments of type MguiInteger Modifier and Type Method Description static Mesh3DMeshFunctions. getOptimalSubmesh(Mesh3D mesh, java.util.ArrayList<MguiInteger> ring)Returns the optimal submesh defined by the connect ringring.protected voidMeshFunctions. orderNeighbours(java.util.ArrayList<MguiInteger> list, NeighbourhoodMesh nmesh)static voidMeshFunctions. 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. mappingsMethods 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 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. getShapeVertexObject(org.jogamp.java3d.Shape3D shape, MguiInteger index)