ActiViz .NET
5.8.0
|
vtkArrayWriter - Serialize sparse and dense arrays to a file or stream. More...
Public Member Functions | |
vtkArrayWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkArrayWriter () | |
Undocumented Block. | |
virtual void | BinaryOff () |
Get / set whether data will be written in binary format (when used as a filter). | |
virtual void | BinaryOn () |
Get / set whether data will be written in binary format (when used as a filter). | |
virtual int | GetBinary () |
Get / set whether data will be written in binary format (when used as a filter). | |
virtual string | GetFileName () |
Get / set the filename where data will be stored (when used as a filter). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkArrayWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetBinary (int _arg) |
Get / set whether data will be written in binary format (when used as a filter). | |
virtual void | SetFileName (string _arg) |
Get / set the filename where data will be stored (when used as a filter). | |
override int | Write () |
Get / set whether data will be written in binary format (when used as a filter). | |
Static Public Member Functions | |
static new vtkArrayWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkArrayWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkArrayWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkArrayWriter" |
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 | vtkArrayWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkArrayWriter_BinaryOff_01 (HandleRef pThis) |
static internal void | vtkArrayWriter_BinaryOn_02 (HandleRef pThis) |
static internal int | vtkArrayWriter_GetBinary_03 (HandleRef pThis) |
static internal IntPtr | vtkArrayWriter_GetFileName_04 (HandleRef pThis) |
static internal int | vtkArrayWriter_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkArrayWriter_IsTypeOf_06 (string type) |
static internal IntPtr | vtkArrayWriter_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkArrayWriter_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkArrayWriter_SetBinary_10 (HandleRef pThis, int _arg) |
static internal void | vtkArrayWriter_SetFileName_11 (HandleRef pThis, string _arg) |
static internal int | vtkArrayWriter_Write_12 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkArrayWriter () |
Automatically generated type registration mechanics. |
vtkArrayWriter - Serialize sparse and dense arrays to a file or stream.
Description vtkArrayWriter serializes sparse and dense array data using a text-based format that is human-readable and easily parsed (default option). The WriteBinary array option can be used to serialize the sparse and dense array data using a binary format that is optimized for rapid throughput.
vtkArrayWriter can be used in two distinct ways: first, it can be used as a normal pipeline filter, which writes its inputs to a file. Alternatively, static methods are provided for writing vtkArray instances to files or arbitrary c++ streams.
Inputs: Input port 0: (required) vtkArrayData object containing a single sparse or dense array.
Output Format: See http://www.kitware.com/InfovisWiki/index.php/N-Way_Array_File_Formats for details on how vtkArrayWriter encodes data.
Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
static Kitware.VTK.vtkArrayWriter.vtkArrayWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkArrayWriter.vtkArrayWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkArrayWriter.BinaryOff | ( | ) | [virtual] |
Get / set whether data will be written in binary format (when used as a filter).
virtual void Kitware.VTK.vtkArrayWriter.BinaryOn | ( | ) | [virtual] |
Get / set whether data will be written in binary format (when used as a filter).
override void Kitware.VTK.vtkArrayWriter.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.
virtual int Kitware.VTK.vtkArrayWriter.GetBinary | ( | ) | [virtual] |
Get / set whether data will be written in binary format (when used as a filter).
virtual string Kitware.VTK.vtkArrayWriter.GetFileName | ( | ) | [virtual] |
Get / set the filename where data will be stored (when used as a filter).
override int Kitware.VTK.vtkArrayWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
static new int Kitware.VTK.vtkArrayWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
static new vtkArrayWriter Kitware.VTK.vtkArrayWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
static new vtkArrayWriter Kitware.VTK.vtkArrayWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
virtual void Kitware.VTK.vtkArrayWriter.SetBinary | ( | int | _arg | ) | [virtual] |
Get / set whether data will be written in binary format (when used as a filter).
virtual void Kitware.VTK.vtkArrayWriter.SetFileName | ( | string | _arg | ) | [virtual] |
Get / set the filename where data will be stored (when used as a filter).
static internal void Kitware.VTK.vtkArrayWriter.vtkArrayWriter_BinaryOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkArrayWriter.vtkArrayWriter_BinaryOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrayWriter.vtkArrayWriter_GetBinary_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayWriter.vtkArrayWriter_GetFileName_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkArrayWriter.vtkArrayWriter_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkArrayWriter.vtkArrayWriter_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayWriter.vtkArrayWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayWriter.vtkArrayWriter_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkArrayWriter.vtkArrayWriter_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkArrayWriter.vtkArrayWriter_SetBinary_10 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkArrayWriter.vtkArrayWriter_SetFileName_11 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal int Kitware.VTK.vtkArrayWriter.vtkArrayWriter_Write_12 | ( | HandleRef | pThis | ) | [private] |
override int Kitware.VTK.vtkArrayWriter.Write | ( | ) | [virtual] |
Get / set whether data will be written in binary format (when used as a filter).
Reimplemented from Kitware.VTK.vtkWriter.
new readonly string Kitware.VTK.vtkArrayWriter.MRClassNameKey = "14vtkArrayWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWriter.
new const string Kitware.VTK.vtkArrayWriter.MRFullTypeName = "Kitware.VTK.vtkArrayWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWriter.