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

vtkStringToNumeric - Converts string arrays to numeric arrays More...

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

List of all members.

Public Member Functions

 vtkStringToNumeric (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkStringToNumeric ()
 Undocumented Block.
virtual void ConvertCellDataOff ()
 Whether to detect and convert point data arrays. Default is on.
virtual void ConvertCellDataOn ()
 Whether to detect and convert point data arrays. Default is on.
virtual void ConvertEdgeDataOff ()
 Whether to detect and convert edge data arrays. Default is on.
virtual void ConvertEdgeDataOn ()
 Whether to detect and convert edge data arrays. Default is on.
virtual void ConvertFieldDataOff ()
 Whether to detect and convert field data arrays. Default is on.
virtual void ConvertFieldDataOn ()
 Whether to detect and convert field data arrays. Default is on.
virtual void ConvertPointDataOff ()
 Whether to detect and convert cell data arrays. Default is on.
virtual void ConvertPointDataOn ()
 Whether to detect and convert cell data arrays. Default is on.
virtual void ConvertRowDataOff ()
 Whether to detect and convert row data arrays. Default is on.
virtual void ConvertRowDataOn ()
 Whether to detect and convert row data arrays. Default is on.
virtual void ConvertVertexDataOff ()
 Whether to detect and convert vertex data arrays. Default is on.
virtual void ConvertVertexDataOn ()
 Whether to detect and convert vertex data arrays. Default is on.
virtual bool GetConvertCellData ()
 Whether to detect and convert point data arrays. Default is on.
virtual bool GetConvertEdgeData ()
 Whether to detect and convert edge data arrays. Default is on.
virtual bool GetConvertFieldData ()
 Whether to detect and convert field data arrays. Default is on.
virtual bool GetConvertPointData ()
 Whether to detect and convert cell data arrays. Default is on.
virtual bool GetConvertRowData ()
 Whether to detect and convert row data arrays. Default is on.
virtual bool GetConvertVertexData ()
 Whether to detect and convert vertex data arrays. Default is on.
override int IsA (string type)
 Undocumented Block.
new vtkStringToNumeric NewInstance ()
 Undocumented Block.
virtual void SetConvertCellData (bool _arg)
 Whether to detect and convert point data arrays. Default is on.
virtual void SetConvertEdgeData (bool b)
 Whether to detect and convert edge data arrays. Default is on.
virtual void SetConvertFieldData (bool _arg)
 Whether to detect and convert field data arrays. Default is on.
virtual void SetConvertPointData (bool _arg)
 Whether to detect and convert cell data arrays. Default is on.
virtual void SetConvertRowData (bool b)
 Whether to detect and convert row data arrays. Default is on.
virtual void SetConvertVertexData (bool b)
 Whether to detect and convert vertex data arrays. Default is on.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "18vtkStringToNumeric"
 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 vtkStringToNumeric_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkStringToNumeric_ConvertCellDataOff_01 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertCellDataOn_02 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertEdgeDataOff_03 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertEdgeDataOn_04 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertFieldDataOff_05 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertFieldDataOn_06 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertPointDataOff_07 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertPointDataOn_08 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertRowDataOff_09 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertRowDataOn_10 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertVertexDataOff_11 (HandleRef pThis)
static internal void vtkStringToNumeric_ConvertVertexDataOn_12 (HandleRef pThis)
static internal byte vtkStringToNumeric_GetConvertCellData_13 (HandleRef pThis)
static internal byte vtkStringToNumeric_GetConvertEdgeData_14 (HandleRef pThis)
static internal byte vtkStringToNumeric_GetConvertFieldData_15 (HandleRef pThis)
static internal byte vtkStringToNumeric_GetConvertPointData_16 (HandleRef pThis)
static internal byte vtkStringToNumeric_GetConvertRowData_17 (HandleRef pThis)
static internal byte vtkStringToNumeric_GetConvertVertexData_18 (HandleRef pThis)
static internal int vtkStringToNumeric_IsA_19 (HandleRef pThis, string type)
static internal int vtkStringToNumeric_IsTypeOf_20 (string type)
static internal IntPtr vtkStringToNumeric_NewInstance_22 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkStringToNumeric_SafeDownCast_23 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkStringToNumeric_SetConvertCellData_24 (HandleRef pThis, byte _arg)
static internal void vtkStringToNumeric_SetConvertEdgeData_25 (HandleRef pThis, byte b)
static internal void vtkStringToNumeric_SetConvertFieldData_26 (HandleRef pThis, byte _arg)
static internal void vtkStringToNumeric_SetConvertPointData_27 (HandleRef pThis, byte _arg)
static internal void vtkStringToNumeric_SetConvertRowData_28 (HandleRef pThis, byte b)
static internal void vtkStringToNumeric_SetConvertVertexData_29 (HandleRef pThis, byte b)

Static Private Member Functions

static vtkStringToNumeric ()
 Automatically generated type registration mechanics.

Detailed Description

vtkStringToNumeric - Converts string arrays to numeric arrays

Description vtkStringToNumeric is a filter for converting a string array into a numeric arrays.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Whether to detect and convert point data arrays. Default is on.

Whether to detect and convert point data arrays. Default is on.

Whether to detect and convert edge data arrays. Default is on.

Whether to detect and convert edge data arrays. Default is on.

Whether to detect and convert field data arrays. Default is on.

Whether to detect and convert field data arrays. Default is on.

Whether to detect and convert cell data arrays. Default is on.

Whether to detect and convert cell data arrays. Default is on.

Whether to detect and convert row data arrays. Default is on.

Whether to detect and convert row data arrays. Default is on.

Whether to detect and convert vertex data arrays. Default is on.

Whether to detect and convert vertex data arrays. Default is on.

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

Whether to detect and convert point data arrays. Default is on.

Whether to detect and convert edge data arrays. Default is on.

Whether to detect and convert field data arrays. Default is on.

Whether to detect and convert cell data arrays. Default is on.

Whether to detect and convert row data arrays. Default is on.

Whether to detect and convert vertex data arrays. Default is on.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkStringToNumeric.SetConvertCellData ( bool  _arg) [virtual]

Whether to detect and convert point data arrays. Default is on.

virtual void Kitware.VTK.vtkStringToNumeric.SetConvertEdgeData ( bool  b) [virtual]

Whether to detect and convert edge data arrays. Default is on.

virtual void Kitware.VTK.vtkStringToNumeric.SetConvertFieldData ( bool  _arg) [virtual]

Whether to detect and convert field data arrays. Default is on.

virtual void Kitware.VTK.vtkStringToNumeric.SetConvertPointData ( bool  _arg) [virtual]

Whether to detect and convert cell data arrays. Default is on.

virtual void Kitware.VTK.vtkStringToNumeric.SetConvertRowData ( bool  b) [virtual]

Whether to detect and convert row data arrays. Default is on.

virtual void Kitware.VTK.vtkStringToNumeric.SetConvertVertexData ( bool  b) [virtual]

Whether to detect and convert vertex data arrays. Default is on.

static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertCellDataOff_01 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertCellDataOn_02 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertEdgeDataOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertEdgeDataOn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertFieldDataOff_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertFieldDataOn_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertPointDataOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertPointDataOn_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertRowDataOff_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertRowDataOn_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertVertexDataOff_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_ConvertVertexDataOn_12 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_GetConvertCellData_13 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_GetConvertEdgeData_14 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_GetConvertFieldData_15 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_GetConvertPointData_16 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_GetConvertRowData_17 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_GetConvertVertexData_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_IsA_19 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_IsTypeOf_20 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_NewInstance_22 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SafeDownCast_23 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SetConvertCellData_24 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SetConvertEdgeData_25 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SetConvertFieldData_26 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SetConvertPointData_27 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SetConvertRowData_28 ( HandleRef  pThis,
byte  b 
) [private]
static internal void Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric_SetConvertVertexData_29 ( HandleRef  pThis,
byte  b 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkStringToNumeric.MRClassNameKey = "18vtkStringToNumeric" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.


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