34 const std::string& field_delimiters,
const std::string& string_delimiters,
Implements vtkTextCodec::OutputIterator to fill a vtkTable from text input.
~vtkDelimitedTextCodecIteratorPrivate() override
vtkDelimitedTextCodecIteratorPrivate(vtkIdType max_records, const std::string &record_delimiters, const std::string &field_delimiters, const std::string &string_delimiters, const std::string &whitespace, const std::string &escape, bool have_headers, bool merg_cons_delimiters, bool use_string_delimiter, bool detect_numeric_columns, bool force_double, int default_int, double default_double, vtkTable *output_table)
void ReachedEndOfInput()
Handle windows files that do not have a carriage return line feed on the last line of the file.
vtkDelimitedTextCodecIteratorPrivate & operator=(const vtkTypeUInt32 &value) override
Entry point to parse text.
a base class that any output iterators need to derive from to use the first signature of to_unicode.