public class ImagePlusToDatasetConverter extends AbstractLegacyConverter<ij.ImagePlus,Dataset>
Converter
implementation for converting ImagePlus
to a
Dataset
.
NB: should be LOWER priority than any default Converter
s to avoid
unintentionally grabbing undesired conversions (e.g. involving nulls).
legacyService
Constructor and Description |
---|
ImagePlusToDatasetConverter() |
Modifier and Type | Method and Description |
---|---|
<T> T |
convert(Object src,
Class<T> dest) |
Class<ij.ImagePlus> |
getInputType() |
Class<Dataset> |
getOutputType() |
void |
populateInputCandidates(Collection<Object> objects) |
canConvert, legacyEnabled
canConvert, canConvert, canConvert, canConvert, convert, convert, getType, supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public void populateInputCandidates(Collection<Object> objects)
populateInputCandidates
in interface Converter<ij.ImagePlus,Dataset>
populateInputCandidates
in class AbstractConverter<ij.ImagePlus,Dataset>
public Class<ij.ImagePlus> getInputType()
Copyright © 2014–2022 ImageJ. All rights reserved.