ActiViz .NET
5.8.0
|
vtkMergeColumns - merge two columns into a single column More...
Public Member Functions | |
vtkMergeColumns (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMergeColumns () | |
Undocumented Block. | |
virtual string | GetMergedColumnName () |
The name to give the merged column created by this filter. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMergeColumns | NewInstance () |
Undocumented Block. | |
virtual void | SetMergedColumnName (string _arg) |
The name to give the merged column created by this filter. | |
Static Public Member Functions | |
static new vtkMergeColumns | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMergeColumns | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMergeColumns" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkMergeColumns" |
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 | vtkMergeColumns_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMergeColumns_GetMergedColumnName_01 (HandleRef pThis) |
static internal int | vtkMergeColumns_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkMergeColumns_IsTypeOf_03 (string type) |
static internal IntPtr | vtkMergeColumns_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMergeColumns_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMergeColumns_SetMergedColumnName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
static | vtkMergeColumns () |
Automatically generated type registration mechanics. |
vtkMergeColumns - merge two columns into a single column
Description vtkMergeColumns replaces two columns in a table with a single column containing data in both columns. The columns are set using
SetInputArrayToProcess(0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_ROWS, "col1")
and
SetInputArrayToProcess(1, 0, 0, vtkDataObject::FIELD_ASSOCIATION_ROWS, "col2")
where "col1" and "col2" are the names of the columns to merge. The user may also specify the name of the merged column. The arrays must be of the same type. If the arrays are numeric, the values are summed in the merged column. If the arrays are strings, the values are concatenated. The strings are separated by a space if they are both nonempty.
static Kitware.VTK.vtkMergeColumns.vtkMergeColumns | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMergeColumns.vtkMergeColumns | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkMergeColumns.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.vtkTableAlgorithm.
virtual string Kitware.VTK.vtkMergeColumns.GetMergedColumnName | ( | ) | [virtual] |
The name to give the merged column created by this filter.
override int Kitware.VTK.vtkMergeColumns.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkMergeColumns.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkMergeColumns Kitware.VTK.vtkMergeColumns.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkMergeColumns Kitware.VTK.vtkMergeColumns.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkMergeColumns.SetMergedColumnName | ( | string | _arg | ) | [virtual] |
The name to give the merged column created by this filter.
static internal IntPtr Kitware.VTK.vtkMergeColumns.vtkMergeColumns_GetMergedColumnName_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMergeColumns.vtkMergeColumns_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMergeColumns.vtkMergeColumns_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMergeColumns.vtkMergeColumns_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMergeColumns.vtkMergeColumns_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMergeColumns.vtkMergeColumns_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMergeColumns.vtkMergeColumns_SetMergedColumnName_07 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkMergeColumns.MRClassNameKey = "15vtkMergeColumns" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkMergeColumns.MRFullTypeName = "Kitware.VTK.vtkMergeColumns" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.