ComposeTileProcessorContainer¶
- MLModule¶
 genre
author
package
dll
definition
see also
keywords
AddProposedTileProperties,TileProcessor,TileProperties,TileProcessorProperties,combine,compose,join
Purpose¶
Allows to create a composite TileProcessorContainer object from input TileProcessor and TileProcessorProperties objects. Optionally, one can use the input processor’s “proposed properties” instead of the latter.
Usage¶
Connect a TileProcessor and a TileProcessorProperties object. The output is instantly updated on each input/parameter change.
Windows¶
Default Panel¶
Input Fields¶
inTileProcessor¶
- name: inTileProcessor, type: MLBase, deprecated name: inObject1¶
 The input processor.
inTileProcessorProperties¶
- name: inTileProcessorProperties, type: MLBase, deprecated name: inObject2,inProposedProperties,inProposedTileProperties¶
 The input properties.
Output Fields¶
outTileProcessorWithProperties¶
- name: outTileProcessorWithProperties, type: MLBase, deprecated name: outList,outTileProcessorWithProposedProperties,outTileProcessorWithProposedTileProperties¶
 The composite
TileProcessorContainerobject.
Parameter Fields¶
Visible Fields¶
Use Proposed Instead Of Input Properties¶
- name: useProposedInsteadOfInputProperties, type: Bool, default: FALSE¶
 If enabled,
inTileProcessorPropertiesis ignored and the “proposed properties” as suggested by the processor as used instead.