Class PoseSetNode.PoseSetWorker<T>
A worker that can be added to a Pipeline in order to generate a list of GlobalPoses during the ProcessAllAsync(GenerationContext, IProgress<float>, CancellationToken) phase.
Implements
Inherited Members
Namespace: Holoride.ElasticSDK.Graph.PoseSets
Assembly: Holoride.ElasticSDK.Runtime.dll
Syntax
protected abstract class PoseSetNode.PoseSetWorker<T> : PoseSetWorker, IPipelineWorker where T : PoseSetNode
Type Parameters
Name | Description |
---|---|
T | The generating PoseSetNode typed Node. |
Constructors
PoseSetWorker(T)
Instantiates a PoseSetWorker.
Declaration
protected PoseSetWorker(T node)
Parameters
Type | Name | Description |
---|---|---|
T | node | A back-reference to the Node that generated this worker. |
Fields
Node
A back-reference to the Node that generated this worker in order to access its serialized data.
Declaration
protected readonly T Node
Field Value
Type | Description |
---|---|
T |