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

vtkJavaScriptDataWriter - A Javascript data writer for vtkTable Writes a vtkTable into a Javascript data format. More...

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

List of all members.

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.

Detailed Description

vtkJavaScriptDataWriter - A Javascript data writer for vtkTable Writes a vtkTable into a Javascript data format.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Get/Set the filename for the file.

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)

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkWriter.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


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