|
ActiViz .NET
5.8.0
|
vtkMergeFilter - extract separate components of data from different datasets More...
Public Member Functions | |
| vtkMergeFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkMergeFilter () | |
| Undocumented Block. | |
| void | AddField (string name, vtkDataSet input) |
| Set the object from which to extract a field and the name of the field. Note that this does not create pipeline connectivity. | |
| vtkDataSet | GetGeometry () |
| Specify object from which to extract geometry information. Old style. Use SetGeometryConnection() instead. | |
| vtkDataSet | GetNormals () |
| Set / get the object from which to extract normal information. Old style. Use SetNormalsConnection() instead. | |
| vtkDataSet | GetScalars () |
| Specify object from which to extract scalar information. Old style. Use SetScalarsConnection() instead. | |
| vtkDataSet | GetTCoords () |
| Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead. | |
| vtkDataSet | GetTensors () |
| Set / get the object from which to extract tensor data. Old style. Use SetTensorsConnection() instead. | |
| vtkDataSet | GetVectors () |
| Set / get the object from which to extract vector information. Old style. Use SetVectorsConnection() instead. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkMergeFilter | NewInstance () |
| Undocumented Block. | |
| void | SetGeometry (vtkDataSet input) |
| Specify object from which to extract geometry information. Old style. Use SetGeometryConnection() instead. | |
| void | SetGeometryConnection (vtkAlgorithmOutput algOutput) |
| Specify object from which to extract geometry information. Equivalent to SetInputConnection(0, algOutput) | |
| void | SetNormals (vtkDataSet arg0) |
| Set / get the object from which to extract normal information. Old style. Use SetNormalsConnection() instead. | |
| void | SetNormalsConnection (vtkAlgorithmOutput algOutput) |
| Set the connection from which to extract normal information. Equivalent to SetInputConnection(3, algOutput) | |
| void | SetScalars (vtkDataSet arg0) |
| Specify object from which to extract scalar information. Old style. Use SetScalarsConnection() instead. | |
| void | SetScalarsConnection (vtkAlgorithmOutput algOutput) |
| Specify object from which to extract scalar information. Equivalent to SetInputConnection(1, algOutput) | |
| void | SetTCoords (vtkDataSet arg0) |
| Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead. | |
| void | SetTCoordsConnection (vtkAlgorithmOutput algOutput) |
| Set the connection from which to extract texture coordinates information. Equivalent to SetInputConnection(4, algOutput) | |
| void | SetTensors (vtkDataSet arg0) |
| Set / get the object from which to extract tensor data. Old style. Use SetTensorsConnection() instead. | |
| void | SetTensorsConnection (vtkAlgorithmOutput algOutput) |
| Set the connection from which to extract tensor data. Equivalent to SetInputConnection(5, algOutput) | |
| void | SetVectors (vtkDataSet arg0) |
| Set / get the object from which to extract vector information. Old style. Use SetVectorsConnection() instead. | |
| void | SetVectorsConnection (vtkAlgorithmOutput algOutput) |
| Set the connection from which to extract vector information. Equivalent to SetInputConnection(2, algOutput) | |
Static Public Member Functions | |
| static new vtkMergeFilter | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkMergeFilter | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkMergeFilter" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkMergeFilter" |
| 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 | vtkMergeFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkMergeFilter_AddField_01 (HandleRef pThis, string name, HandleRef input) |
| static internal IntPtr | vtkMergeFilter_GetGeometry_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeFilter_GetNormals_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeFilter_GetScalars_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeFilter_GetTCoords_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeFilter_GetTensors_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeFilter_GetVectors_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkMergeFilter_IsA_08 (HandleRef pThis, string type) |
| static internal int | vtkMergeFilter_IsTypeOf_09 (string type) |
| static internal IntPtr | vtkMergeFilter_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkMergeFilter_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkMergeFilter_SetGeometry_13 (HandleRef pThis, HandleRef input) |
| static internal void | vtkMergeFilter_SetGeometryConnection_14 (HandleRef pThis, HandleRef algOutput) |
| static internal void | vtkMergeFilter_SetNormals_15 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkMergeFilter_SetNormalsConnection_16 (HandleRef pThis, HandleRef algOutput) |
| static internal void | vtkMergeFilter_SetScalars_17 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkMergeFilter_SetScalarsConnection_18 (HandleRef pThis, HandleRef algOutput) |
| static internal void | vtkMergeFilter_SetTCoords_19 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkMergeFilter_SetTCoordsConnection_20 (HandleRef pThis, HandleRef algOutput) |
| static internal void | vtkMergeFilter_SetTensors_21 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkMergeFilter_SetTensorsConnection_22 (HandleRef pThis, HandleRef algOutput) |
| static internal void | vtkMergeFilter_SetVectors_23 (HandleRef pThis, HandleRef arg0) |
| static internal void | vtkMergeFilter_SetVectorsConnection_24 (HandleRef pThis, HandleRef algOutput) |
Static Private Member Functions | |
| static | vtkMergeFilter () |
| Automatically generated type registration mechanics. | |
vtkMergeFilter - extract separate components of data from different datasets
Description vtkMergeFilter is a filter that extracts separate components of data from different datasets and merges them into a single dataset. The output from this filter is of the same type as the input (i.e., vtkDataSet.) It treats both cell and point data set attributes.
| static Kitware.VTK.vtkMergeFilter.vtkMergeFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkMergeFilter.vtkMergeFilter | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| void Kitware.VTK.vtkMergeFilter.AddField | ( | string | name, |
| vtkDataSet | input | ||
| ) |
Set the object from which to extract a field and the name of the field. Note that this does not create pipeline connectivity.
| override void Kitware.VTK.vtkMergeFilter.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.vtkDataSetAlgorithm.
Specify object from which to extract geometry information. Old style. Use SetGeometryConnection() instead.
Set / get the object from which to extract normal information. Old style. Use SetNormalsConnection() instead.
Specify object from which to extract scalar information. Old style. Use SetScalarsConnection() instead.
Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead.
Set / get the object from which to extract tensor data. Old style. Use SetTensorsConnection() instead.
Set / get the object from which to extract vector information. Old style. Use SetVectorsConnection() instead.
| override int Kitware.VTK.vtkMergeFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new int Kitware.VTK.vtkMergeFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkMergeFilter Kitware.VTK.vtkMergeFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| static new vtkMergeFilter Kitware.VTK.vtkMergeFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| void Kitware.VTK.vtkMergeFilter.SetGeometry | ( | vtkDataSet | input | ) |
Specify object from which to extract geometry information. Old style. Use SetGeometryConnection() instead.
| void Kitware.VTK.vtkMergeFilter.SetGeometryConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Specify object from which to extract geometry information. Equivalent to SetInputConnection(0, algOutput)
| void Kitware.VTK.vtkMergeFilter.SetNormals | ( | vtkDataSet | arg0 | ) |
Set / get the object from which to extract normal information. Old style. Use SetNormalsConnection() instead.
| void Kitware.VTK.vtkMergeFilter.SetNormalsConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Set the connection from which to extract normal information. Equivalent to SetInputConnection(3, algOutput)
| void Kitware.VTK.vtkMergeFilter.SetScalars | ( | vtkDataSet | arg0 | ) |
Specify object from which to extract scalar information. Old style. Use SetScalarsConnection() instead.
| void Kitware.VTK.vtkMergeFilter.SetScalarsConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Specify object from which to extract scalar information. Equivalent to SetInputConnection(1, algOutput)
| void Kitware.VTK.vtkMergeFilter.SetTCoords | ( | vtkDataSet | arg0 | ) |
Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead.
| void Kitware.VTK.vtkMergeFilter.SetTCoordsConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Set the connection from which to extract texture coordinates information. Equivalent to SetInputConnection(4, algOutput)
| void Kitware.VTK.vtkMergeFilter.SetTensors | ( | vtkDataSet | arg0 | ) |
Set / get the object from which to extract tensor data. Old style. Use SetTensorsConnection() instead.
| void Kitware.VTK.vtkMergeFilter.SetTensorsConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Set the connection from which to extract tensor data. Equivalent to SetInputConnection(5, algOutput)
| void Kitware.VTK.vtkMergeFilter.SetVectors | ( | vtkDataSet | arg0 | ) |
Set / get the object from which to extract vector information. Old style. Use SetVectorsConnection() instead.
| void Kitware.VTK.vtkMergeFilter.SetVectorsConnection | ( | vtkAlgorithmOutput | algOutput | ) |
Set the connection from which to extract vector information. Equivalent to SetInputConnection(2, algOutput)
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_AddField_01 | ( | HandleRef | pThis, |
| string | name, | ||
| HandleRef | input | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_GetGeometry_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_GetNormals_03 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_GetScalars_04 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_GetTCoords_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_GetTensors_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_GetVectors_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkMergeFilter.vtkMergeFilter_IsA_08 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkMergeFilter.vtkMergeFilter_IsTypeOf_09 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_NewInstance_11 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SafeDownCast_12 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetGeometry_13 | ( | HandleRef | pThis, |
| HandleRef | input | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetGeometryConnection_14 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetNormals_15 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetNormalsConnection_16 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetScalars_17 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetScalarsConnection_18 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetTCoords_19 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetTCoordsConnection_20 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetTensors_21 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetTensorsConnection_22 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetVectors_23 | ( | HandleRef | pThis, |
| HandleRef | arg0 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkMergeFilter.vtkMergeFilter_SetVectorsConnection_24 | ( | HandleRef | pThis, |
| HandleRef | algOutput | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkMergeFilter.MRClassNameKey = "14vtkMergeFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
| new const string Kitware.VTK.vtkMergeFilter.MRFullTypeName = "Kitware.VTK.vtkMergeFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
1.7.6.1