Accelerated Computation Engine
|
#include <ace_analytic_simplerun.h>
Public Member Functions | |
virtual void | addWork (std::unique_ptr< EAbstractAnalytic::Block > &&block) override final |
SimpleRun (AbstractInput *base, QObject *parent=nullptr) | |
![]() | |
AbstractRun (QObject *parent=nullptr) | |
Additional Inherited Members | |
![]() | |
void | finished () |
This is a simple analytic run that is used in single mode only for simple analytic types which do not make blocks.
|
explicit |
Constructs a new simple run object with the given abstract input object for input and an optional parent.
base | Abstract input base object used to save the results this simple run object produces. |
parent | Optional parent for this new simple run object. |
|
finaloverridevirtual |
Implements the interface that is called to add a work block to be processed by this abstract run. Because this is a simple run the given work block is ignored.
block | Unused work block that is ignored. |
Implements Ace::Analytic::AbstractRun.