96 vtkGetStringMacro(InputString);
98 vtkGetMacro(InputStringLength,
int);
101 this->SetInputString(input.c_str(),
static_cast<int>(input.length()));
127 vtkGetStringMacro(UnicodeCharacterSet);
128 vtkSetStringMacro(UnicodeCharacterSet);
149 vtkSetStringMacro(FieldDelimiterCharacters);
150 vtkGetStringMacro(FieldDelimiterCharacters);
166 vtkGetMacro(StringDelimiter,
char);
167 vtkSetMacro(StringDelimiter,
char);
177 vtkSetMacro(UseStringDelimiter,
bool);
178 vtkGetMacro(UseStringDelimiter,
bool);
179 vtkBooleanMacro(UseStringDelimiter,
bool);
187 vtkGetMacro(HaveHeaders,
bool);
188 vtkSetMacro(HaveHeaders,
bool);
197 vtkSetMacro(MergeConsecutiveDelimiters,
bool);
198 vtkGetMacro(MergeConsecutiveDelimiters,
bool);
199 vtkBooleanMacro(MergeConsecutiveDelimiters,
bool);
217 vtkSetMacro(DetectNumericColumns,
bool);
218 vtkGetMacro(DetectNumericColumns,
bool);
219 vtkBooleanMacro(DetectNumericColumns,
bool);
228 vtkSetMacro(ForceDouble,
bool);
229 vtkGetMacro(ForceDouble,
bool);
230 vtkBooleanMacro(ForceDouble,
bool);
249 vtkSetMacro(TrimWhitespacePriorToNumericConversion,
bool);
250 vtkGetMacro(TrimWhitespacePriorToNumericConversion,
bool);
251 vtkBooleanMacro(TrimWhitespacePriorToNumericConversion,
bool);
259 vtkSetMacro(DefaultIntegerValue,
int);
260 vtkGetMacro(DefaultIntegerValue,
int);
268 vtkSetMacro(DefaultDoubleValue,
double);
269 vtkGetMacro(DefaultDoubleValue,
double);
277 vtkSetStringMacro(PedigreeIdArrayName);
278 vtkGetStringMacro(PedigreeIdArrayName);
286 vtkSetMacro(GeneratePedigreeIds,
bool);
287 vtkGetMacro(GeneratePedigreeIds,
bool);
288 vtkBooleanMacro(GeneratePedigreeIds,
bool);
295 vtkSetMacro(OutputPedigreeIds,
bool);
296 vtkGetMacro(OutputPedigreeIds,
bool);
297 vtkBooleanMacro(OutputPedigreeIds,
bool);
306 vtkSetMacro(AddTabFieldDelimiter,
bool);
307 vtkGetMacro(AddTabFieldDelimiter,
bool);
308 vtkBooleanMacro(AddTabFieldDelimiter,
bool);
324 vtkSetMacro(ReplacementCharacter, vtkTypeUInt32);
325 vtkGetMacro(ReplacementCharacter, vtkTypeUInt32);
reads in delimited ascii or unicode text files and outputs a vtkTable data structure.
std::string UnicodeEscapeCharacter
vtkTypeUInt32 ReplacementCharacter
void SetInputString(const char *in, int len)
Specify the InputString for use when reading from a character array.
std::string UnicodeRecordDelimiters
char * FieldDelimiterCharacters
bool TrimWhitespacePriorToNumericConversion
~vtkDelimitedTextReader() override
void SetUTF8RecordDelimiters(const char *delimiters)
Specify the character(s) that will be used to separate records.
vtkStdString GetLastError()
Returns a human-readable description of the most recent error, if any.
void SetInputString(const char *in)
Specify the InputString for use when reading from a character array.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetUTF8StringDelimiters(const char *delimiters)
std::string UnicodeWhitespace
double DefaultDoubleValue
vtkTypeBool ReadFromInputString
bool MergeConsecutiveDelimiters
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
std::string UnicodeFieldDelimiters
const char * GetUTF8StringDelimiters()
int ReadData(vtkTable *const output_table)
bool AddTabFieldDelimiter
vtkSetFilePathMacro(FileName)
Specifies the delimited text file to be loaded.
bool DetectNumericColumns
static vtkDelimitedTextReader * New()
const char * GetUTF8RecordDelimiters()
Specify the character(s) that will be used to separate records.
void SetInputString(const vtkStdString &input)
Specify the InputString for use when reading from a character array.
std::string UnicodeStringDelimiters
const char * GetUTF8FieldDelimiters()
void SetUTF8FieldDelimiters(const char *delimiters)
char * PedigreeIdArrayName
char * UnicodeCharacterSet