Uses of Class
mgui.interfaces.shapes.PointSet3DInt
Package | Description |
---|---|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.neuro | |
mgui.io.domestic.shapes |
-
Uses of PointSet3DInt in mgui.geometry.volume
Methods in mgui.geometry.volume that return PointSet3DInt Modifier and Type Method Description static PointSet3DInt
VolumeFunctions. findMaximaBlocking(Volume3DInt volume, java.lang.String source_column, java.lang.String mask_column, java.lang.String label_column)
Returns a global maximum for a given volume or within a given mask, or mulitple maxima from a set of masks, specified bymask_column
.static PointSet3DInt
VolumeFunctions. getRoiCentroidsBlocking(Volume3DInt volume, java.lang.String source_column, int[] value_range, int min_size, boolean map_values, java.lang.String label_column, ProgressUpdater progress)
Finds the centroids for all ROIs (identified as voxels with the same value). -
Uses of PointSet3DInt in mgui.interfaces.shapes
Subclasses of PointSet3DInt in mgui.interfaces.shapes Modifier and Type Class Description class
Mesh3DInt
Interface for a Mesh3D shape.Methods in mgui.interfaces.shapes with parameters of type PointSet3DInt Modifier and Type Method Description void
PointSet3DInt. appendPoints(PointSet3DInt points)
Appendspoints
to this point set.void
PointSet3DInt. appendPoints(PointSet3DInt points, boolean update)
Appendspoints
to this point set. -
Uses of PointSet3DInt in mgui.interfaces.shapes.graphs
Subclasses of PointSet3DInt in mgui.interfaces.shapes.graphs Modifier and Type Class Description class
Graph3DInt
Represents a graph as a 3D shape. -
Uses of PointSet3DInt in mgui.interfaces.shapes.neuro
Subclasses of PointSet3DInt in mgui.interfaces.shapes.neuro Modifier and Type Class Description class
CorticalHemisphereSet3DInt
class
CorticalSurfaceSet3DInt
Representation of a set of cortical surfaces, including grey matter (GM) interfaces with white matter (WM) and cerebrospinal fluid (CSF). -
Uses of PointSet3DInt in mgui.io.domestic.shapes
Fields in mgui.io.domestic.shapes declared as PointSet3DInt Modifier and Type Field Description PointSet3DInt
PointSet3DDataInputOptions. pointset
Methods in mgui.io.domestic.shapes that return PointSet3DInt Modifier and Type Method Description PointSet3DInt
PointSet3DLoader. loadPointSet(ProgressUpdater progress_bar)
protected PointSet3DInt
PointSet3DLoader. loadPointSetBlocking(ProgressUpdater progress_bar)