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.vtkImageAppend Class Reference

vtkImageAppend - Collects data from multiple inputs into one image. More...

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

List of all members.

Public Member Functions

 vtkImageAppend (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkImageAppend ()
 Undocumented Block.
virtual int GetAppendAxis ()
 This axis is expanded to hold the multiple images. The default AppendAxis is the X axis. If you want to create a volue from a series of XY images, then you should set the AppendAxis to 2 (Z axis).
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).
virtual int GetPreserveExtents ()
 By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.
override int IsA (string type)
 Undocumented Block.
new vtkImageAppend NewInstance ()
 Undocumented Block.
virtual void PreserveExtentsOff ()
 By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.
virtual void PreserveExtentsOn ()
 By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.
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().
virtual void SetAppendAxis (int _arg)
 This axis is expanded to hold the multiple images. The default AppendAxis is the X axis. If you want to create a volue from a series of XY images, then you should set the AppendAxis to 2 (Z axis).
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.
virtual void SetPreserveExtents (int _arg)
 By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.

Static Public Member Functions

static new vtkImageAppend New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkImageAppend SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkImageAppend"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkImageAppend"
 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 vtkImageAppend_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageAppend_GetAppendAxis_01 (HandleRef pThis)
static internal IntPtr vtkImageAppend_GetInput_02 (HandleRef pThis, int num, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkImageAppend_GetInput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkImageAppend_GetNumberOfInputs_04 (HandleRef pThis)
static internal int vtkImageAppend_GetPreserveExtents_05 (HandleRef pThis)
static internal int vtkImageAppend_IsA_06 (HandleRef pThis, string type)
static internal int vtkImageAppend_IsTypeOf_07 (string type)
static internal IntPtr vtkImageAppend_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAppend_PreserveExtentsOff_10 (HandleRef pThis)
static internal void vtkImageAppend_PreserveExtentsOn_11 (HandleRef pThis)
static internal void vtkImageAppend_ReplaceNthInputConnection_12 (HandleRef pThis, int idx, HandleRef input)
static internal IntPtr vtkImageAppend_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkImageAppend_SetAppendAxis_14 (HandleRef pThis, int _arg)
static internal void vtkImageAppend_SetInput_15 (HandleRef pThis, int num, HandleRef input)
static internal void vtkImageAppend_SetInput_16 (HandleRef pThis, HandleRef input)
static internal void vtkImageAppend_SetPreserveExtents_17 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkImageAppend ()
 Automatically generated type registration mechanics.

Detailed Description

vtkImageAppend - Collects data from multiple inputs into one image.

Description vtkImageAppend takes the components from multiple inputs and merges them into one output. The output images are append along the "AppendAxis". Except for the append axis, all inputs must have the same extent. All inputs must have the same number of scalar components. A future extension might be to pad or clip inputs to have the same extent. The output has the same origin and spacing as the first input. The origin and spacing of all other inputs are ignored. All inputs must have the same scalar type.


Constructor & Destructor Documentation

static Kitware.VTK.vtkImageAppend.vtkImageAppend ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkImageAppend.vtkImageAppend ( 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.vtkImageAppend.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.

virtual int Kitware.VTK.vtkImageAppend.GetAppendAxis ( ) [virtual]

This axis is expanded to hold the multiple images. The default AppendAxis is the X axis. If you want to create a volue from a series of XY images, then you should set the AppendAxis to 2 (Z axis).

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

By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.

override int Kitware.VTK.vtkImageAppend.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

static new int Kitware.VTK.vtkImageAppend.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.

By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.

By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.

virtual void Kitware.VTK.vtkImageAppend.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().

Undocumented Block.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkImageAppend.SetAppendAxis ( int  _arg) [virtual]

This axis is expanded to hold the multiple images. The default AppendAxis is the X axis. If you want to create a volue from a series of XY images, then you should set the AppendAxis to 2 (Z axis).

new void Kitware.VTK.vtkImageAppend.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.

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.

virtual void Kitware.VTK.vtkImageAppend.SetPreserveExtents ( int  _arg) [virtual]

By default "PreserveExtents" is off and the append axis is used. When "PreseveExtents" is on, the extent of the inputs is used to place the image in the output. The whole extent of the output is the union of the input whole extents. Any portion of the output not covered by the inputs is set to zero. The origin and spacing is taken from the first input.

static internal int Kitware.VTK.vtkImageAppend.vtkImageAppend_GetAppendAxis_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkImageAppend.vtkImageAppend_GetInput_02 ( HandleRef  pThis,
int  num,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAppend.vtkImageAppend_GetInput_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkImageAppend.vtkImageAppend_GetNumberOfInputs_04 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAppend.vtkImageAppend_GetPreserveExtents_05 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkImageAppend.vtkImageAppend_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkImageAppend.vtkImageAppend_IsTypeOf_07 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkImageAppend.vtkImageAppend_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAppend.vtkImageAppend_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_PreserveExtentsOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_PreserveExtentsOn_11 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_ReplaceNthInputConnection_12 ( HandleRef  pThis,
int  idx,
HandleRef  input 
) [private]
static internal IntPtr Kitware.VTK.vtkImageAppend.vtkImageAppend_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_SetAppendAxis_14 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_SetInput_15 ( HandleRef  pThis,
int  num,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_SetInput_16 ( HandleRef  pThis,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkImageAppend.vtkImageAppend_SetPreserveExtents_17 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkImageAppend.MRClassNameKey = "14vtkImageAppend" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.

new const string Kitware.VTK.vtkImageAppend.MRFullTypeName = "Kitware.VTK.vtkImageAppend"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkThreadedImageAlgorithm.


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