ActiViz .NET
5.8.0
|
vtkImageAppendComponents - Collects components from two inputs into one output. More...
Public Member Functions | |
vtkImageAppendComponents (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkImageAppendComponents () | |
Undocumented Block. | |
new vtkDataObject | GetInput (int num) |
Get one input to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetInputConnection(0, num). | |
new vtkDataObject | GetInput () |
Get one input to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetInputConnection(0, num). | |
int | GetNumberOfInputs () |
Get the number of inputs to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetNumberOfInputConnections(0). | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkImageAppendComponents | NewInstance () |
Undocumented Block. | |
virtual void | ReplaceNthInputConnection (int idx, vtkAlgorithmOutput input) |
Replace one of the input connections with a new input. You can only replace input connections that you previously created with AddInputConnection() or, in the case of the first input, with SetInputConnection(). | |
new void | SetInput (int num, vtkDataObject input) |
Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use SetInputConnection(), AddInputConnection(), and ReplaceNthInputConnection() instead. | |
new void | SetInput (vtkDataObject input) |
Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use SetInputConnection(), AddInputConnection(), and ReplaceNthInputConnection() instead. | |
Static Public Member Functions | |
static new vtkImageAppendComponents | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkImageAppendComponents | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkImageAppendComponents" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkImageAppendComponents" |
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 | vtkImageAppendComponents_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageAppendComponents_GetInput_01 (HandleRef pThis, int num, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkImageAppendComponents_GetInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkImageAppendComponents_GetNumberOfInputs_03 (HandleRef pThis) |
static internal int | vtkImageAppendComponents_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkImageAppendComponents_IsTypeOf_05 (string type) |
static internal IntPtr | vtkImageAppendComponents_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageAppendComponents_ReplaceNthInputConnection_08 (HandleRef pThis, int idx, HandleRef input) |
static internal IntPtr | vtkImageAppendComponents_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkImageAppendComponents_SetInput_10 (HandleRef pThis, int num, HandleRef input) |
static internal void | vtkImageAppendComponents_SetInput_11 (HandleRef pThis, HandleRef input) |
Static Private Member Functions | |
static | vtkImageAppendComponents () |
Automatically generated type registration mechanics. |
vtkImageAppendComponents - Collects components from two inputs into one output.
Description vtkImageAppendComponents takes the components from two inputs and merges them into one output. If Input1 has M components, and Input2 has N components, the output will have M+N components with input1 components coming first.
static Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkImageAppendComponents.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.vtkThreadedImageAlgorithm.
new vtkDataObject Kitware.VTK.vtkImageAppendComponents.GetInput | ( | int | num | ) |
Get one input to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetInputConnection(0, num).
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
Get one input to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetInputConnection(0, num).
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
Get the number of inputs to this filter. This method is only for support of old-style pipeline connections. When writing new code you should use vtkAlgorithm::GetNumberOfInputConnections(0).
override int Kitware.VTK.vtkImageAppendComponents.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new int Kitware.VTK.vtkImageAppendComponents.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
static new vtkImageAppendComponents Kitware.VTK.vtkImageAppendComponents.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
virtual void Kitware.VTK.vtkImageAppendComponents.ReplaceNthInputConnection | ( | int | idx, |
vtkAlgorithmOutput | input | ||
) | [virtual] |
Replace one of the input connections with a new input. You can only replace input connections that you previously created with AddInputConnection() or, in the case of the first input, with SetInputConnection().
static new vtkImageAppendComponents Kitware.VTK.vtkImageAppendComponents.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new void Kitware.VTK.vtkImageAppendComponents.SetInput | ( | int | num, |
vtkDataObject | input | ||
) |
Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use SetInputConnection(), AddInputConnection(), and ReplaceNthInputConnection() instead.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
new void Kitware.VTK.vtkImageAppendComponents.SetInput | ( | vtkDataObject | input | ) |
Set an Input of this filter. This method is only for support of old-style pipeline connections. When writing new code you should use SetInputConnection(), AddInputConnection(), and ReplaceNthInputConnection() instead.
Reimplemented from Kitware.VTK.vtkImageAlgorithm.
static internal IntPtr Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_GetInput_01 | ( | HandleRef | pThis, |
int | num, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_GetInput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_GetNumberOfInputs_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_ReplaceNthInputConnection_08 | ( | HandleRef | pThis, |
int | idx, | ||
HandleRef | input | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_SetInput_10 | ( | HandleRef | pThis, |
int | num, | ||
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkImageAppendComponents.vtkImageAppendComponents_SetInput_11 | ( | HandleRef | pThis, |
HandleRef | input | ||
) | [private] |
new readonly string Kitware.VTK.vtkImageAppendComponents.MRClassNameKey = "24vtkImageAppendComponents" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.
new const string Kitware.VTK.vtkImageAppendComponents.MRFullTypeName = "Kitware.VTK.vtkImageAppendComponents" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.