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.vtkFixedWidthTextReader Class Reference

vtkFixedWidthTextReader - reader for pulling in text files with fixed-width fields More...

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

List of all members.

Public Member Functions

 vtkFixedWidthTextReader (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkFixedWidthTextReader ()
 Undocumented Block.
virtual int GetFieldWidth ()
 Set/get the field width.
virtual string GetFileName ()
 Undocumented Block.
virtual bool GetHaveHeaders ()
 Set/get whether to treat the first line of the file as headers.
virtual bool GetStripWhiteSpace ()
 If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.
virtual void HaveHeadersOff ()
 Set/get whether to treat the first line of the file as headers.
virtual void HaveHeadersOn ()
 Set/get whether to treat the first line of the file as headers.
override int IsA (string type)
 Undocumented Block.
new vtkFixedWidthTextReader NewInstance ()
 Undocumented Block.
virtual void SetFieldWidth (int _arg)
 Set/get the field width.
virtual void SetFileName (string _arg)
 Undocumented Block.
virtual void SetHaveHeaders (bool _arg)
 Set/get whether to treat the first line of the file as headers.
virtual void SetStripWhiteSpace (bool _arg)
 If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.
virtual void StripWhiteSpaceOff ()
 If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.
virtual void StripWhiteSpaceOn ()
 If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkFixedWidthTextReader"
 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 vtkFixedWidthTextReader_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkFixedWidthTextReader_GetFieldWidth_01 (HandleRef pThis)
static internal IntPtr vtkFixedWidthTextReader_GetFileName_02 (HandleRef pThis)
static internal byte vtkFixedWidthTextReader_GetHaveHeaders_03 (HandleRef pThis)
static internal byte vtkFixedWidthTextReader_GetStripWhiteSpace_04 (HandleRef pThis)
static internal void vtkFixedWidthTextReader_HaveHeadersOff_05 (HandleRef pThis)
static internal void vtkFixedWidthTextReader_HaveHeadersOn_06 (HandleRef pThis)
static internal int vtkFixedWidthTextReader_IsA_07 (HandleRef pThis, string type)
static internal int vtkFixedWidthTextReader_IsTypeOf_08 (string type)
static internal IntPtr vtkFixedWidthTextReader_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkFixedWidthTextReader_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFixedWidthTextReader_SetFieldWidth_12 (HandleRef pThis, int _arg)
static internal void vtkFixedWidthTextReader_SetFileName_13 (HandleRef pThis, string _arg)
static internal void vtkFixedWidthTextReader_SetHaveHeaders_14 (HandleRef pThis, byte _arg)
static internal void vtkFixedWidthTextReader_SetStripWhiteSpace_15 (HandleRef pThis, byte _arg)
static internal void vtkFixedWidthTextReader_StripWhiteSpaceOff_16 (HandleRef pThis)
static internal void vtkFixedWidthTextReader_StripWhiteSpaceOn_17 (HandleRef pThis)

Static Private Member Functions

static vtkFixedWidthTextReader ()
 Automatically generated type registration mechanics.

Detailed Description

vtkFixedWidthTextReader - reader for pulling in text files with fixed-width fields

Description

vtkFixedWidthTextReader reads in a table from a text file where each column occupies a certain number of characters.

This class emits ProgressEvent for every 100 lines it reads.

Caveats

This first version of the reader will assume that all fields have the same width. It also assumes that the first line in the file has at least as many fields (i.e. at least as many characters) as any other line in the file.

Thanks Thanks to Andy Wilson from Sandia National Laboratories for implementing this class.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkFixedWidthTextReader.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.

Set/get the field width.

Undocumented Block.

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

If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.

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

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

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkFixedWidthTextReader.SetFieldWidth ( int  _arg) [virtual]

Set/get the field width.

virtual void Kitware.VTK.vtkFixedWidthTextReader.SetFileName ( string  _arg) [virtual]

Undocumented Block.

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

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

virtual void Kitware.VTK.vtkFixedWidthTextReader.SetStripWhiteSpace ( bool  _arg) [virtual]

If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.

If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.

If set, this flag will cause the reader to strip whitespace from the beginning and ending of each field. Defaults to off.

static internal int Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_GetFieldWidth_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_GetFileName_02 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_GetHaveHeaders_03 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_GetStripWhiteSpace_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_HaveHeadersOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_HaveHeadersOn_06 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_IsA_07 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_IsTypeOf_08 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_NewInstance_10 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_SetFieldWidth_12 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_SetFileName_13 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_SetHaveHeaders_14 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_SetStripWhiteSpace_15 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_StripWhiteSpaceOff_16 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkFixedWidthTextReader.vtkFixedWidthTextReader_StripWhiteSpaceOn_17 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkFixedWidthTextReader.MRClassNameKey = "23vtkFixedWidthTextReader" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.


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