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

#include <filters.h>

Public Attributes

std::vector< RowFilterincludeRows
 
std::vector< RowFilterexcludeRows
 
std::vector< ItemFilterincludeItems
 
std::vector< ItemFilterexcludeItems
 

Detailed Description

Filters to be applied per row while parsing the CSV file. All respective filter predicates are combined using a union operation. First, rows are filtered for includes and then excludes. Secondly, individual data items of the remaining rows are filtered for includes and excludes.


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