Skip to content
  • Christian Schulte zu Berge's avatar
    Added a field _pipelineName to AutoEvaluationPipeline. This allows to... · 12f36262
    Christian Schulte zu Berge authored
    Added a field _pipelineName to AutoEvaluationPipeline. This allows to implement AutoEvaluationPipeline::getName() so that AutoEvaluationPipeline is no longer abstract. Consequently, the LuaPipeline is no longer needed.
    
    This change was also used to change the AbstractPipeline constructor signature to pass-by-reference instead of pass-by-pointer for the pipeline's DataContainer. This presents the semantics more clearly since the DataContainer must not be 0.
    12f36262