LabelingMapping.getLabelSets()
or
LabelingMapping.setLabelSets(List)
instead.
Internals. Can be derived for implementing de/serialisation of the
LabelingMapping
.
@Deprecated public static class LabelingMapping.SerialisationAccess<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
SerialisationAccess(LabelingMapping<T> labelingMapping)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<Set<T>> |
getLabelSets()
Deprecated.
|
protected void |
setLabelSets(List<Set<T>> labelSets)
Deprecated.
|
protected SerialisationAccess(LabelingMapping<T> labelingMapping)
@Deprecated protected List<Set<T>> getLabelSets()
@Deprecated protected void setLabelSets(List<Set<T>> labelSets)
Copyright © 2015–2022 ImgLib2. All rights reserved.