|
ActiViz .NET
5.8.0
|
vtkAppendSelection - appends one or more selections together More...
Public Member Functions | |
| vtkAppendSelection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkAppendSelection () | |
| Undocumented Block. | |
| void | AddInput (vtkSelection arg0) |
| Add a dataset to the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber instead. | |
| virtual void | AppendByUnionOff () |
| When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true. | |
| virtual void | AppendByUnionOn () |
| When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true. | |
| virtual int | GetAppendByUnion () |
| When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true. | |
| vtkSelection | GetInput (int idx) |
| Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead. | |
| vtkSelection | GetInput () |
| Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead. | |
| virtual int | GetUserManagedInputs () |
| UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkAppendSelection | NewInstance () |
| Undocumented Block. | |
| void | RemoveInput (vtkSelection arg0) |
| Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead. | |
| virtual void | SetAppendByUnion (int _arg) |
| When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true. | |
| void | SetInputByNumber (int num, vtkSelection input) |
| Set Nth input, should only be used when UserManagedInputs is true. | |
| void | SetNumberOfInputs (int num) |
| Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true. | |
| virtual void | SetUserManagedInputs (int _arg) |
| UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
| virtual void | UserManagedInputsOff () |
| UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
| virtual void | UserManagedInputsOn () |
| UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
Static Public Member Functions | |
| static new vtkAppendSelection | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkAppendSelection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkAppendSelection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "18vtkAppendSelection" |
| 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 | vtkAppendSelection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAppendSelection_AddInput_01 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkAppendSelection_AppendByUnionOff_02 (HandleRef pThis) |
| static internal void | vtkAppendSelection_AppendByUnionOn_03 (HandleRef pThis) |
| static internal int | vtkAppendSelection_GetAppendByUnion_04 (HandleRef pThis) |
| static internal IntPtr | vtkAppendSelection_GetInput_05 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAppendSelection_GetInput_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkAppendSelection_GetUserManagedInputs_07 (HandleRef pThis) |
| static internal int | vtkAppendSelection_IsA_08 (HandleRef pThis, string type) |
| static internal int | vtkAppendSelection_IsTypeOf_09 (string type) |
| static internal IntPtr | vtkAppendSelection_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAppendSelection_RemoveInput_12 (HandleRef pThis, HandleRef arg0) |
| static internal IntPtr | vtkAppendSelection_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAppendSelection_SetAppendByUnion_14 (HandleRef pThis, int _arg) |
| static internal void | vtkAppendSelection_SetInputByNumber_15 (HandleRef pThis, int num, HandleRef input) |
| static internal void | vtkAppendSelection_SetNumberOfInputs_16 (HandleRef pThis, int num) |
| static internal void | vtkAppendSelection_SetUserManagedInputs_17 (HandleRef pThis, int _arg) |
| static internal void | vtkAppendSelection_UserManagedInputsOff_18 (HandleRef pThis) |
| static internal void | vtkAppendSelection_UserManagedInputsOn_19 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkAppendSelection () |
| Automatically generated type registration mechanics. | |
vtkAppendSelection - appends one or more selections together
Description vtkAppendSelection is a filter that appends one of more selections into a single selection. All selections must have the same content type unless AppendByUnion is false.
| static Kitware.VTK.vtkAppendSelection.vtkAppendSelection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkAppendSelection.vtkAppendSelection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| void Kitware.VTK.vtkAppendSelection.AddInput | ( | vtkSelection | arg0 | ) |
Add a dataset to the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber instead.
| virtual void Kitware.VTK.vtkAppendSelection.AppendByUnionOff | ( | ) | [virtual] |
When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true.
| virtual void Kitware.VTK.vtkAppendSelection.AppendByUnionOn | ( | ) | [virtual] |
When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true.
| override void Kitware.VTK.vtkAppendSelection.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.vtkSelectionAlgorithm.
| virtual int Kitware.VTK.vtkAppendSelection.GetAppendByUnion | ( | ) | [virtual] |
When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true.
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead.
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead.
| virtual int Kitware.VTK.vtkAppendSelection.GetUserManagedInputs | ( | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
| override int Kitware.VTK.vtkAppendSelection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
| static new int Kitware.VTK.vtkAppendSelection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
| static new vtkAppendSelection Kitware.VTK.vtkAppendSelection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
| void Kitware.VTK.vtkAppendSelection.RemoveInput | ( | vtkSelection | arg0 | ) |
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead.
| static new vtkAppendSelection Kitware.VTK.vtkAppendSelection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
| virtual void Kitware.VTK.vtkAppendSelection.SetAppendByUnion | ( | int | _arg | ) | [virtual] |
When set to true, all the selections are combined together to form a single vtkSelection output. When set to false, the output is a composite selection with input selections as the children of the composite selection. This allows for selections with different content types and properties. Default is true.
| void Kitware.VTK.vtkAppendSelection.SetInputByNumber | ( | int | num, |
| vtkSelection | input | ||
| ) |
Set Nth input, should only be used when UserManagedInputs is true.
| void Kitware.VTK.vtkAppendSelection.SetNumberOfInputs | ( | int | num | ) |
Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true.
| virtual void Kitware.VTK.vtkAppendSelection.SetUserManagedInputs | ( | int | _arg | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
| virtual void Kitware.VTK.vtkAppendSelection.UserManagedInputsOff | ( | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
| virtual void Kitware.VTK.vtkAppendSelection.UserManagedInputsOn | ( | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_AddInput_01 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_AppendByUnionOff_02 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_AppendByUnionOn_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkAppendSelection.vtkAppendSelection_GetAppendByUnion_04 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendSelection.vtkAppendSelection_GetInput_05 | ( | HandleRef | pThis, |
| int | idx, | ||
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendSelection.vtkAppendSelection_GetInput_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkAppendSelection.vtkAppendSelection_GetUserManagedInputs_07 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkAppendSelection.vtkAppendSelection_IsA_08 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkAppendSelection.vtkAppendSelection_IsTypeOf_09 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendSelection.vtkAppendSelection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendSelection.vtkAppendSelection_NewInstance_11 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_RemoveInput_12 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendSelection.vtkAppendSelection_SafeDownCast_13 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_SetAppendByUnion_14 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_SetInputByNumber_15 | ( | HandleRef | pThis, |
| int | num, | ||
| HandleRef | input | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_SetNumberOfInputs_16 | ( | HandleRef | pThis, |
| int | num | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_SetUserManagedInputs_17 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_UserManagedInputsOff_18 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkAppendSelection.vtkAppendSelection_UserManagedInputsOn_19 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkAppendSelection.MRClassNameKey = "18vtkAppendSelection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
| new const string Kitware.VTK.vtkAppendSelection.MRFullTypeName = "Kitware.VTK.vtkAppendSelection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkSelectionAlgorithm.
1.7.6.1