Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::csvfilters::RowFilter Struct Reference

#include <filters.h>

Public Attributes

std::function< bool(std::string_view, size_t)> filter
 
bool filterOnHeader
 

Detailed Description

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.

Member Data Documentation

◆ filter

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.


The documentation for this struct was generated from the following file: