![]() |
ImFusion C++ SDK 4.4.0
|
#include <ImFusion/CT/Pipeline/Block.h>
Base class for pipeline processing blocks. More...
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. | |
|
inlinevirtual |
Runs the block for specified input, storing the result in output.
Reimplemented in ImFusion::CT::BlockMixin< Base >, and ImFusion::CT::LinearOperator.