ImFusion SDK 4.3
BlockMixin< Base > Class Template Reference

#include <ImFusion/CT/Pipeline/Block.h>

Mixin pattern to use any Algorithm as Block. More...

+ Inheritance diagram for BlockMixin< Base >:

Detailed Description

template<class Base>
class ImFusion::CT::BlockMixin< Base >

Mixin pattern to use any Algorithm as Block.

Public Member Functions

CT::Status runBlock (Input &input, Output &output) override
 Runs the block for specified input, storing the result in output.
 

Additional Inherited Members

- Public Types inherited from Block
using Input = DataList
 
using Output = DataList
 

Member Function Documentation

◆ runBlock()

template<class Base>
CT::Status runBlock ( Input & input,
Output & output )
inlineoverridevirtual

Runs the block for specified input, storing the result in output.

Reimplemented from Block.


The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close