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 PointSet3DIntVolumeFunctions. 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 PointSet3DIntVolumeFunctions. 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 classMesh3DIntInterface for a Mesh3D shape.Methods in mgui.interfaces.shapes with parameters of type PointSet3DInt Modifier and Type Method Description voidPointSet3DInt. appendPoints(PointSet3DInt points)Appendspointsto this point set.voidPointSet3DInt. appendPoints(PointSet3DInt points, boolean update)Appendspointsto this point set. -
Uses of PointSet3DInt in mgui.interfaces.shapes.graphs
Subclasses of PointSet3DInt in mgui.interfaces.shapes.graphs Modifier and Type Class Description classGraph3DIntRepresents 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 classCorticalHemisphereSet3DIntclassCorticalSurfaceSet3DIntRepresentation 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 PointSet3DIntPointSet3DDataInputOptions. pointsetMethods in mgui.io.domestic.shapes that return PointSet3DInt Modifier and Type Method Description PointSet3DIntPointSet3DLoader. loadPointSet(ProgressUpdater progress_bar)protected PointSet3DIntPointSet3DLoader. loadPointSetBlocking(ProgressUpdater progress_bar)