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

../../../Projects/TileProcessing/TileProcessorPropertiesUtils/MLSetTileProcessorProperties/Modules/mhelp/Images/Screenshots/ComposeTileProcessorContainer._default.png

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 TileProcessorContainer object.

Parameter Fields

Visible Fields

Use Proposed Instead Of Input Properties

name: useProposedInsteadOfInputProperties, type: Bool, default: FALSE

If enabled, inTileProcessorProperties is ignored and the “proposed properties” as suggested by the processor as used instead.