holoride
Search Results for

    Show / Hide Table of Contents

    Class DataProviderWorker<TDataType>

    The worker with a back reference to the node. Represents the result of the different evaluations of structs.

    Inheritance
    object
    PipelineWorkerBase
    DataProviderWorker<TDataType>
    DataProviderNode<TDataType>.DataProviderNodeWorker<T>
    Implements
    IPipelineWorker
    Inherited Members
    PipelineWorkerBase.GenerationSettings
    PipelineWorkerBase.GenerationState
    PipelineWorkerBase.CurrentGenerationContext
    PipelineWorkerBase.Pipeline
    PipelineWorkerBase.IsGatheringResources
    PipelineWorkerBase.IsProcessing
    PipelineWorkerBase.Inputs
    PipelineWorkerBase.MissingMandatoryInputs
    PipelineWorkerBase.AddMissingMandatoryInput(string)
    PipelineWorkerBase.HasMissingMandatoryInputInHierarchy
    PipelineWorkerBase.AddInput(string, IPipelineWorker)
    PipelineWorkerBase.GetInput(string)
    PipelineWorkerBase.GetInput<T>(string)
    PipelineWorkerBase.InitResources()
    PipelineWorkerBase.CallInitResources()
    PipelineWorkerBase.Init()
    PipelineWorkerBase.CallInit()
    PipelineWorkerBase.GatherResourcesAsync(GenerationContext, IProgress<float>, CancellationToken)
    PipelineWorkerBase.CallGatherResourcesAsync(GenerationContext, IProgress<float>, CancellationToken)
    PipelineWorkerBase.ProcessAsync(GenerationContext, IProgress<float>, CancellationToken)
    PipelineWorkerBase.CallProcessAsync(GenerationContext, IProgress<float>, CancellationToken)
    PipelineWorkerBase.Dispose()
    PipelineWorkerBase.CleanUp()
    PipelineWorkerBase.CallCleanUp()
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [PublicAPI]
    public class DataProviderWorker<TDataType> : PipelineWorkerBase, IPipelineWorker
    Type Parameters
    Name Description
    TDataType

    The type of data that the specific structs hold.

    Properties

    ProviderData

    Gets the provided data in a whole without the need to evaluate it.

    Declaration
    public virtual IEnumerable<TDataType> ProviderData { get; }
    Property Value
    Type Description
    IEnumerable<TDataType>

    Implements

    IPipelineWorker
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint