ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkImageAppendComponents Class Reference

vtkImageAppendComponents - Collects components from two inputs into one output. More...

Inheritance diagram for Kitware.VTK.vtkImageAppendComponents:
[legend]
Collaboration diagram for Kitware.VTK.vtkImageAppendComponents:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

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().

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

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.

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_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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: