ActiViz .NET
5.8.0
|
vtkExtractSelectedRows - return selected rows of a table More...
Public Member Functions | |
vtkExtractSelectedRows (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkExtractSelectedRows () | |
Undocumented Block. | |
virtual void | AddOriginalRowIdsArrayOff () |
When set, a column named vtkOriginalRowIds will be added to the output. False by default. | |
virtual void | AddOriginalRowIdsArrayOn () |
When set, a column named vtkOriginalRowIds will be added to the output. False by default. | |
virtual int | FillInputPortInformation (int port, vtkInformation info) |
Specify the first vtkGraph input and the second vtkSelection input. | |
virtual bool | GetAddOriginalRowIdsArray () |
When set, a column named vtkOriginalRowIds will be added to the output. False by default. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkExtractSelectedRows | NewInstance () |
Undocumented Block. | |
virtual void | SetAddOriginalRowIdsArray (bool _arg) |
When set, a column named vtkOriginalRowIds will be added to the output. False by default. | |
void | SetAnnotationLayersConnection (vtkAlgorithmOutput arg0) |
A convenience method for setting the third input (i.e. the annotation layers). | |
void | SetSelectionConnection (vtkAlgorithmOutput arg0) |
A convenience method for setting the second input (i.e. the selection). | |
Static Public Member Functions | |
static new vtkExtractSelectedRows | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkExtractSelectedRows | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkExtractSelectedRows" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkExtractSelectedRows" |
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 | vtkExtractSelectedRows_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractSelectedRows_AddOriginalRowIdsArrayOff_01 (HandleRef pThis) |
static internal void | vtkExtractSelectedRows_AddOriginalRowIdsArrayOn_02 (HandleRef pThis) |
static internal int | vtkExtractSelectedRows_FillInputPortInformation_03 (HandleRef pThis, int port, HandleRef info) |
static internal byte | vtkExtractSelectedRows_GetAddOriginalRowIdsArray_04 (HandleRef pThis) |
static internal int | vtkExtractSelectedRows_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkExtractSelectedRows_IsTypeOf_06 (string type) |
static internal IntPtr | vtkExtractSelectedRows_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkExtractSelectedRows_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkExtractSelectedRows_SetAddOriginalRowIdsArray_10 (HandleRef pThis, byte _arg) |
static internal void | vtkExtractSelectedRows_SetAnnotationLayersConnection_11 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkExtractSelectedRows_SetSelectionConnection_12 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkExtractSelectedRows () |
Automatically generated type registration mechanics. |
vtkExtractSelectedRows - return selected rows of a table
Description The first input is a vtkTable to extract rows from. The second input is a vtkSelection containing the selected indices. The third input is a vtkAnnotationLayers containing selected indices. The field type of the input selection is ignored when converted to row indices.
static Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
virtual void Kitware.VTK.vtkExtractSelectedRows.AddOriginalRowIdsArrayOff | ( | ) | [virtual] |
When set, a column named vtkOriginalRowIds will be added to the output. False by default.
virtual void Kitware.VTK.vtkExtractSelectedRows.AddOriginalRowIdsArrayOn | ( | ) | [virtual] |
When set, a column named vtkOriginalRowIds will be added to the output. False by default.
override void Kitware.VTK.vtkExtractSelectedRows.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 int Kitware.VTK.vtkExtractSelectedRows.FillInputPortInformation | ( | int | port, |
vtkInformation | info | ||
) | [virtual] |
Specify the first vtkGraph input and the second vtkSelection input.
virtual bool Kitware.VTK.vtkExtractSelectedRows.GetAddOriginalRowIdsArray | ( | ) | [virtual] |
When set, a column named vtkOriginalRowIds will be added to the output. False by default.
override int Kitware.VTK.vtkExtractSelectedRows.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new int Kitware.VTK.vtkExtractSelectedRows.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkExtractSelectedRows Kitware.VTK.vtkExtractSelectedRows.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
static new vtkExtractSelectedRows Kitware.VTK.vtkExtractSelectedRows.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
virtual void Kitware.VTK.vtkExtractSelectedRows.SetAddOriginalRowIdsArray | ( | bool | _arg | ) | [virtual] |
When set, a column named vtkOriginalRowIds will be added to the output. False by default.
A convenience method for setting the third input (i.e. the annotation layers).
A convenience method for setting the second input (i.e. the selection).
static internal void Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_AddOriginalRowIdsArrayOff_01 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_AddOriginalRowIdsArrayOn_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_FillInputPortInformation_03 | ( | HandleRef | pThis, |
int | port, | ||
HandleRef | info | ||
) | [private] |
static internal byte Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_GetAddOriginalRowIdsArray_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_SetAddOriginalRowIdsArray_10 | ( | HandleRef | pThis, |
byte | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_SetAnnotationLayersConnection_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkExtractSelectedRows.vtkExtractSelectedRows_SetSelectionConnection_12 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkExtractSelectedRows.MRClassNameKey = "22vtkExtractSelectedRows" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.
new const string Kitware.VTK.vtkExtractSelectedRows.MRFullTypeName = "Kitware.VTK.vtkExtractSelectedRows" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkTableAlgorithm.