ActiViz .NET
5.8.0
|
vtkMultiBlockDataGroupFilter - collects multiple inputs into one multi-group dataset More...
Public Member Functions | |
vtkMultiBlockDataGroupFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMultiBlockDataGroupFilter () | |
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 vtkMultiBlockDataGroupFilter | NewInstance () |
Undocumented Block. | |
Static Public Member Functions | |
static new vtkMultiBlockDataGroupFilter | New () |
Construct object with PointIds and CellIds on; and ids being generated as scalars. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMultiBlockDataGroupFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMultiBlockDataGroupFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "28vtkMultiBlockDataGroupFilter" |
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 | vtkMultiBlockDataGroupFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMultiBlockDataGroupFilter_AddInput_01 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkMultiBlockDataGroupFilter_AddInput_02 (HandleRef pThis, int arg0, HandleRef arg1) |
static internal int | vtkMultiBlockDataGroupFilter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkMultiBlockDataGroupFilter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkMultiBlockDataGroupFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMultiBlockDataGroupFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkMultiBlockDataGroupFilter () |
Automatically generated type registration mechanics. |
vtkMultiBlockDataGroupFilter - collects multiple inputs into one multi-group dataset
Description vtkMultiBlockDataGroupFilter is an M to 1 filter that merges multiple input into one multi-group dataset. It will assign each input to one group of the multi-group dataset and will assign each update piece as a sub-block. For example, if there are two inputs and four update pieces, the output contains two groups with four datasets each.
static Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter | ( | 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.
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 Kitware.VTK.vtkMultiBlockDataGroupFilter.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 void Kitware.VTK.vtkMultiBlockDataGroupFilter.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.vtkMultiBlockDataGroupFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
static new int Kitware.VTK.vtkMultiBlockDataGroupFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
static new vtkMultiBlockDataGroupFilter Kitware.VTK.vtkMultiBlockDataGroupFilter.New | ( | ) | [static] |
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.
static new vtkMultiBlockDataGroupFilter Kitware.VTK.vtkMultiBlockDataGroupFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
static internal void Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_AddInput_01 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_AddInput_02 | ( | HandleRef | pThis, |
int | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal int Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMultiBlockDataGroupFilter.vtkMultiBlockDataGroupFilter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkMultiBlockDataGroupFilter.MRClassNameKey = "28vtkMultiBlockDataGroupFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.
new const string Kitware.VTK.vtkMultiBlockDataGroupFilter.MRFullTypeName = "Kitware.VTK.vtkMultiBlockDataGroupFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkMultiBlockDataSetAlgorithm.