![]() |
ImFusion SDK 4.3
|
#include <ImFusion/CT/Pipeline/Block.h>
Base class for pipeline processing blocks. More...
Inheritance diagram for Block:Base class for pipeline processing blocks.
Provides common interface for data processing stages in CT reconstruction pipelines.
Public Types | |
| using | Input = DataList |
| using | Output = DataList |
Public Member Functions | |
| virtual Status | runBlock (Input &input, Output &output) |
Runs the block for specified input, storing the result in output. | |
Runs the block for specified input, storing the result in output.
Reimplemented in BlockMixin< Base >, and LinearOperator.