Uses of Class
mgui.geometry.Grid3D
Package | Description |
---|---|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
mgui.interfaces.io |
This package contains all classes which perform input/output functions.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.dynamic | |
mgui.interfaces.shapes.volume | |
mgui.io.foreign.interfile | |
mgui.io.foreign.vol |
-
Uses of Grid3D in mgui.geometry
Methods in mgui.geometry with parameters of type Grid3D Modifier and Type Method Description void
Grid3D. setFromGrid(Grid3D grid)
Constructors in mgui.geometry with parameters of type Grid3D Constructor Description Grid3D(Grid3D grid)
-
Uses of Grid3D in mgui.geometry.volume
Methods in mgui.geometry.volume with parameters of type Grid3D Modifier and Type Method Description static boolean[][][]
VolumeFunctions. getMask(Grid3D grid, VolumeMaskOptions_old params)
Applies a voxel mask to an ImageComponent3D object, using the parameters in params.static int[]
VolumeFunctions. getNeighbouringVoxels(Grid3D grid, int[] voxel, int n)
Returns the indices off all first neighbours ofvoxel
, plusvoxel
.static int[]
VolumeFunctions. getNeighbouringVoxels(Grid3D grid, org.jogamp.vecmath.Point3f point)
Returns the indices off all first neighbours of the voxel enclosingpoint
, plus that voxel.static int[]
VolumeFunctions. getNeighbouringVoxels(Grid3D grid, org.jogamp.vecmath.Point3f point, int n)
Returns the indices off all first neighbours of the voxel enclosingpoint
, plus that voxel.protected static int[]
VolumeFunctions. getTrilinearVoxels(Grid3D grid, org.jogamp.vecmath.Point3f point)
Returns the trilinear neighbourhood ofpoint
, which includes the 8 voxels surrounding and enclosing it.static org.jogamp.vecmath.Point3f
VolumeFunctions. getVolumeSpaceMidPoint(Grid3D grid, int voxel)
Returns the midpoint of this voxel ingrid
's coordinate space.static org.jogamp.vecmath.Point3f
VolumeFunctions. getVolumeSpaceMidPoint(Grid3D grid, int[] voxel)
Returns the midpoint of this voxel ingrid
's coordinate space. -
Uses of Grid3D in mgui.interfaces.io
Fields in mgui.interfaces.io declared as Grid3D Modifier and Type Field Description Grid3D
VolumeFileWriteOptions. volume
-
Uses of Grid3D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return Grid3D Modifier and Type Method Description Grid3D
Volume3DInt. getGrid()
Returns the Grid3D associated with this volume.Methods in mgui.interfaces.shapes with parameters of type Grid3D Modifier and Type Method Description void
Volume3DInt. setGrid(Grid3D grid)
void
Volume3DInt. setGrid(Grid3D grid, boolean fire)
Constructors in mgui.interfaces.shapes with parameters of type Grid3D Constructor Description TensorVolume3DInt(Grid3D g, ColourMap cmap)
Volume3DInt(Grid3D g)
Volume3DInt(Grid3D g, ColourMap cmap)
VolumeSet3DInt(Grid3D grid)
-
Uses of Grid3D in mgui.interfaces.shapes.dynamic
Fields in mgui.interfaces.shapes.dynamic declared as Grid3D Modifier and Type Field Description Grid3D
Volume4DInt. baseGrid
Methods in mgui.interfaces.shapes.dynamic that return Grid3D Modifier and Type Method Description Grid3D
Volume4DInt. getBaseGrid()
Methods in mgui.interfaces.shapes.dynamic with parameters of type Grid3D Modifier and Type Method Description void
Volume4DInt. setBaseGrid(Grid3D grid)
Constructors in mgui.interfaces.shapes.dynamic with parameters of type Grid3D Constructor Description Volume4DInt(Grid3D dyn_grid, Grid3D base_grid)
Volume4DInt(Grid3D dyn_grid, Grid3D base_grid, ColourMap cmap)
-
Uses of Grid3D in mgui.interfaces.shapes.volume
Fields in mgui.interfaces.shapes.volume declared as Grid3D Modifier and Type Field Description Grid3D
VolumeMaskUpdater. grid
Methods in mgui.interfaces.shapes.volume that return Grid3D Modifier and Type Method Description protected Grid3D
InterfaceVolumePanel. getGridFromSpecs()
Methods in mgui.interfaces.shapes.volume with parameters of type Grid3D Modifier and Type Method Description void
VolumeMaskUpdater. setGrid(Grid3D g)
void
Volume3DRenderer. updateData(Grid3D grid, int index, int x, int y, int width, int height)
Constructors in mgui.interfaces.shapes.volume with parameters of type Grid3D Constructor Description VolumeMaskUpdater(VolumeMaskOptions_old o, Grid3D g)
-
Uses of Grid3D in mgui.io.foreign.interfile
Methods in mgui.io.foreign.interfile with parameters of type Grid3D Modifier and Type Method Description boolean
InterfileLoader. setGrid3D(Grid3D grid)
-
Uses of Grid3D in mgui.io.foreign.vol
Methods in mgui.io.foreign.vol that return Grid3D Modifier and Type Method Description abstract Grid3D
Volume3DInputStream. sampleGrid()
Grid3D
Volume3DInputStream. sampleGrid(int i)