11 #ifndef GO_WEB_SCAN_TRACHEID_SAMPLE_TASK_H
12 #define GO_WEB_SCAN_TRACHEID_SAMPLE_TASK_H
105 #include <GoWebScanSdk/GoWebScanTracheidSampleTask.x.h>
Declares the GoWebScanPipeTask class.
Represents a task for processing raw sensor data to produce system web tiles (Web mode) or detected o...
Represents a container for node-level parameters which are translated from user parameters set in GoW...
Declares a GoWebScanPipe object.
kStatus(kCall * GoWebScanPipeSendFx)(kPointer context, GoWebScanPipeMsg msg)
Defines the signature of the handler used by tasks to receive a message from the pipe.
Definition: GoWebScanPipe.h:33
kStatus GoWebScanTracheidSampleTask_Construct(GoWebScanTracheidSampleTask *task, GoWebScanProcess process, GoWebScanConfigNode configNode, kAlloc allocator)
Constructs a GoWebScanTracheidSampleTask object.
Essential GoWebScan declarations.
kStatus GoWebScanTracheidSampleTask_Send(GoWebScanTracheidSampleTask task, GoWebScanPipeMsg msg)
Adds a message to the processing queue.
GoWebScanConfigNode GoWebScanTracheidSampleTask_ConfigNode(GoWebScanTracheidSampleTask task)
Gets the node configuration for the node associated with this task.
kStatus GoWebScanTracheidSampleTask_SetReceiver(GoWebScanTracheidSampleTask task, GoWebScanPipeSendFx send, kPointer context)
Sets the handler for receiving resampled tracheid tiles.
Represents a task for resampling raw tracheid points from a single camera to generate tracheid tiles...
kStatus GoWebScanTracheidSampleTask_Dispatch(GoWebScanTracheidSampleTask task, GoWebScanPipeMsg msg)
Dispatches a processing job (task + message) to the pipe.
Base class for a msg that can be processed with a GoWebScanPipeTask and submitted to the GoWebScanPip...
kStatus GoWebScanTracheidSampleTask_Clear(GoWebScanTracheidSampleTask task)
Clears Y-resampler algorithm and resets internal variables.
Declares a GoWebScanConfig object.