Inviwo 0.9.12-pre
Inviwo documentation
|
#include <filters.h>
Public Attributes | |
std::function< bool(std::string_view, size_t)> | filter |
bool | filterOnHeader |
Predicate functor for filtering rows. RowFilter::filter
is called once per row. If RowFilter::filterOnHeader
is true, then this filter is applied before the header row is extracted.
std::function<bool(std::string_view, size_t)> inviwo::csvfilters::RowFilter::filter |
Predicate function for rows. The first argument is the content of the entire row, the second argument holds the line number.