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

vtkMergeColumns - merge two columns into a single column More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTableAlgorithm.

Here is the call graph for this function:

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]

Member Data Documentation

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.


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