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)
LutProvider
getLutReaders
in interface LutProvider
channelBindings
- 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.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.