ActiViz .NET
5.8.0
|
vtkImageTwoInputFilter - Generic superclass for filters that have two inputs. More...
Public Member Functions | |
vtkImageTwoInputFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageData | GetInput1 () |
Get the inputs to this filter. | |
vtkImageData | GetInput2 () |
Get the inputs to this filter. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageTwoInputFilter | NewInstance () |
Undocumented Block. | |
virtual void | SetInput1 (vtkImageData input) |
Set the Input1 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used. | |
virtual void | SetInput2 (vtkImageData input) |
Set the Input2 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageTwoInputFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageTwoInputFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkImageTwoInputFilter" |
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 | vtkImageTwoInputFilter_GetInput1_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageTwoInputFilter_GetInput2_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageTwoInputFilter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkImageTwoInputFilter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkImageTwoInputFilter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageTwoInputFilter_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageTwoInputFilter_SetInput1_07 (HandleRef pThis, HandleRef input) |
static internal void | vtkImageTwoInputFilter_SetInput2_08 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkImageTwoInputFilter () |
Automatically generated type registration mechanics. |
vtkImageTwoInputFilter - Generic superclass for filters that have two inputs.
Description vtkImageTwoInputFilter handles two inputs. It is just a subclass of vtkImageMultipleInputFilter with some methods that are specific to two inputs. Although the inputs are labeled input1 and input2, they are stored in an array indexed starting at 0.
static Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkImageTwoInputFilter.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.vtkImageMultipleInputFilter.
Get the inputs to this filter.
Get the inputs to this filter.
override int Kitware.VTK.vtkImageTwoInputFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMultipleInputFilter.
static new int Kitware.VTK.vtkImageTwoInputFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMultipleInputFilter.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMultipleInputFilter.
static new vtkImageTwoInputFilter Kitware.VTK.vtkImageTwoInputFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkImageMultipleInputFilter.
virtual void Kitware.VTK.vtkImageTwoInputFilter.SetInput1 | ( | vtkImageData | input | ) | [virtual] |
Set the Input1 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.
virtual void Kitware.VTK.vtkImageTwoInputFilter.SetInput2 | ( | vtkImageData | input | ) | [virtual] |
Set the Input2 of this filter. If a ScalarType has not been set, then the ScalarType of the input is used.
static internal IntPtr Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_GetInput1_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_GetInput2_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_SetInput1_07 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImageTwoInputFilter.vtkImageTwoInputFilter_SetInput2_08 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageTwoInputFilter.MRClassNameKey = "22vtkImageTwoInputFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageMultipleInputFilter.
new const string Kitware.VTK.vtkImageTwoInputFilter.MRFullTypeName = "Kitware.VTK.vtkImageTwoInputFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkImageMultipleInputFilter.