Uses of Class
org.anchoranalysis.mpp.mark.MarkCollection
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.points |
Operations based on sets of points.
|
| org.anchoranalysis.mpp.bean.proposer |
Proposing
Marks or other data-structures with particular
attributes. |
| org.anchoranalysis.mpp.init |
Parameters used to initialize certain types of beans.
|
| org.anchoranalysis.mpp.mark |
Non-bean classes related to
Marks. |
| org.anchoranalysis.mpp.overlay |
-
Uses of MarkCollection in org.anchoranalysis.mpp.bean.points
Methods in org.anchoranalysis.mpp.bean.points with parameters of type MarkCollection Modifier and Type Method Description Optional<Mark>CreateMarkFromPoints. fitMarkToPointsFromMarks(MarkCollection marks, Dimensions dimensions)Extracts points from marks, creates a new mark, and fits this mark to the extracted points. -
Uses of MarkCollection in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer that return types with arguments of type MarkCollection Modifier and Type Method Description abstract Optional<MarkCollection>MarkCollectionProposer. propose(MarkWithIdentifierFactory markFactory, ProposerContext context)Proposes a collection of marks.Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type MarkCollection Modifier and Type Method Description abstract Optional<Mark>MarkFromCollectionProposer. selectMarkFrom(MarkCollection marks, ProposerContext context)Selects a mark from a collection of marks. -
Uses of MarkCollection in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type MarkCollection Modifier and Type Method Description NamedProviderStore<MarkCollection>MarksInitialization. marks()Store for mark collections. -
Uses of MarkCollection in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that return MarkCollection Modifier and Type Method Description MarkCollectionMarkCollection. createMerged(MarkCollection toMerge)Creates a new collection by merging this collection with another.MarkCollectionMarkCollection. deepCopy()Creates a deep copy of the collection.MarkCollectionColoredMarks. getMarks()MarkCollectionMarkCollection. marksAt(org.anchoranalysis.spatial.point.Point3i point, RegionMap regionMap, int regionID)Finds marks at a specific point that belong to a specific region.MarkCollectionMarkCollection. shallowCopy()Creates a shallow copy of the collection.Methods in org.anchoranalysis.mpp.mark with parameters of type MarkCollection Modifier and Type Method Description voidColoredMarks. addAll(MarkCollection marks, RGBColor color)Adds all marks from a MarkCollection with the same color.voidMarkCollection. addAll(MarkCollection marks)Adds all marks from another collection to this collection.MarkCollectionMarkCollection. createMerged(MarkCollection toMerge)Creates a new collection by merging this collection with another.booleanMarkCollection. equalsDeep(MarkCollection other)Checks if this collection is deeply equal to another.Constructors in org.anchoranalysis.mpp.mark with parameters of type MarkCollection Constructor Description ColoredMarks(MarkCollection marks, ColorIndex colorIndex, IdentifierGetter<Mark> colorIDGetter)Creates a ColoredMarks instance from a MarkCollection and assigns colors based on a ColorIndex.ColoredMarks(MarkCollection marks, ColorList colorList) -
Uses of MarkCollection in org.anchoranalysis.mpp.overlay
Methods in org.anchoranalysis.mpp.overlay that return MarkCollection Modifier and Type Method Description static MarkCollectionOverlayCollectionMarkFactory. marksFromOverlays(OverlayCollection overlays)Creates aMarkCollectionfrom anOverlayCollection.Methods in org.anchoranalysis.mpp.overlay with parameters of type MarkCollection Modifier and Type Method Description static OverlayCollectionOverlayCollectionMarkFactory. createWithoutColor(MarkCollection marks, RegionMembershipWithFlags regionMembership)Creates anOverlayCollectionfrom aMarkCollectionwithout color information.