Uses of Class
org.anchoranalysis.mpp.bean.regionmap.RegionMap
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.regionmap |
Voxel subregions of
Marks. |
| org.anchoranalysis.mpp.mark |
Non-bean classes related to
Marks. |
| org.anchoranalysis.mpp.mark.voxelized |
A mark after a voxel-representation has been inferred.
|
| org.anchoranalysis.mpp.mark.voxelized.memo |
Memoization of
VoxelizedMarks. |
| org.anchoranalysis.mpp.proposer |
Non-bean classes for proposing
Marks or other data-structures
with particular attributes. |
-
Uses of RegionMap in org.anchoranalysis.mpp.bean.regionmap
Methods in org.anchoranalysis.mpp.bean.regionmap that return RegionMap Modifier and Type Method Description static RegionMapRegionMapSingleton. instance()Gets the singleton instance of RegionMap. -
Uses of RegionMap in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type RegionMap Modifier and Type Method Description MarkCollectionMarkCollection. marksAt(org.anchoranalysis.spatial.point.Point3i point, RegionMap regionMap, int regionID)Finds marks at a specific point that belong to a specific region. -
Uses of RegionMap in org.anchoranalysis.mpp.mark.voxelized
Methods in org.anchoranalysis.mpp.mark.voxelized with parameters of type RegionMap Modifier and Type Method Description static org.anchoranalysis.mpp.mark.voxelized.VoxelizedMarkHistogramVoxelizedMarkFactory. create(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap)Creates a newVoxelizedMarkHistograminstance. -
Uses of RegionMap in org.anchoranalysis.mpp.mark.voxelized.memo
Methods in org.anchoranalysis.mpp.mark.voxelized.memo that return RegionMap Modifier and Type Method Description RegionMapVoxelizedMarkMemo. getRegionMap()The region map.Methods in org.anchoranalysis.mpp.mark.voxelized.memo with parameters of type RegionMap Modifier and Type Method Description static VoxelizedMarkMemoVoxelizedMarkMemoFactory. create(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap)Creates a newVoxelizedMarkMemoinstance.Constructors in org.anchoranalysis.mpp.mark.voxelized.memo with parameters of type RegionMap Constructor Description VoxelizedMarkMemo(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap)Creates a new VoxelizedMarkMemo. -
Uses of RegionMap in org.anchoranalysis.mpp.proposer
Methods in org.anchoranalysis.mpp.proposer that return RegionMap Modifier and Type Method Description RegionMapProposerContext. getRegionMap()Region map for the current context.Constructors in org.anchoranalysis.mpp.proposer with parameters of type RegionMap Constructor Description ProposerContext(RandomNumberGenerator randomNumberGenerator, EnergyStack energyStack, RegionMap regionMap, OperationContext operationContext, ErrorNode errorNode)