34 const std::string& recordDelimiters,
const std::string& fieldDelimiters,
Implements vtkTextCodec::OutputIterator to fill a vtkTable from text input.
~vtkDelimitedTextCodecIteratorPrivate() override
vtkDelimitedTextCodecIteratorPrivate(vtkIdType startRecords, vtkIdType maxRecords, const std::string &recordDelimiters, const std::string &fieldDelimiters, const std::string &stringDelimiters, const std::string &whitespace, const std::string &comments, const std::string &escape, bool haveHeaders, bool mergConsDelimiters, bool useStringDelimiter, bool detectNumericColumns, bool forceDouble, int defaultInt, double defaultDouble, vtkTable *outputTable)
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.