Uses of Class
org.anchoranalysis.mpp.bean.regionmap.RegionMembershipWithFlags
Packages that use RegionMembershipWithFlags
Package
Description
Annotations that use one or more marks to describe entities in an image.
Voxel subregions of
Marks.Non-bean classes related to
Marks.-
Uses of RegionMembershipWithFlags in org.anchoranalysis.annotation.mark
Methods in org.anchoranalysis.annotation.mark that return RegionMembershipWithFlags -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.bean.regionmap
Methods in org.anchoranalysis.mpp.bean.regionmap that return RegionMembershipWithFlagsModifier and TypeMethodDescriptionRegionMap.membershipWithFlagsForIndex(int index) Gets the region membership with flags for a specific index.Methods in org.anchoranalysis.mpp.bean.regionmap that return types with arguments of type RegionMembershipWithFlagsModifier and TypeMethodDescriptionRegionMap.createListMembershipWithFlags()Creates a list of all region memberships with their corresponding flags. -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark with parameters of type RegionMembershipWithFlagsModifier and TypeMethodDescriptionMark.deriveObject(Dimensions dimensions, RegionMembershipWithFlags region, BinaryValuesByte binaryValues) Creates an ObjectMask representation of the mark.MarkCollection.deriveObjects(Dimensions dimensions, RegionMembershipWithFlags regionMembership) Derives objects from the marks in the collection.Constructors in org.anchoranalysis.mpp.mark with parameters of type RegionMembershipWithFlagsModifierConstructorDescriptionMarkToObjectConverter(Optional<ScaleFactor> scaleFactor, Dimensions dimensions, RegionMembershipWithFlags regionMembership, BinaryValuesByte binaryValuesOut) Creates a newMarkToObjectConverterinstance. -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay with parameters of type RegionMembershipWithFlagsModifier and TypeMethodDescriptionstatic ColoredOverlayCollectionOverlayCollectionMarkFactory.createColor(ColoredMarks marks, RegionMembershipWithFlags regionMembership) Creates aColoredOverlayCollectionfromColoredMarks.static OverlayCollectionOverlayCollectionMarkFactory.createWithoutColor(MarkCollection marks, RegionMembershipWithFlags regionMembership) Creates anOverlayCollectionfrom aMarkCollectionwithout color information.Constructors in org.anchoranalysis.mpp.overlay with parameters of type RegionMembershipWithFlagsModifierConstructorDescriptionOverlayMark(Mark mark, RegionMembershipWithFlags regionMembership) Creates a newOverlayMarkinstance.