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

vtkDelimitedTextWriter - Delimited text writer for vtkTable Writes a vtkTable as a delimited text file (such as CSV). More...

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

List of all members.

Public Member Functions

 vtkDelimitedTextWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDelimitedTextWriter ()
 Undocumented Block.
virtual string GetFieldDelimiter ()
 Get/Set the delimiter use to separate fields ("," by default.)
virtual string GetFileName ()
 Get/Set the filename for the file.
virtual string GetStringDelimiter ()
 Get/Set the delimiter used for string data, if any eg. double quotes(").
virtual bool GetUseStringDelimiter ()
 Get/Set if StringDelimiter must be used for string data. True by default.
virtual bool GetWriteToOutputString ()
 Enable writing to an OutputString instead of the default, a file.
override int IsA (string type)
 Undocumented Block.
new vtkDelimitedTextWriter NewInstance ()
 Undocumented Block.
string RegisterAndGetOutputString ()
 This convenience method returns the string, sets the IVAR to NULL, so that the user is responsible for deleting the string.
virtual void SetFieldDelimiter (string _arg)
 Get/Set the delimiter use to separate fields ("," by default.)
virtual void SetFileName (string _arg)
 Get/Set the filename for the file.
virtual void SetStringDelimiter (string _arg)
 Get/Set the delimiter used for string data, if any eg. double quotes(").
virtual void SetUseStringDelimiter (bool _arg)
 Get/Set if StringDelimiter must be used for string data. True by default.
virtual void SetWriteToOutputString (bool _arg)
 Enable writing to an OutputString instead of the default, a file.
virtual void WriteToOutputStringOff ()
 Enable writing to an OutputString instead of the default, a file.
virtual void WriteToOutputStringOn ()
 Enable writing to an OutputString instead of the default, a file.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkDelimitedTextWriter"
 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 vtkDelimitedTextWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDelimitedTextWriter_GetFieldDelimiter_01 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextWriter_GetFileName_02 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextWriter_GetStringDelimiter_03 (HandleRef pThis)
static internal byte vtkDelimitedTextWriter_GetUseStringDelimiter_04 (HandleRef pThis)
static internal byte vtkDelimitedTextWriter_GetWriteToOutputString_05 (HandleRef pThis)
static internal int vtkDelimitedTextWriter_IsA_06 (HandleRef pThis, string type)
static internal int vtkDelimitedTextWriter_IsTypeOf_07 (string type)
static internal IntPtr vtkDelimitedTextWriter_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDelimitedTextWriter_RegisterAndGetOutputString_10 (HandleRef pThis)
static internal IntPtr vtkDelimitedTextWriter_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDelimitedTextWriter_SetFieldDelimiter_12 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextWriter_SetFileName_13 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextWriter_SetStringDelimiter_14 (HandleRef pThis, string _arg)
static internal void vtkDelimitedTextWriter_SetUseStringDelimiter_15 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextWriter_SetWriteToOutputString_16 (HandleRef pThis, byte _arg)
static internal void vtkDelimitedTextWriter_WriteToOutputStringOff_17 (HandleRef pThis)
static internal void vtkDelimitedTextWriter_WriteToOutputStringOn_18 (HandleRef pThis)

Static Private Member Functions

static vtkDelimitedTextWriter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDelimitedTextWriter - Delimited text writer for vtkTable Writes a vtkTable as a delimited text file (such as CSV).


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter ( 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.vtkDelimitedTextWriter.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.vtkWriter.

Get/Set the delimiter use to separate fields ("," by default.)

virtual string Kitware.VTK.vtkDelimitedTextWriter.GetFileName ( ) [virtual]

Get/Set the filename for the file.

Get/Set the delimiter used for string data, if any eg. double quotes(").

Get/Set if StringDelimiter must be used for string data. True by default.

Enable writing to an OutputString instead of the default, a file.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

This convenience method returns the string, sets the IVAR to NULL, so that the user is responsible for deleting the string.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkDelimitedTextWriter.SetFieldDelimiter ( string  _arg) [virtual]

Get/Set the delimiter use to separate fields ("," by default.)

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

Get/Set the filename for the file.

virtual void Kitware.VTK.vtkDelimitedTextWriter.SetStringDelimiter ( string  _arg) [virtual]

Get/Set the delimiter used for string data, if any eg. double quotes(").

virtual void Kitware.VTK.vtkDelimitedTextWriter.SetUseStringDelimiter ( bool  _arg) [virtual]

Get/Set if StringDelimiter must be used for string data. True by default.

virtual void Kitware.VTK.vtkDelimitedTextWriter.SetWriteToOutputString ( bool  _arg) [virtual]

Enable writing to an OutputString instead of the default, a file.

static internal IntPtr Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_GetFieldDelimiter_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_GetFileName_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_GetStringDelimiter_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_SetFieldDelimiter_12 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_SetFileName_13 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_SetStringDelimiter_14 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_SetUseStringDelimiter_15 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkDelimitedTextWriter.vtkDelimitedTextWriter_SetWriteToOutputString_16 ( HandleRef  pThis,
byte  _arg 
) [private]

Enable writing to an OutputString instead of the default, a file.

Enable writing to an OutputString instead of the default, a file.


Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWriter.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkWriter.


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