ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkDelimitedTextReader Class Reference

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

Inheritance diagram for Kitware.VTK.vtkDelimitedTextReader:
[legend]
Collaboration diagram for Kitware.VTK.vtkDelimitedTextReader:
[legend]

List of all members.

Public Member Functions

 vtkDelimitedTextReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDelimitedTextReader ()
 Undocumented Block.
virtual void DetectNumericColumnsOff ()
 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 DetectNumericColumnsOn ()
 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 GeneratePedigreeIdsOff ()
 If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
virtual void GeneratePedigreeIdsOn ()
 If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
virtual bool GetDetectNumericColumns ()
 When set to true, the reader will detect numeric columns and create vtkDoubleArray or vtkIntArray for those instead of vtkStringArray. Default is off.
virtual string GetFieldDelimiterCharacters ()
 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 string GetFileName ()
 Specifies the delimited text file to be loaded.
virtual bool GetGeneratePedigreeIds ()
 If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
virtual bool GetHaveHeaders ()
 Set/get whether to treat the first line of the file as headers.
virtual int GetMaxRecords ()
 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 bool GetMergeConsecutiveDelimiters ()
 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 GetOutputPedigreeIds ()
 If on, assigns pedigree ids to output. Defaults to off.
virtual string GetPedigreeIdArrayName ()
 The name of the array for generating or assigning pedigree ids (default "id").
virtual uint GetReplacementCharacter ()
 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 sbyte GetStringDelimiter ()
 Get/set the character that will begin and end strings. Microsoft Excel, for example, will export the following format:
string GetUTF8FieldDelimiters ()
 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.
string GetUTF8RecordDelimiters ()
 Specify the character(s) that will be used to separate records. The order of characters in the string does not matter. Defaults to "
".
string GetUTF8StringDelimiters ()
 Get/set the character that will begin and end strings. Microsoft Excel, for example, will export the following format:
virtual string GetUnicodeCharacterSet ()
 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.
virtual bool GetUseStringDelimiter ()
 Set/get whether to use the string delimiter. Defaults to on.
override int IsA (string type)
 Undocumented Block.
virtual void MergeConsecutiveDelimitersOff ()
 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 MergeConsecutiveDelimitersOn ()
 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.
new vtkDelimitedTextReader NewInstance ()
 Undocumented Block.
virtual void OutputPedigreeIdsOff ()
 If on, assigns pedigree ids to output. Defaults to off.
virtual void OutputPedigreeIdsOn ()
 If on, assigns pedigree ids to output. Defaults to off.
virtual void SetDetectNumericColumns (bool _arg)
 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 SetFieldDelimiterCharacters (string _arg)
 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 void SetFileName (string _arg)
 Specifies the delimited text file to be loaded.
virtual void SetGeneratePedigreeIds (bool _arg)
 If on (default), generates pedigree ids automatically. If off, assign one of the arrays to be the pedigree id.
virtual void SetHaveHeaders (bool _arg)
 Set/get whether to treat the first line of the file as headers.
virtual void SetMaxRecords (int _arg)
 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 SetMergeConsecutiveDelimiters (bool _arg)
 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 SetOutputPedigreeIds (bool _arg)
 If on, assigns pedigree ids to output. Defaults to off.
virtual void SetPedigreeIdArrayName (string _arg)
 The name of the array for generating or assigning pedigree ids (default "id").
virtual void SetReplacementCharacter (uint _arg)
 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 void SetStringDelimiter (sbyte _arg)
 Get/set the character that will begin and end strings. Microsoft Excel, for example, will export the following format:
void SetUTF8FieldDelimiters (string delimiters)
 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 SetUTF8RecordDelimiters (string delimiters)
 Specify the character(s) that will be used to separate records. The order of characters in the string does not matter. Defaults to "
".
void SetUTF8StringDelimiters (string delimiters)
 Get/set the character that will begin and end strings. Microsoft Excel, for example, will export the following format:
virtual void SetUnicodeCharacterSet (string _arg)
 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.
virtual void SetUseStringDelimiter (bool _arg)
 Set/get whether to use the string delimiter. Defaults to on.
virtual void UseStringDelimiterOff ()
 Set/get whether to use the string delimiter. Defaults to on.
virtual void UseStringDelimiterOn ()
 Set/get whether to use the string delimiter. Defaults to on.

Static Public Member Functions

static new vtkDelimitedTextReader New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkDelimitedTextReader SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkDelimitedTextReader"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkDelimitedTextReader"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkDelimitedTextReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDelimitedTextReader_DetectNumericColumnsOff_01 (HandleRef pThis)
static internal void vtkDelimitedTextReader_DetectNumericColumnsOn_02 (HandleRef pThis)
static internal void vtkDelimitedTextReader_GeneratePedigreeIdsOff_03 (HandleRef pThis)
static internal void vtkDelimitedTextReader_GeneratePedigreeIdsOn_04 (HandleRef pThis)
static internal byte vtkDelimitedTextReader_GetDetectNumericColumns_05 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetFieldDelimiterCharacters_06 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetFileName_07 (HandleRef pThis)
static internal byte vtkDelimitedTextReader_GetGeneratePedigreeIds_08 (HandleRef pThis)
static internal byte vtkDelimitedTextReader_GetHaveHeaders_09 (HandleRef pThis)
static internal int vtkDelimitedTextReader_GetMaxRecords_10 (HandleRef pThis)
static internal byte vtkDelimitedTextReader_GetMergeConsecutiveDelimiters_11 (HandleRef pThis)
static internal byte vtkDelimitedTextReader_GetOutputPedigreeIds_12 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetPedigreeIdArrayName_13 (HandleRef pThis)
static internal uint vtkDelimitedTextReader_GetReplacementCharacter_14 (HandleRef pThis)
static internal sbyte vtkDelimitedTextReader_GetStringDelimiter_15 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetUTF8FieldDelimiters_16 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetUTF8RecordDelimiters_17 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetUTF8StringDelimiters_18 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_GetUnicodeCharacterSet_19 (HandleRef pThis)
static internal byte vtkDelimitedTextReader_GetUseStringDelimiter_20 (HandleRef pThis)
static internal int vtkDelimitedTextReader_IsA_21 (HandleRef pThis, string type)
static internal int vtkDelimitedTextReader_IsTypeOf_22 (string type)
static internal void vtkDelimitedTextReader_MergeConsecutiveDelimitersOff_23 (HandleRef pThis)
static internal void vtkDelimitedTextReader_MergeConsecutiveDelimitersOn_24 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDelimitedTextReader_OutputPedigreeIdsOff_27 (HandleRef pThis)
static internal void vtkDelimitedTextReader_OutputPedigreeIdsOn_28 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextReader_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDelimitedTextReader_SetDetectNumericColumns_30 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextReader_SetFieldDelimiterCharacters_31 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextReader_SetFileName_32 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextReader_SetGeneratePedigreeIds_33 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextReader_SetHaveHeaders_34 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextReader_SetMaxRecords_35 (HandleRef pThis, int _arg)
static internal void vtkDelimitedTextReader_SetMergeConsecutiveDelimiters_36 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextReader_SetOutputPedigreeIds_37 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextReader_SetPedigreeIdArrayName_38 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextReader_SetReplacementCharacter_39 (HandleRef pThis, uint _arg)
static internal void vtkDelimitedTextReader_SetStringDelimiter_40 (HandleRef pThis, sbyte _arg)
static internal void vtkDelimitedTextReader_SetUTF8FieldDelimiters_41 (HandleRef pThis, string delimiters)
static internal void vtkDelimitedTextReader_SetUTF8RecordDelimiters_42 (HandleRef pThis, string delimiters)
static internal void vtkDelimitedTextReader_SetUTF8StringDelimiters_43 (HandleRef pThis, string delimiters)
static internal void vtkDelimitedTextReader_SetUnicodeCharacterSet_44 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextReader_SetUseStringDelimiter_45 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextReader_UseStringDelimiterOff_46 (HandleRef pThis)
static internal void vtkDelimitedTextReader_UseStringDelimiterOn_47 (HandleRef pThis)

Static Private Member Functions

static vtkDelimitedTextReader ()
 Automatically generated type registration mechanics.

Detailed Description

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

Description 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.

Caveats

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.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

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

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

override void Kitware.VTK.vtkDelimitedTextReader.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

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

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

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 string Kitware.VTK.vtkDelimitedTextReader.GetFileName ( ) [virtual]

Specifies the delimited text file to be loaded.

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

Set/get whether to treat the first line of the file as headers.

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.

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.

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

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

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'.

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 '"'.

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.

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

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.

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

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 '"'.

override int Kitware.VTK.vtkDelimitedTextReader.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

static new int Kitware.VTK.vtkDelimitedTextReader.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDelimitedTextReader.SetDetectNumericColumns ( bool  _arg) [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 Kitware.VTK.vtkDelimitedTextReader.SetFieldDelimiterCharacters ( string  _arg) [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 void Kitware.VTK.vtkDelimitedTextReader.SetFileName ( string  _arg) [virtual]

Specifies the delimited text file to be loaded.

virtual void Kitware.VTK.vtkDelimitedTextReader.SetGeneratePedigreeIds ( bool  _arg) [virtual]

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

virtual void Kitware.VTK.vtkDelimitedTextReader.SetHaveHeaders ( bool  _arg) [virtual]

Set/get whether to treat the first line of the file as headers.

virtual void Kitware.VTK.vtkDelimitedTextReader.SetMaxRecords ( int  _arg) [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.

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 Kitware.VTK.vtkDelimitedTextReader.SetOutputPedigreeIds ( bool  _arg) [virtual]

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

virtual void Kitware.VTK.vtkDelimitedTextReader.SetPedigreeIdArrayName ( string  _arg) [virtual]

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

virtual void Kitware.VTK.vtkDelimitedTextReader.SetReplacementCharacter ( uint  _arg) [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 void Kitware.VTK.vtkDelimitedTextReader.SetStringDelimiter ( sbyte  _arg) [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 Kitware.VTK.vtkDelimitedTextReader.SetUnicodeCharacterSet ( string  _arg) [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 Kitware.VTK.vtkDelimitedTextReader.SetUseStringDelimiter ( bool  _arg) [virtual]

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

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.

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

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 '"'.

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

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

static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetFileName_07 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetHaveHeaders_09 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetMaxRecords_10 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetOutputPedigreeIds_12 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetPedigreeIdArrayName_13 ( HandleRef  pThis) [private]
static internal sbyte Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetStringDelimiter_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetUnicodeCharacterSet_19 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetUTF8FieldDelimiters_16 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetUTF8RecordDelimiters_17 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_GetUTF8StringDelimiters_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_IsA_21 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_IsTypeOf_22 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_NewInstance_26 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_OutputPedigreeIdsOff_27 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_OutputPedigreeIdsOn_28 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetDetectNumericColumns_30 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetFieldDelimiterCharacters_31 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetFileName_32 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetGeneratePedigreeIds_33 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetHaveHeaders_34 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetMaxRecords_35 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetMergeConsecutiveDelimiters_36 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetOutputPedigreeIds_37 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetPedigreeIdArrayName_38 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetReplacementCharacter_39 ( HandleRef  pThis,
uint  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetStringDelimiter_40 ( HandleRef  pThis,
sbyte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetUnicodeCharacterSet_44 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetUseStringDelimiter_45 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetUTF8FieldDelimiters_41 ( HandleRef  pThis,
string  delimiters 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetUTF8RecordDelimiters_42 ( HandleRef  pThis,
string  delimiters 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_SetUTF8StringDelimiters_43 ( HandleRef  pThis,
string  delimiters 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextReader.vtkDelimitedTextReader_UseStringDelimiterOn_47 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkDelimitedTextReader.MRClassNameKey = "22vtkDelimitedTextReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

new const string Kitware.VTK.vtkDelimitedTextReader.MRFullTypeName = "Kitware.VTK.vtkDelimitedTextReader"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.


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