VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkDelimitedTextReader Class Reference

reads in delimited ascii or unicode text files and outputs a vtkTable data structure. More...

#include <vtkDelimitedTextReader.h>

Inheritance diagram for vtkDelimitedTextReader:
[legend]
Collaboration diagram for vtkDelimitedTextReader:
[legend]

Public Types

typedef vtkTableAlgorithm Superclass
 
- Public Types inherited from vtkTableAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkDelimitedTextReaderNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetUTF8FieldDelimiters (const char *delimiters)
 
const char * GetUTF8FieldDelimiters ()
 
void SetUnicodeFieldDelimiters (const vtkUnicodeString &delimiters)
 
vtkUnicodeString GetUnicodeFieldDelimiters ()
 
void SetUTF8StringDelimiters (const char *delimiters)
 
const char * GetUTF8StringDelimiters ()
 
void SetUnicodeStringDelimiters (const vtkUnicodeString &delimiters)
 
vtkUnicodeString GetUnicodeStringDelimiters ()
 
vtkStdString GetLastError ()
 
virtual char * GetFileName ()
 
virtual void SetFileName (const char *)
 
void SetInputString (const char *in)
 
virtual char * GetInputString ()
 
void SetInputString (const char *in, int len)
 
virtual int GetInputStringLength ()
 
void SetInputString (const vtkStdString &input)
 
virtual void SetReadFromInputString (int)
 
virtual int GetReadFromInputString ()
 
virtual void ReadFromInputStringOn ()
 
virtual void ReadFromInputStringOff ()
 
virtual char * GetUnicodeCharacterSet ()
 
virtual void SetUnicodeCharacterSet (const char *)
 
void SetUTF8RecordDelimiters (const char *delimiters)
 
const char * GetUTF8RecordDelimiters ()
 
void SetUnicodeRecordDelimiters (const vtkUnicodeString &delimiters)
 
vtkUnicodeString GetUnicodeRecordDelimiters ()
 
virtual void SetFieldDelimiterCharacters (const char *)
 
virtual char * GetFieldDelimiterCharacters ()
 
virtual char GetStringDelimiter ()
 
virtual void SetStringDelimiter (char)
 
virtual void SetUseStringDelimiter (bool)
 
virtual bool GetUseStringDelimiter ()
 
virtual void UseStringDelimiterOn ()
 
virtual void UseStringDelimiterOff ()
 
virtual bool GetHaveHeaders ()
 
virtual void SetHaveHeaders (bool)
 
virtual void SetMergeConsecutiveDelimiters (bool)
 
virtual bool GetMergeConsecutiveDelimiters ()
 
virtual void MergeConsecutiveDelimitersOn ()
 
virtual void MergeConsecutiveDelimitersOff ()
 
virtual vtkIdType GetMaxRecords ()
 
virtual void SetMaxRecords (vtkIdType)
 
virtual void SetDetectNumericColumns (bool)
 
virtual bool GetDetectNumericColumns ()
 
virtual void DetectNumericColumnsOn ()
 
virtual void DetectNumericColumnsOff ()
 
virtual void SetForceDouble (bool)
 
virtual bool GetForceDouble ()
 
virtual void ForceDoubleOn ()
 
virtual void ForceDoubleOff ()
 
virtual void SetTrimWhitespacePriorToNumericConversion (bool)
 
virtual bool GetTrimWhitespacePriorToNumericConversion ()
 
virtual void TrimWhitespacePriorToNumericConversionOn ()
 
virtual void TrimWhitespacePriorToNumericConversionOff ()
 
virtual void SetDefaultIntegerValue (int)
 
virtual int GetDefaultIntegerValue ()
 
virtual void SetDefaultDoubleValue (double)
 
virtual double GetDefaultDoubleValue ()
 
virtual void SetPedigreeIdArrayName (const char *)
 
virtual char * GetPedigreeIdArrayName ()
 
virtual void SetGeneratePedigreeIds (bool)
 
virtual bool GetGeneratePedigreeIds ()
 
virtual void GeneratePedigreeIdsOn ()
 
virtual void GeneratePedigreeIdsOff ()
 
virtual void SetOutputPedigreeIds (bool)
 
virtual bool GetOutputPedigreeIds ()
 
virtual void OutputPedigreeIdsOn ()
 
virtual void OutputPedigreeIdsOff ()
 
virtual void SetReplacementCharacter (vtkTypeUInt32)
 
virtual vtkTypeUInt32 GetReplacementCharacter ()
 
- Public Member Functions inherited from vtkTableAlgorithm
vtkTableAlgorithmNewInstance () const
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
vtkTableGetOutput ()
 
vtkTableGetOutput (int index)
 
void SetInputData (vtkDataObject *obj)
 
void SetInputData (int index, vtkDataObject *obj)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkDelimitedTextReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDelimitedTextReaderSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkTableAlgorithm
static vtkTableAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkTableAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkDelimitedTextReader ()
 
 ~vtkDelimitedTextReader ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkTableAlgorithm
 vtkTableAlgorithm ()
 
 ~vtkTableAlgorithm ()
 
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

char * FileName
 
int ReadFromInputString
 
char * InputString
 
int InputStringLength
 
char * UnicodeCharacterSet
 
vtkIdType MaxRecords
 
vtkUnicodeString UnicodeRecordDelimiters
 
vtkUnicodeString UnicodeFieldDelimiters
 
vtkUnicodeString UnicodeStringDelimiters
 
vtkUnicodeString UnicodeWhitespace
 
vtkUnicodeString UnicodeEscapeCharacter
 
bool DetectNumericColumns
 
bool ForceDouble
 
bool TrimWhitespacePriorToNumericConversion
 
int DefaultIntegerValue
 
double DefaultDoubleValue
 
char * FieldDelimiterCharacters
 
char StringDelimiter
 
bool UseStringDelimiter
 
bool HaveHeaders
 
bool UnicodeOutputArrays
 
bool MergeConsecutiveDelimiters
 
char * PedigreeIdArrayName
 
bool GeneratePedigreeIds
 
bool OutputPedigreeIds
 
vtkStdString LastError
 
vtkTypeUInt32 ReplacementCharacter
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

reads in delimited ascii or unicode text files and outputs a vtkTable data structure.

vtkDelimitedTextReader is an interface for pulling in data from a flat, delimited ascii or unicode text file (delimiter can be any character).

The behavior of the reader with respect to ascii or unicode input is controlled by the SetUnicodeCharacterSet() method. By default (without calling SetUnicodeCharacterSet()), the reader will expect to read ascii text and will output vtkStdString columns. Use the Set and Get methods to set delimiters that do not contain UTF8 in the name when operating the reader in default ascii mode. If the SetUnicodeCharacterSet() method is called, the reader will output vtkUnicodeString columns in the output table. In addition, it is necessary to use the Set and Get methods that contain UTF8 in the name to specify delimiters when operating in unicode mode.

There is also a special character set US-ASCII-WITH-FALLBACK that will treat the input text as ASCII no matter what. If and when it encounters a character with its 8th bit set it will replace that character with the code point ReplacementCharacter. You may use this if you have text that belongs to a code page like LATIN9 or ISO-8859-1 or friends: mostly ASCII but not entirely. Eventually this class will acquire the ability to read gracefully text from any code page, making this option obsolete.

This class emits ProgressEvent for every 100 lines it reads.

Thanks:
Thanks to Andy Wilson, Brian Wylie, Tim Shead, and Thomas Otahal from Sandia National Laboratories for implementing this class.
Warning
This reader assumes that the first line in the file (whether that's headers or the first document) contains at least as many fields as any other line in the file.
Examples:
vtkDelimitedTextReader (Examples)
Tests:
vtkDelimitedTextReader (Tests)

Definition at line 77 of file vtkDelimitedTextReader.h.

Member Typedef Documentation

Definition at line 81 of file vtkDelimitedTextReader.h.

Constructor & Destructor Documentation

vtkDelimitedTextReader::vtkDelimitedTextReader ( )
protected
vtkDelimitedTextReader::~vtkDelimitedTextReader ( )
protected

Member Function Documentation

static vtkDelimitedTextReader* vtkDelimitedTextReader::New ( )
static
static int vtkDelimitedTextReader::IsTypeOf ( const char *  type)
static
virtual int vtkDelimitedTextReader::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkTableAlgorithm.

static vtkDelimitedTextReader* vtkDelimitedTextReader::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkDelimitedTextReader::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkTableAlgorithm.

vtkDelimitedTextReader* vtkDelimitedTextReader::NewInstance ( ) const
void vtkDelimitedTextReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkTableAlgorithm.

virtual char* vtkDelimitedTextReader::GetFileName ( )
virtual

Specifies the delimited text file to be loaded.

virtual void vtkDelimitedTextReader::SetFileName ( const char *  )
virtual

Specifies the delimited text file to be loaded.

void vtkDelimitedTextReader::SetInputString ( const char *  in)

Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.

virtual char* vtkDelimitedTextReader::GetInputString ( )
virtual

Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.

void vtkDelimitedTextReader::SetInputString ( const char *  in,
int  len 
)

Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.

virtual int vtkDelimitedTextReader::GetInputStringLength ( )
virtual

Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.

void vtkDelimitedTextReader::SetInputString ( const vtkStdString input)
inline

Specify the InputString for use when reading from a character array. Optionally include the length for binary strings. Note that a copy of the string is made and stored. If this causes exceedingly large memory consumption, consider using InputArray instead.

Definition at line 99 of file vtkDelimitedTextReader.h.

virtual void vtkDelimitedTextReader::SetReadFromInputString ( int  )
virtual

Enable reading from an InputString or InputArray instead of the default, a file.

virtual int vtkDelimitedTextReader::GetReadFromInputString ( )
virtual

Enable reading from an InputString or InputArray instead of the default, a file.

virtual void vtkDelimitedTextReader::ReadFromInputStringOn ( )
virtual

Enable reading from an InputString or InputArray instead of the default, a file.

virtual void vtkDelimitedTextReader::ReadFromInputStringOff ( )
virtual

Enable reading from an InputString or InputArray instead of the default, a file.

virtual char* vtkDelimitedTextReader::GetUnicodeCharacterSet ( )
virtual

Specifies the character set used in the input file. Valid character set names will be drawn from the list maintained by the Internet Assigned Name Authority at http://www.iana.org/assignments/character-sets Where multiple aliases are provided for a character set, the preferred MIME name will be used. vtkUnicodeDelimitedTextReader currently supports "US-ASCII", "UTF-8", "UTF-16", "UTF-16BE", and "UTF-16LE" character sets.

virtual void vtkDelimitedTextReader::SetUnicodeCharacterSet ( const char *  )
virtual

Specifies the character set used in the input file. Valid character set names will be drawn from the list maintained by the Internet Assigned Name Authority at http://www.iana.org/assignments/character-sets Where multiple aliases are provided for a character set, the preferred MIME name will be used. vtkUnicodeDelimitedTextReader currently supports "US-ASCII", "UTF-8", "UTF-16", "UTF-16BE", and "UTF-16LE" character sets.

void vtkDelimitedTextReader::SetUTF8RecordDelimiters ( const char *  delimiters)

Specify the character(s) that will be used to separate records. The order of characters in the string does not matter. Defaults to "\r\n".

const char* vtkDelimitedTextReader::GetUTF8RecordDelimiters ( )

Specify the character(s) that will be used to separate records. The order of characters in the string does not matter. Defaults to "\r\n".

void vtkDelimitedTextReader::SetUnicodeRecordDelimiters ( const vtkUnicodeString delimiters)

Specify the character(s) that will be used to separate records. The order of characters in the string does not matter. Defaults to "\r\n".

vtkUnicodeString vtkDelimitedTextReader::GetUnicodeRecordDelimiters ( )

Specify the character(s) that will be used to separate records. The order of characters in the string does not matter. Defaults to "\r\n".

virtual void vtkDelimitedTextReader::SetFieldDelimiterCharacters ( const char *  )
virtual

Specify the character(s) that will be used to separate fields. For example, set this to "," for a comma-separated value file. Set it to ".:;" for a file where columns can be separated by a period, colon or semicolon. The order of the characters in the string does not matter. Defaults to a comma.

virtual char* vtkDelimitedTextReader::GetFieldDelimiterCharacters ( )
virtual

Specify the character(s) that will be used to separate fields. For example, set this to "," for a comma-separated value file. Set it to ".:;" for a file where columns can be separated by a period, colon or semicolon. The order of the characters in the string does not matter. Defaults to a comma.

void vtkDelimitedTextReader::SetUTF8FieldDelimiters ( const char *  delimiters)
const char* vtkDelimitedTextReader::GetUTF8FieldDelimiters ( )
void vtkDelimitedTextReader::SetUnicodeFieldDelimiters ( const vtkUnicodeString delimiters)
vtkUnicodeString vtkDelimitedTextReader::GetUnicodeFieldDelimiters ( )
virtual char vtkDelimitedTextReader::GetStringDelimiter ( )
virtual

Get/set the character that will begin and end strings. Microsoft Excel, for example, will export the following format: "First Field","Second Field","Field, With, Commas","Fourth Field" The third field has a comma in it. By using a string delimiter, this will be correctly read. The delimiter defaults to '"'.

virtual void vtkDelimitedTextReader::SetStringDelimiter ( char  )
virtual

Get/set the character that will begin and end strings. Microsoft Excel, for example, will export the following format: "First Field","Second Field","Field, With, Commas","Fourth Field" The third field has a comma in it. By using a string delimiter, this will be correctly read. The delimiter defaults to '"'.

void vtkDelimitedTextReader::SetUTF8StringDelimiters ( const char *  delimiters)
const char* vtkDelimitedTextReader::GetUTF8StringDelimiters ( )
void vtkDelimitedTextReader::SetUnicodeStringDelimiters ( const vtkUnicodeString delimiters)
vtkUnicodeString vtkDelimitedTextReader::GetUnicodeStringDelimiters ( )
virtual void vtkDelimitedTextReader::SetUseStringDelimiter ( bool  )
virtual

Set/get whether to use the string delimiter. Defaults to on.

virtual bool vtkDelimitedTextReader::GetUseStringDelimiter ( )
virtual

Set/get whether to use the string delimiter. Defaults to on.

virtual void vtkDelimitedTextReader::UseStringDelimiterOn ( )
virtual

Set/get whether to use the string delimiter. Defaults to on.

virtual void vtkDelimitedTextReader::UseStringDelimiterOff ( )
virtual

Set/get whether to use the string delimiter. Defaults to on.

virtual bool vtkDelimitedTextReader::GetHaveHeaders ( )
virtual

Set/get whether to treat the first line of the file as headers. The default is false (no headers).

virtual void vtkDelimitedTextReader::SetHaveHeaders ( bool  )
virtual

Set/get whether to treat the first line of the file as headers. The default is false (no headers).

virtual void vtkDelimitedTextReader::SetMergeConsecutiveDelimiters ( bool  )
virtual

Set/get whether to merge successive delimiters. Use this if (for example) your fields are separated by spaces but you don't know exactly how many.

virtual bool vtkDelimitedTextReader::GetMergeConsecutiveDelimiters ( )
virtual

Set/get whether to merge successive delimiters. Use this if (for example) your fields are separated by spaces but you don't know exactly how many.

virtual void vtkDelimitedTextReader::MergeConsecutiveDelimitersOn ( )
virtual

Set/get whether to merge successive delimiters. Use this if (for example) your fields are separated by spaces but you don't know exactly how many.

virtual void vtkDelimitedTextReader::MergeConsecutiveDelimitersOff ( )
virtual

Set/get whether to merge successive delimiters. Use this if (for example) your fields are separated by spaces but you don't know exactly how many.

virtual vtkIdType vtkDelimitedTextReader::GetMaxRecords ( )
virtual

Specifies the maximum number of records to read from the file. Limiting the number of records to read is useful for previewing the contents of a file.

virtual void vtkDelimitedTextReader::SetMaxRecords ( vtkIdType  )
virtual

Specifies the maximum number of records to read from the file. Limiting the number of records to read is useful for previewing the contents of a file.

virtual void vtkDelimitedTextReader::SetDetectNumericColumns ( bool  )
virtual

When set to true, the reader will detect numeric columns and create vtkDoubleArray or vtkIntArray for those instead of vtkStringArray. Default is off.

virtual bool vtkDelimitedTextReader::GetDetectNumericColumns ( )
virtual

When set to true, the reader will detect numeric columns and create vtkDoubleArray or vtkIntArray for those instead of vtkStringArray. Default is off.

virtual void vtkDelimitedTextReader::DetectNumericColumnsOn ( )
virtual

When set to true, the reader will detect numeric columns and create vtkDoubleArray or vtkIntArray for those instead of vtkStringArray. Default is off.

virtual void vtkDelimitedTextReader::DetectNumericColumnsOff ( )
virtual

When set to true, the reader will detect numeric columns and create vtkDoubleArray or vtkIntArray for those instead of vtkStringArray. Default is off.

virtual void vtkDelimitedTextReader::SetForceDouble ( bool  )
virtual

When set to true and DetectNumericColumns is also true, forces all numeric columns to vtkDoubleArray even if they contain only integer values. Default is off.

virtual bool vtkDelimitedTextReader::GetForceDouble ( )
virtual

When set to true and DetectNumericColumns is also true, forces all numeric columns to vtkDoubleArray even if they contain only integer values. Default is off.

virtual void vtkDelimitedTextReader::ForceDoubleOn ( )
virtual

When set to true and DetectNumericColumns is also true, forces all numeric columns to vtkDoubleArray even if they contain only integer values. Default is off.

virtual void vtkDelimitedTextReader::ForceDoubleOff ( )
virtual

When set to true and DetectNumericColumns is also true, forces all numeric columns to vtkDoubleArray even if they contain only integer values. Default is off.

virtual void vtkDelimitedTextReader::SetTrimWhitespacePriorToNumericConversion ( bool  )
virtual

When DetectNumericColumns is set to true, whether to trim whitespace from strings prior to conversion to a numeric. Default is false to preserve backward compatibility. vtkVariant handles whitespace inconsistently, so trim it before we try to convert it. For example: vtkVariant(" 2.0").ToDouble() == 2.0 <– leading whitespace is not a problem vtkVariant(" 2.0 ").ToDouble() == NaN <– trailing whitespace is a problem vtkVariant(" infinity ").ToDouble() == NaN <– any whitespace is a problem In these cases, trimming the whitespace gives us the result we expect: 2.0 and INF respectively.

virtual bool vtkDelimitedTextReader::GetTrimWhitespacePriorToNumericConversion ( )
virtual

When DetectNumericColumns is set to true, whether to trim whitespace from strings prior to conversion to a numeric. Default is false to preserve backward compatibility. vtkVariant handles whitespace inconsistently, so trim it before we try to convert it. For example: vtkVariant(" 2.0").ToDouble() == 2.0 <– leading whitespace is not a problem vtkVariant(" 2.0 ").ToDouble() == NaN <– trailing whitespace is a problem vtkVariant(" infinity ").ToDouble() == NaN <– any whitespace is a problem In these cases, trimming the whitespace gives us the result we expect: 2.0 and INF respectively.

virtual void vtkDelimitedTextReader::TrimWhitespacePriorToNumericConversionOn ( )
virtual

When DetectNumericColumns is set to true, whether to trim whitespace from strings prior to conversion to a numeric. Default is false to preserve backward compatibility. vtkVariant handles whitespace inconsistently, so trim it before we try to convert it. For example: vtkVariant(" 2.0").ToDouble() == 2.0 <– leading whitespace is not a problem vtkVariant(" 2.0 ").ToDouble() == NaN <– trailing whitespace is a problem vtkVariant(" infinity ").ToDouble() == NaN <– any whitespace is a problem In these cases, trimming the whitespace gives us the result we expect: 2.0 and INF respectively.

virtual void vtkDelimitedTextReader::TrimWhitespacePriorToNumericConversionOff ( )
virtual

When DetectNumericColumns is set to true, whether to trim whitespace from strings prior to conversion to a numeric. Default is false to preserve backward compatibility. vtkVariant handles whitespace inconsistently, so trim it before we try to convert it. For example: vtkVariant(" 2.0").ToDouble() == 2.0 <– leading whitespace is not a problem vtkVariant(" 2.0 ").ToDouble() == NaN <– trailing whitespace is a problem vtkVariant(" infinity ").ToDouble() == NaN <– any whitespace is a problem In these cases, trimming the whitespace gives us the result we expect: 2.0 and INF respectively.

virtual void vtkDelimitedTextReader::SetDefaultIntegerValue ( int  )
virtual

When DetectNumericColumns is set to true, the reader use this value to populate the vtkIntArray where empty strings are found. Default is 0.

virtual int vtkDelimitedTextReader::GetDefaultIntegerValue ( )
virtual

When DetectNumericColumns is set to true, the reader use this value to populate the vtkIntArray where empty strings are found. Default is 0.

virtual void vtkDelimitedTextReader::SetDefaultDoubleValue ( double  )
virtual

When DetectNumericColumns is set to true, the reader use this value to populate the vtkDoubleArray where empty strings are found. Default is 0.0

virtual double vtkDelimitedTextReader::GetDefaultDoubleValue ( )
virtual

When DetectNumericColumns is set to true, the reader use this value to populate the vtkDoubleArray where empty strings are found. Default is 0.0

virtual void vtkDelimitedTextReader::SetPedigreeIdArrayName ( const char *  )
virtual

The name of the array for generating or assigning pedigree ids (default "id").

virtual char* vtkDelimitedTextReader::GetPedigreeIdArrayName ( )
virtual

The name of the array for generating or assigning pedigree ids (default "id").

virtual void vtkDelimitedTextReader::SetGeneratePedigreeIds ( bool  )
virtual

If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.

virtual bool vtkDelimitedTextReader::GetGeneratePedigreeIds ( )
virtual

If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.

virtual void vtkDelimitedTextReader::GeneratePedigreeIdsOn ( )
virtual

If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.

virtual void vtkDelimitedTextReader::GeneratePedigreeIdsOff ( )
virtual

If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.

virtual void vtkDelimitedTextReader::SetOutputPedigreeIds ( bool  )
virtual

If on, assigns pedigree ids to output. Defaults to off.

virtual bool vtkDelimitedTextReader::GetOutputPedigreeIds ( )
virtual

If on, assigns pedigree ids to output. Defaults to off.

virtual void vtkDelimitedTextReader::OutputPedigreeIdsOn ( )
virtual

If on, assigns pedigree ids to output. Defaults to off.

virtual void vtkDelimitedTextReader::OutputPedigreeIdsOff ( )
virtual

If on, assigns pedigree ids to output. Defaults to off.

vtkStdString vtkDelimitedTextReader::GetLastError ( )

Returns a human-readable description of the most recent error, if any. Otherwise, returns an empty string. Note that the result is only valid after calling Update().

virtual void vtkDelimitedTextReader::SetReplacementCharacter ( vtkTypeUInt32  )
virtual

Fallback character for use in the US-ASCII-WITH-FALLBACK character set. Any characters that have their 8th bit set will be replaced with this code point. Defaults to 'x'.

virtual vtkTypeUInt32 vtkDelimitedTextReader::GetReplacementCharacter ( )
virtual

Fallback character for use in the US-ASCII-WITH-FALLBACK character set. Any characters that have their 8th bit set will be replaced with this code point. Defaults to 'x'.

int vtkDelimitedTextReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

This is called by the superclass. This is the method you should override.

Reimplemented from vtkTableAlgorithm.

Member Data Documentation

char* vtkDelimitedTextReader::FileName
protected

Definition at line 289 of file vtkDelimitedTextReader.h.

int vtkDelimitedTextReader::ReadFromInputString
protected

Definition at line 290 of file vtkDelimitedTextReader.h.

char* vtkDelimitedTextReader::InputString
protected

Definition at line 291 of file vtkDelimitedTextReader.h.

int vtkDelimitedTextReader::InputStringLength
protected

Definition at line 292 of file vtkDelimitedTextReader.h.

char* vtkDelimitedTextReader::UnicodeCharacterSet
protected

Definition at line 293 of file vtkDelimitedTextReader.h.

vtkIdType vtkDelimitedTextReader::MaxRecords
protected

Definition at line 294 of file vtkDelimitedTextReader.h.

vtkUnicodeString vtkDelimitedTextReader::UnicodeRecordDelimiters
protected

Definition at line 295 of file vtkDelimitedTextReader.h.

vtkUnicodeString vtkDelimitedTextReader::UnicodeFieldDelimiters
protected

Definition at line 296 of file vtkDelimitedTextReader.h.

vtkUnicodeString vtkDelimitedTextReader::UnicodeStringDelimiters
protected

Definition at line 297 of file vtkDelimitedTextReader.h.

vtkUnicodeString vtkDelimitedTextReader::UnicodeWhitespace
protected

Definition at line 298 of file vtkDelimitedTextReader.h.

vtkUnicodeString vtkDelimitedTextReader::UnicodeEscapeCharacter
protected

Definition at line 299 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::DetectNumericColumns
protected

Definition at line 300 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::ForceDouble
protected

Definition at line 301 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::TrimWhitespacePriorToNumericConversion
protected

Definition at line 302 of file vtkDelimitedTextReader.h.

int vtkDelimitedTextReader::DefaultIntegerValue
protected

Definition at line 303 of file vtkDelimitedTextReader.h.

double vtkDelimitedTextReader::DefaultDoubleValue
protected

Definition at line 304 of file vtkDelimitedTextReader.h.

char* vtkDelimitedTextReader::FieldDelimiterCharacters
protected

Definition at line 305 of file vtkDelimitedTextReader.h.

char vtkDelimitedTextReader::StringDelimiter
protected

Definition at line 306 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::UseStringDelimiter
protected

Definition at line 307 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::HaveHeaders
protected

Definition at line 308 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::UnicodeOutputArrays
protected

Definition at line 309 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::MergeConsecutiveDelimiters
protected

Definition at line 310 of file vtkDelimitedTextReader.h.

char* vtkDelimitedTextReader::PedigreeIdArrayName
protected

Definition at line 311 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::GeneratePedigreeIds
protected

Definition at line 312 of file vtkDelimitedTextReader.h.

bool vtkDelimitedTextReader::OutputPedigreeIds
protected

Definition at line 313 of file vtkDelimitedTextReader.h.

vtkStdString vtkDelimitedTextReader::LastError
protected

Definition at line 314 of file vtkDelimitedTextReader.h.

vtkTypeUInt32 vtkDelimitedTextReader::ReplacementCharacter
protected

Definition at line 315 of file vtkDelimitedTextReader.h.


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