Uses of Class
org.anchoranalysis.mpp.bean.regionmap.RegionMembershipWithFlags
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.regionmap |
Voxel subregions of
Marks. |
| org.anchoranalysis.mpp.mark |
Non-bean classes related to
Marks. |
| org.anchoranalysis.mpp.overlay |
-
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.bean.regionmap
Methods in org.anchoranalysis.mpp.bean.regionmap that return RegionMembershipWithFlags Modifier and Type Method Description RegionMembershipWithFlagsRegionMap. 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 RegionMembershipWithFlags Modifier and Type Method Description List<RegionMembershipWithFlags>RegionMap. 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 RegionMembershipWithFlags Modifier and Type Method Description org.anchoranalysis.image.voxel.object.ObjectMaskMark. deriveObject(Dimensions dimensions, RegionMembershipWithFlags region, org.anchoranalysis.image.voxel.binary.values.BinaryValuesByte binaryValues)Creates an ObjectMask representation of the mark.org.anchoranalysis.image.voxel.object.ObjectCollectionMarkCollection. deriveObjects(Dimensions dimensions, RegionMembershipWithFlags regionMembership)Derives objects from the marks in the collection.Constructors in org.anchoranalysis.mpp.mark with parameters of type RegionMembershipWithFlags Constructor Description MarkToObjectConverter(Optional<org.anchoranalysis.spatial.scale.ScaleFactor> scaleFactor, Dimensions dimensions, RegionMembershipWithFlags regionMembership, org.anchoranalysis.image.voxel.binary.values.BinaryValuesByte binaryValuesOut) -
Uses of RegionMembershipWithFlags in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay with parameters of type RegionMembershipWithFlags Modifier and Type Method Description static 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 RegionMembershipWithFlags Constructor Description OverlayMark(Mark mark, RegionMembershipWithFlags regionMembership)