#include <ProcessingBlock.h>
◆ proc_stage
Enumerator |
---|
none | never activate this block
|
first | activate at first stage
|
second | activate at second stage
|
both | activate at both first and second stage
|
◆ ProcessingProperties() [1/2]
mio::ProcessingProperties::ProcessingProperties |
( |
| ) |
|
|
inline |
◆ ProcessingProperties() [2/2]
mio::ProcessingProperties::ProcessingProperties |
( |
const Duration & |
t_before, |
|
|
const Duration & |
t_after, |
|
|
const size_t & |
pt_before, |
|
|
const size_t & |
pt_after, |
|
|
const proc_stage & |
i_stage |
|
) |
| |
|
inline |
◆ toString()
const std::string mio::ProcessingProperties::toString |
( |
| ) |
const |
◆ points_after
size_t mio::ProcessingProperties::points_after |
◆ points_before
size_t mio::ProcessingProperties::points_before |
◆ stage
◆ time_after
Duration mio::ProcessingProperties::time_after |
◆ time_before
Duration mio::ProcessingProperties::time_before |
The documentation for this class was generated from the following files: