Uses of Class
org.anchoranalysis.mpp.bean.regionmap.RegionMap
Packages that use RegionMap
Package
Description
Voxel subregions of
Marks.Non-bean classes related to
Marks.A mark after a voxel-representation has been inferred.
Memoization of
VoxelizedMarks.Non-bean classes for proposing
Marks or other data-structures
with particular attributes.-
Uses of RegionMap in org.anchoranalysis.mpp.bean.regionmap
Subclasses with type arguments of type RegionMap in org.anchoranalysis.mpp.bean.regionmapMethods in org.anchoranalysis.mpp.bean.regionmap that return RegionMap -
Uses of RegionMap in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type RegionMapModifier and TypeMethodDescriptionFinds 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 RegionMapModifier and TypeMethodDescriptionstatic 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 RegionMapMethods in org.anchoranalysis.mpp.mark.voxelized.memo with parameters of type RegionMapModifier and TypeMethodDescriptionstatic VoxelizedMarkMemoVoxelizedMarkMemoFactory.create(Mark mark, EnergyStackWithoutParameters stack, RegionMap regionMap) Creates a newVoxelizedMarkMemoinstance.Constructors in org.anchoranalysis.mpp.mark.voxelized.memo with parameters of type RegionMapModifierConstructorDescriptionVoxelizedMarkMemo(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 RegionMapModifier and TypeMethodDescriptionProposerContext.getRegionMap()Region map for the current context.Constructors in org.anchoranalysis.mpp.proposer with parameters of type RegionMapModifierConstructorDescriptionProposerContext(RandomNumberGenerator randomNumberGenerator, EnergyStack energyStack, RegionMap regionMap, OperationContext operationContext, ErrorNode errorNode) Creates a newProposerContextinstance.