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

vtkMultiBlockMergeFilter - merges multiblock inputs into a single multiblock output More...

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

List of all members.

Public Member Functions

 vtkMultiBlockMergeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMultiBlockMergeFilter ()
 Construct object with PointIds and CellIds on; and ids being generated as scalars.
void AddInput (vtkDataObject arg0)
 Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.
void AddInput (int arg0, vtkDataObject arg1)
 Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.
override int IsA (string type)
 Undocumented Block.
new vtkMultiBlockMergeFilter NewInstance ()
 Undocumented Block.

Static Public Member Functions

static new vtkMultiBlockMergeFilter New ()
 Construct object with PointIds and CellIds on; and ids being generated as scalars.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkMultiBlockMergeFilter SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "24vtkMultiBlockMergeFilter"
 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 vtkMultiBlockMergeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMultiBlockMergeFilter_AddInput_01 (HandleRef pThis, HandleRef arg0)
static internal void vtkMultiBlockMergeFilter_AddInput_02 (HandleRef pThis, int arg0, HandleRef arg1)
static internal int vtkMultiBlockMergeFilter_IsA_03 (HandleRef pThis, string type)
static internal int vtkMultiBlockMergeFilter_IsTypeOf_04 (string type)
static internal IntPtr vtkMultiBlockMergeFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMultiBlockMergeFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkMultiBlockMergeFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMultiBlockMergeFilter - merges multiblock inputs into a single multiblock output

Description vtkMultiBlockMergeFilter is an M to 1 filter similar to vtkMultiBlockDataGroupFilter. However where as that class creates N groups in the output for N inputs, this creates 1 group in the output with N datasets inside it. In actuality if the inputs have M blocks, this will produce M blocks, each of which has N datasets. Inside the merged group, the i'th data set comes from the i'th data set in the i'th input.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct object with PointIds and CellIds on; and ids being generated as scalars.


Member Function Documentation

Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.

Add an input of this algorithm. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::AddInputConnection(). See SetInput() for details.

override void Kitware.VTK.vtkMultiBlockMergeFilter.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.vtkMultiBlockDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

static new int Kitware.VTK.vtkMultiBlockMergeFilter.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Construct object with PointIds and CellIds on; and ids being generated as scalars.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

Here is the call graph for this function:

static internal void Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_AddInput_01 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_AddInput_02 ( HandleRef  pThis,
int  arg0,
HandleRef  arg1 
) [private]
static internal int Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMultiBlockMergeFilter.vtkMultiBlockMergeFilter_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMultiBlockMergeFilter.MRClassNameKey = "24vtkMultiBlockMergeFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.


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