ActiViz .NET
5.8.0
|
vtkConvertSelectionDomain - Convert a selection from one domain to another More...
Public Member Functions | |
vtkConvertSelectionDomain (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkConvertSelectionDomain () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkConvertSelectionDomain | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkConvertSelectionDomain | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkConvertSelectionDomain | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkConvertSelectionDomain" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "25vtkConvertSelectionDomain" |
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 | vtkConvertSelectionDomain_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkConvertSelectionDomain_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkConvertSelectionDomain_IsTypeOf_02 (string type) |
static internal IntPtr | vtkConvertSelectionDomain_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkConvertSelectionDomain_SafeDownCast_05 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkConvertSelectionDomain () |
Automatically generated type registration mechanics. |
vtkConvertSelectionDomain - Convert a selection from one domain to another
Description vtkConvertSelectionDomain converts a selection from one domain to another using known domain mappings. The domain mappings are described by a vtkMultiBlockDataSet containing one or more vtkTables.
The first input port is for the input selection (or collection of annotations in a vtkAnnotationLayers object), while the second port is for the multi-block of mappings, and the third port is for the data that is being selected on.
If the second or third port is not set, this filter will pass the selection/annotation to the output unchanged.
The second output is the selection associated with the "current annotation" normally representing the current interactive selection.
static Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkConvertSelectionDomain.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.vtkPassInputTypeAlgorithm.
override int Kitware.VTK.vtkConvertSelectionDomain.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new int Kitware.VTK.vtkConvertSelectionDomain.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new vtkConvertSelectionDomain Kitware.VTK.vtkConvertSelectionDomain.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static new vtkConvertSelectionDomain Kitware.VTK.vtkConvertSelectionDomain.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
static internal int Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkConvertSelectionDomain.vtkConvertSelectionDomain_SafeDownCast_05 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkConvertSelectionDomain.MRClassNameKey = "25vtkConvertSelectionDomain" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.
new const string Kitware.VTK.vtkConvertSelectionDomain.MRFullTypeName = "Kitware.VTK.vtkConvertSelectionDomain" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.