Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::reader::option Namespace Reference

Option keys shared between data readers,. More...

Variables

constexpr std::string_view count = "count"
 Number of items to read, std::ptrdiff_t. A negative value means all remaining items.
constexpr std::string_view index = "index"
 Index of the item to read, std::ptrdiff_t. Negative values are counted from the end.
constexpr std::string_view stride = "stride"
 Step between the items to read, std::ptrdiff_t.

Detailed Description

Option keys shared between data readers,.

See also
DataReader::setOption