ActiViz .NET
5.8.0
|
vtkStringToNumeric - Converts string arrays to numeric arrays More...
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. |
vtkStringToNumeric - Converts string arrays to numeric arrays
Description vtkStringToNumeric is a filter for converting a string array into a numeric arrays.
static Kitware.VTK.vtkStringToNumeric.vtkStringToNumeric | ( | ) | [static, private] |
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.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertCellDataOff | ( | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertCellDataOn | ( | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertEdgeDataOff | ( | ) | [virtual] |
Whether to detect and convert edge data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertEdgeDataOn | ( | ) | [virtual] |
Whether to detect and convert edge data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertFieldDataOff | ( | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertFieldDataOn | ( | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertPointDataOff | ( | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertPointDataOn | ( | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertRowDataOff | ( | ) | [virtual] |
Whether to detect and convert row data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertRowDataOn | ( | ) | [virtual] |
Whether to detect and convert row data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertVertexDataOff | ( | ) | [virtual] |
Whether to detect and convert vertex data arrays. Default is on.
virtual void Kitware.VTK.vtkStringToNumeric.ConvertVertexDataOn | ( | ) | [virtual] |
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.
virtual bool Kitware.VTK.vtkStringToNumeric.GetConvertCellData | ( | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual bool Kitware.VTK.vtkStringToNumeric.GetConvertEdgeData | ( | ) | [virtual] |
Whether to detect and convert edge data arrays. Default is on.
virtual bool Kitware.VTK.vtkStringToNumeric.GetConvertFieldData | ( | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual bool Kitware.VTK.vtkStringToNumeric.GetConvertPointData | ( | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual bool Kitware.VTK.vtkStringToNumeric.GetConvertRowData | ( | ) | [virtual] |
Whether to detect and convert row data arrays. Default is on.
virtual bool Kitware.VTK.vtkStringToNumeric.GetConvertVertexData | ( | ) | [virtual] |
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.
static new vtkStringToNumeric Kitware.VTK.vtkStringToNumeric.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
static new vtkStringToNumeric Kitware.VTK.vtkStringToNumeric.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataObjectAlgorithm.
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] |
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.