ActiViz .NET
5.8.0
|
vtkSplitColumnComponents - split multicomponent table columns More...
Public Member Functions | |
vtkSplitColumnComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkSplitColumnComponents () | |
Undocumented Block. | |
virtual bool | GetCalculateMagnitudes () |
If on this filter will calculate an additional magnitude column for all columns it splits with two or more components. Default is on. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkSplitColumnComponents | NewInstance () |
Undocumented Block. | |
virtual void | SetCalculateMagnitudes (bool _arg) |
If on this filter will calculate an additional magnitude column for all columns it splits with two or more components. Default is on. | |
Static Public Member Functions | |
static new vtkSplitColumnComponents | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkSplitColumnComponents | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkSplitColumnComponents" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkSplitColumnComponents" |
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 | vtkSplitColumnComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkSplitColumnComponents_GetCalculateMagnitudes_01 (HandleRef pThis) |
static internal int | vtkSplitColumnComponents_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkSplitColumnComponents_IsTypeOf_03 (string type) |
static internal IntPtr | vtkSplitColumnComponents_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkSplitColumnComponents_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkSplitColumnComponents_SetCalculateMagnitudes_07 (HandleRef pThis, byte _arg) |
Static Private Member Functions | |
static | vtkSplitColumnComponents () |
Automatically generated type registration mechanics. |
vtkSplitColumnComponents - split multicomponent table columns
Description Splits any columns in a table that have more than one component into individual columns. Single component columns are passed through without any data duplication. So if column names "Points" had three components this column would be split into "Points (0)", "Points (1)" and Points (2)".
static Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkSplitColumnComponents.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 bool Kitware.VTK.vtkSplitColumnComponents.GetCalculateMagnitudes | ( | ) | [virtual] |
If on this filter will calculate an additional magnitude column for all columns it splits with two or more components. Default is on.
override int Kitware.VTK.vtkSplitColumnComponents.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkSplitColumnComponents.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkSplitColumnComponents Kitware.VTK.vtkSplitColumnComponents.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkSplitColumnComponents Kitware.VTK.vtkSplitColumnComponents.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkSplitColumnComponents.SetCalculateMagnitudes | ( | bool | _arg | ) | [virtual] |
If on this filter will calculate an additional magnitude column for all columns it splits with two or more components. Default is on.
static internal byte Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_GetCalculateMagnitudes_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkSplitColumnComponents.vtkSplitColumnComponents_SetCalculateMagnitudes_07 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkSplitColumnComponents.MRClassNameKey = "24vtkSplitColumnComponents" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkSplitColumnComponents.MRFullTypeName = "Kitware.VTK.vtkSplitColumnComponents" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.