Uses of Class
mgui.interfaces.shapes.VectorSet3DInt
Package | Description |
---|---|
mgui.geometry.neuro.mesh | |
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.io.domestic.shapes |
-
Uses of VectorSet3DInt in mgui.geometry.neuro.mesh
Methods in mgui.geometry.neuro.mesh that return VectorSet3DInt Modifier and Type Method Description static VectorSet3DInt
NeuroMeshFunctions. generateRayShapes(java.util.ArrayList<SampleRay> rays, java.lang.String name)
Generates a vector 3D set from a list of sample rays; adds sample data to shapes. -
Uses of VectorSet3DInt in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as VectorSet3DInt Modifier and Type Field Description protected VectorSet3DInt
Vector3DInt. vector_set
Methods in mgui.interfaces.shapes that return VectorSet3DInt Modifier and Type Method Description VectorSet3DInt
Vector3DInt. getVectorSet()
Methods in mgui.interfaces.shapes with parameters of type VectorSet3DInt Modifier and Type Method Description void
Vector3DInt. setVectorSet(VectorSet3DInt set, int index)
-
Uses of VectorSet3DInt in mgui.io.domestic.shapes
Methods in mgui.io.domestic.shapes that return VectorSet3DInt Modifier and Type Method Description VectorSet3DInt
VectorSet3DLoader. loadVectorSet(ProgressUpdater progress_bar)
protected VectorSet3DInt
VectorSet3DLoader. loadVectorSetBlocking(ProgressUpdater progress_bar)