ExampleCppTileProcessor¶
-
MLModule
¶ genre ML_Inference_Providers_Examples
author Jan-Martin Kuhnigk
package FMEstable/ReleaseMeVis
dll MLExampleCppTileProcessor
definition MLExampleCppTileProcessor.def see also ApplyTileProcessor
keywords example
,test
,model
Purpose¶
Example module for a C++ based TileProcessor. Mostly useful for testing.
Usage¶
Connect e.g. to ApplyTileProcessor
or ProcessTiles
and press Update
Output Fields¶
Parameter Fields¶
Field Index¶
[] : Trigger |
Input Min Value : Double |
Add TileProcessorProperties Object : Bool |
On Input Change Behavior : Enum |
Clear : Trigger |
Processor Type : Enum |
doNotClearOnFailedUpdate : Bool |
Status Code : Enum |
Fill Value : Double |
Status Message : String |
Force processing error : Bool |
Update : Trigger |
Has Valid Output : Bool |
|
Input Max Value : Double |
Visible Fields¶
On Input Change Behavior¶
-
name:
onInputChangeBehavior
, type:
Enum
, default:
Clear
, deprecated name:
shouldAutoUpdate,shouldUpdateAutomatically
¶ Declares how the module should react if a value of an input field changes.
Values:
Title | Name | Deprecated Name |
---|---|---|
Update | Update | TRUE |
Clear | Clear | FALSE |
Status Code¶
-
name:
statusCode
, type:
Enum
, persistent:
no
¶ Reflects module’s status (successful or failed computations) as one of some predefined enumeration values.
Values:
Title | Name |
---|---|
Ok | Ok |
Invalid input object | Invalid input object |
Invalid input parameter | Invalid input parameter |
Internal error | Internal error |
Status Message¶
-
name:
statusMessage
, type:
String
, persistent:
no
¶ Gives additional, detailed information about status code as human-readable message.
Has Valid Output¶
-
name:
hasValidOutput
, type:
Bool
, persistent:
no
¶ Indicates validity of output field values (success of computation).
[]¶
-
name:
updateDone
, type:
Trigger
, persistent:
no
¶ Notifies that an update was performed (Check status interface fields to identify success or failure).
Processor Type¶
-
name:
inProcessorType
, type:
Enum
, default:
Identity2x2
, deprecated name:
inConnectorType
¶
Values:
Title | Name |
---|---|
Identity2x2 | Identity2x2 |
Dummy2x3 | Dummy2x3 |
Scale Min Max1x1 | ScaleMinMax1x1 |