|
ActiViz .NET
5.8.0
|
vtkAppendPoints - appends points of one or more vtkPolyData data sets More...
Public Member Functions | |
| vtkAppendPoints (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkAppendPoints () | |
| Undocumented Block. | |
| virtual string | GetInputIdArrayName () |
| Sets the output array name to fill with the input connection index for each point. This provides a way to trace a point back to a particular input. If this is NULL (the default), the array is not generated. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkAppendPoints | NewInstance () |
| Undocumented Block. | |
| virtual void | SetInputIdArrayName (string _arg) |
| Sets the output array name to fill with the input connection index for each point. This provides a way to trace a point back to a particular input. If this is NULL (the default), the array is not generated. | |
Static Public Member Functions | |
| static new vtkAppendPoints | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkAppendPoints | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkAppendPoints" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkAppendPoints" |
| 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 | vtkAppendPoints_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAppendPoints_GetInputIdArrayName_01 (HandleRef pThis) |
| static internal int | vtkAppendPoints_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkAppendPoints_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkAppendPoints_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkAppendPoints_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkAppendPoints_SetInputIdArrayName_07 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkAppendPoints () |
| Automatically generated type registration mechanics. | |
vtkAppendPoints - appends points of one or more vtkPolyData data sets
Description vtkAppendPoints is a filter that appends the points and assoicated data of one or more polygonal (vtkPolyData) datasets. This filter can optionally add a new array marking the input index that the point came from.
| static Kitware.VTK.vtkAppendPoints.vtkAppendPoints | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkAppendPoints.vtkAppendPoints | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkAppendPoints.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.vtkPolyDataAlgorithm.
| virtual string Kitware.VTK.vtkAppendPoints.GetInputIdArrayName | ( | ) | [virtual] |
Sets the output array name to fill with the input connection index for each point. This provides a way to trace a point back to a particular input. If this is NULL (the default), the array is not generated.
| override int Kitware.VTK.vtkAppendPoints.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkAppendPoints.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkAppendPoints Kitware.VTK.vtkAppendPoints.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkAppendPoints Kitware.VTK.vtkAppendPoints.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkAppendPoints.SetInputIdArrayName | ( | string | _arg | ) | [virtual] |
Sets the output array name to fill with the input connection index for each point. This provides a way to trace a point back to a particular input. If this is NULL (the default), the array is not generated.
| static internal IntPtr Kitware.VTK.vtkAppendPoints.vtkAppendPoints_GetInputIdArrayName_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkAppendPoints.vtkAppendPoints_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkAppendPoints.vtkAppendPoints_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendPoints.vtkAppendPoints_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendPoints.vtkAppendPoints_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkAppendPoints.vtkAppendPoints_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkAppendPoints.vtkAppendPoints_SetInputIdArrayName_07 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkAppendPoints.MRClassNameKey = "15vtkAppendPoints" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkAppendPoints.MRFullTypeName = "Kitware.VTK.vtkAppendPoints" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1