Struct handling the size, alignment and number of flows per set. More...
#include <cvb/driver/flow_set_pool.hpp>
Public Member Functions | |
FlowInfo (size_t size, size_t alignment) | |
Construct a flow. More... | |
Public Attributes | |
size_t | Size = 0 |
Flow size in bytes. | |
size_t | Alignment = 0 |
Flow alignment in bytes. | |
Struct handling the size, alignment and number of flows per set.