Uses of Class
org.anchoranalysis.mpp.bean.regionmap.RegionMap
Packages that use RegionMap
Package
Description
Voxel subregions of
Marks.Creating
EnergySchemes.Factorized form of storing the energy during an energy-minimization optimization scheme.
Non-bean classes for calculating feature-values related to
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.Implementations of
ObjectCollectionProvider.-
Uses of RegionMap in org.anchoranalysis.mpp.bean.regionmap
Methods in org.anchoranalysis.mpp.bean.regionmap that return RegionMap -
Uses of RegionMap in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return RegionMapModifier and TypeMethodDescriptionEnergySchemeCreatorByElement.getRegionMap()Mapping of regions.Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme with parameters of type RegionMapModifier and TypeMethodDescriptionvoidEnergySchemeCreatorByElement.setRegionMap(RegionMap regionMap) Mapping of regions. -
Uses of RegionMap in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return RegionMapModifier and TypeMethodDescriptionEnergyScheme.getRegionMap()The region map used in the energy scheme.EnergySchemeWithSharedFeatures.getRegionMap()Gets the region map from the energy scheme.Constructors in org.anchoranalysis.mpp.feature.energy.scheme with parameters of type RegionMapModifierConstructorDescriptionEnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria) Creates an energy scheme with the specified features and region map.EnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<DictionaryProvider> dictionary, List<NamedBean<Feature<FeatureInputStack>>> listImageFeatures) Creates an energy scheme with the specified features, region map, and additional options. -
Uses of RegionMap in org.anchoranalysis.mpp.feature.mark
Methods in org.anchoranalysis.mpp.feature.mark that return RegionMapModifier and TypeMethodDescriptionEnergyMemoList.getRegionMap()Gets the region map associated with this energy memo list. -
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. -
Uses of RegionMap in org.anchoranalysis.plugin.mpp.bean.object.provider
Methods in org.anchoranalysis.plugin.mpp.bean.object.provider that return RegionMapMethods in org.anchoranalysis.plugin.mpp.bean.object.provider with parameters of type RegionMap