ActiViz .NET
5.8.0
|
vtkJavaScriptDataWriter - A Javascript data writer for vtkTable Writes a vtkTable into a Javascript data format. More...
Public Member Functions | |
vtkJavaScriptDataWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkJavaScriptDataWriter () | |
Undocumented Block. | |
virtual string | GetFileName () |
Get/Set the filename for the file. | |
virtual bool | GetIncludeFieldNames () |
Get/Set the whether or not to include field names When field names are on you will get data output that looks like this: var data=[ {foo:3,time:"2009-11-04 16:09:42",bar:1 }, {foo:5,time:"2009-11-04 16:11:22",bar:0 }, without field names the data will be an array of arrays like this: var data=[ [3,"2009-11-04 16:09:42",1], [5,"2009-11-04 16:11:22",0],. | |
virtual string | GetVariableName () |
Get/set the name of the Javascript variable that the dataset will be assigned to. The default value is "data", so the javascript code generated by the filter will look like this: "var data = [ ... ];". If VariableName is set to NULL, then no assignment statement will be generated (i.e., only "[ ... ];" will be generated). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkJavaScriptDataWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetFileName (string _arg) |
Get/Set the filename for the file. | |
virtual void | SetIncludeFieldNames (bool _arg) |
Get/Set the whether or not to include field names When field names are on you will get data output that looks like this: var data=[ {foo:3,time:"2009-11-04 16:09:42",bar:1 }, {foo:5,time:"2009-11-04 16:11:22",bar:0 }, without field names the data will be an array of arrays like this: var data=[ [3,"2009-11-04 16:09:42",1], [5,"2009-11-04 16:11:22",0],. | |
virtual void | SetVariableName (string _arg) |
Get/set the name of the Javascript variable that the dataset will be assigned to. The default value is "data", so the javascript code generated by the filter will look like this: "var data = [ ... ];". If VariableName is set to NULL, then no assignment statement will be generated (i.e., only "[ ... ];" will be generated). | |
Static Public Member Functions | |
static new vtkJavaScriptDataWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkJavaScriptDataWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkJavaScriptDataWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkJavaScriptDataWriter" |
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 | vtkJavaScriptDataWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkJavaScriptDataWriter_GetFileName_01 (HandleRef pThis) |
static internal byte | vtkJavaScriptDataWriter_GetIncludeFieldNames_02 (HandleRef pThis) |
static internal IntPtr | vtkJavaScriptDataWriter_GetVariableName_03 (HandleRef pThis) |
static internal int | vtkJavaScriptDataWriter_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkJavaScriptDataWriter_IsTypeOf_05 (string type) |
static internal IntPtr | vtkJavaScriptDataWriter_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkJavaScriptDataWriter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkJavaScriptDataWriter_SetFileName_09 (HandleRef pThis, string _arg) |
static internal void | vtkJavaScriptDataWriter_SetIncludeFieldNames_10 (HandleRef pThis, byte _arg) |
static internal void | vtkJavaScriptDataWriter_SetVariableName_11 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkJavaScriptDataWriter () |
Automatically generated type registration mechanics. |
vtkJavaScriptDataWriter - A Javascript data writer for vtkTable Writes a vtkTable into a Javascript data format.
static Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkJavaScriptDataWriter.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 string Kitware.VTK.vtkJavaScriptDataWriter.GetFileName | ( | ) | [virtual] |
Get/Set the filename for the file.
virtual bool Kitware.VTK.vtkJavaScriptDataWriter.GetIncludeFieldNames | ( | ) | [virtual] |
Get/Set the whether or not to include field names When field names are on you will get data output that looks like this: var data=[ {foo:3,time:"2009-11-04 16:09:42",bar:1 }, {foo:5,time:"2009-11-04 16:11:22",bar:0 }, without field names the data will be an array of arrays like this: var data=[ [3,"2009-11-04 16:09:42",1], [5,"2009-11-04 16:11:22",0],.
Default is ON (true)
virtual string Kitware.VTK.vtkJavaScriptDataWriter.GetVariableName | ( | ) | [virtual] |
Get/set the name of the Javascript variable that the dataset will be assigned to. The default value is "data", so the javascript code generated by the filter will look like this: "var data = [ ... ];". If VariableName is set to NULL, then no assignment statement will be generated (i.e., only "[ ... ];" will be generated).
override int Kitware.VTK.vtkJavaScriptDataWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
static new int Kitware.VTK.vtkJavaScriptDataWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
static new vtkJavaScriptDataWriter Kitware.VTK.vtkJavaScriptDataWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
static new vtkJavaScriptDataWriter Kitware.VTK.vtkJavaScriptDataWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkWriter.
virtual void Kitware.VTK.vtkJavaScriptDataWriter.SetFileName | ( | string | _arg | ) | [virtual] |
Get/Set the filename for the file.
virtual void Kitware.VTK.vtkJavaScriptDataWriter.SetIncludeFieldNames | ( | bool | _arg | ) | [virtual] |
Get/Set the whether or not to include field names When field names are on you will get data output that looks like this: var data=[ {foo:3,time:"2009-11-04 16:09:42",bar:1 }, {foo:5,time:"2009-11-04 16:11:22",bar:0 }, without field names the data will be an array of arrays like this: var data=[ [3,"2009-11-04 16:09:42",1], [5,"2009-11-04 16:11:22",0],.
Default is ON (true)
virtual void Kitware.VTK.vtkJavaScriptDataWriter.SetVariableName | ( | string | _arg | ) | [virtual] |
Get/set the name of the Javascript variable that the dataset will be assigned to. The default value is "data", so the javascript code generated by the filter will look like this: "var data = [ ... ];". If VariableName is set to NULL, then no assignment statement will be generated (i.e., only "[ ... ];" will be generated).
static internal IntPtr Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_GetIncludeFieldNames_02 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_GetVariableName_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_SetFileName_09 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_SetIncludeFieldNames_10 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkJavaScriptDataWriter.vtkJavaScriptDataWriter_SetVariableName_11 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkJavaScriptDataWriter.MRClassNameKey = "23vtkJavaScriptDataWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWriter.
new const string Kitware.VTK.vtkJavaScriptDataWriter.MRFullTypeName = "Kitware.VTK.vtkJavaScriptDataWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkWriter.