ActiViz .NET
5.8.0
|
vtkAppendFilter - appends one or more datasets together into a single unstructured grid More...
Public Member Functions | |
vtkAppendFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAppendFilter () | |
Undocumented Block. | |
new vtkDataSet | GetInput (int idx) |
Undocumented Block. | |
new vtkDataSet | GetInput () |
Undocumented Block. | |
vtkDataSetCollection | GetInputList () |
Returns a copy of the input array. Modifications to this list will not be reflected in the actual inputs. | |
virtual int | GetMergePoints () |
Get if the filter should merge coincidental points Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off. | |
override int | IsA (string type) |
Undocumented Block. | |
virtual void | MergePointsOff () |
Set the filter to merge coincidental points. Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off. | |
virtual void | MergePointsOn () |
Set the filter to merge coincidental points. Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off. | |
new vtkAppendFilter | NewInstance () |
Undocumented Block. | |
void | RemoveInput (vtkDataSet arg0) |
Remove a dataset from the list of data to append. | |
virtual void | SetMergePoints (int _arg) |
Set the filter to merge coincidental points. Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off. | |
Static Public Member Functions | |
static new vtkAppendFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAppendFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAppendFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkAppendFilter" |
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 | vtkAppendFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAppendFilter_GetInput_01 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAppendFilter_GetInput_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAppendFilter_GetInputList_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAppendFilter_GetMergePoints_04 (HandleRef pThis) |
static internal int | vtkAppendFilter_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkAppendFilter_IsTypeOf_06 (string type) |
static internal void | vtkAppendFilter_MergePointsOff_07 (HandleRef pThis) |
static internal void | vtkAppendFilter_MergePointsOn_08 (HandleRef pThis) |
static internal IntPtr | vtkAppendFilter_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAppendFilter_RemoveInput_11 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkAppendFilter_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAppendFilter_SetMergePoints_13 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkAppendFilter () |
Automatically generated type registration mechanics. |
vtkAppendFilter - appends one or more datasets together into a single unstructured grid
Description vtkAppendFilter is a filter that appends one of more datasets into a single unstructured grid. All geometry is extracted and appended, but point attributes (i.e., scalars, vectors, normals, field data, etc.) are extracted and appended only if all datasets have the point attributes available. (For example, if one dataset has scalars but another does not, scalars will not be appended.)
static Kitware.VTK.vtkAppendFilter.vtkAppendFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAppendFilter.vtkAppendFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkAppendFilter.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.vtkUnstructuredGridAlgorithm.
new vtkDataSet Kitware.VTK.vtkAppendFilter.GetInput | ( | int | idx | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Returns a copy of the input array. Modifications to this list will not be reflected in the actual inputs.
virtual int Kitware.VTK.vtkAppendFilter.GetMergePoints | ( | ) | [virtual] |
Get if the filter should merge coincidental points Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off.
override int Kitware.VTK.vtkAppendFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
static new int Kitware.VTK.vtkAppendFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkAppendFilter.MergePointsOff | ( | ) | [virtual] |
Set the filter to merge coincidental points. Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off.
virtual void Kitware.VTK.vtkAppendFilter.MergePointsOn | ( | ) | [virtual] |
Set the filter to merge coincidental points. Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off.
static new vtkAppendFilter Kitware.VTK.vtkAppendFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
void Kitware.VTK.vtkAppendFilter.RemoveInput | ( | vtkDataSet | arg0 | ) |
Remove a dataset from the list of data to append.
static new vtkAppendFilter Kitware.VTK.vtkAppendFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
virtual void Kitware.VTK.vtkAppendFilter.SetMergePoints | ( | int | _arg | ) | [virtual] |
Set the filter to merge coincidental points. Note: The filter will only merge points if the ghost cell array doesn't exist Defaults to Off.
static internal IntPtr Kitware.VTK.vtkAppendFilter.vtkAppendFilter_GetInput_01 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendFilter.vtkAppendFilter_GetInput_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendFilter.vtkAppendFilter_GetInputList_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAppendFilter.vtkAppendFilter_GetMergePoints_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAppendFilter.vtkAppendFilter_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAppendFilter.vtkAppendFilter_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal void Kitware.VTK.vtkAppendFilter.vtkAppendFilter_MergePointsOff_07 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAppendFilter.vtkAppendFilter_MergePointsOn_08 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendFilter.vtkAppendFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendFilter.vtkAppendFilter_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendFilter.vtkAppendFilter_RemoveInput_11 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendFilter.vtkAppendFilter_SafeDownCast_12 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendFilter.vtkAppendFilter_SetMergePoints_13 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkAppendFilter.MRClassNameKey = "15vtkAppendFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.
new const string Kitware.VTK.vtkAppendFilter.MRFullTypeName = "Kitware.VTK.vtkAppendFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkUnstructuredGridAlgorithm.