public class LutProviderImpl extends java.lang.Object implements LutProvider
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,LutReader> |
lutReaders
Available readers, keyed off name.
|
| Constructor and Description |
|---|
LutProviderImpl(ScriptRepoHelper scriptRepoHelper,
ScriptFileType lutType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LutReader> |
getLutReaders(ChannelBinding[] channelBindings)
Returns the list of lookup table readers that can be used by a set
of channel bindings.
|
protected final java.util.Map<java.lang.String,LutReader> lutReaders
public LutProviderImpl(ScriptRepoHelper scriptRepoHelper, ScriptFileType lutType)
public java.util.List<LutReader> getLutReaders(ChannelBinding[] channelBindings)
LutProvidergetLutReaders in interface LutProviderchannelBindings - Array of channel bindings to constrain the
lookup tables readers by.null
will be inserted when either no lookup table has been requested or
can be found for that channel binding.
Version: 5.4.10-ice35-b105
Copyright © 2019 The University of Dundee & Open Microscopy Environment. All Rights Reserved.