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

Classes

struct  Filters
 
struct  RowFilter
 

Functions

IVW_MODULE_DATAFRAME_API RowFilter emptyLines (bool filterOnHeader=true)
 create a filter matching empty rows
 
IVW_MODULE_DATAFRAME_API RowFilter rowBegin (std::string_view begin, bool filterOnHeader)
 create a filter matching rows starting with begin, for example comment rows starting with '#'
 
IVW_MODULE_DATAFRAME_API RowFilter lineRange (int min, int max, bool filterOnHeader)
 create a filter matching an inclusive line range [min, max]
 

Detailed Description

CSV-specific filters when parsing CSV files