ActiViz .NET
5.8.0
|
vtkCellDataToPointData - map cell data to point data More...
Public Member Functions | |
vtkCellDataToPointData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkCellDataToPointData () | |
Undocumented Block. | |
virtual int | GetPassCellData () |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkCellDataToPointData | NewInstance () |
Undocumented Block. | |
virtual void | PassCellDataOff () |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. | |
virtual void | PassCellDataOn () |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. | |
virtual void | SetPassCellData (int _arg) |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. | |
Static Public Member Functions | |
static new vtkCellDataToPointData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkCellDataToPointData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkCellDataToPointData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "22vtkCellDataToPointData" |
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 | vtkCellDataToPointData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkCellDataToPointData_GetPassCellData_01 (HandleRef pThis) |
static internal int | vtkCellDataToPointData_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkCellDataToPointData_IsTypeOf_03 (string type) |
static internal IntPtr | vtkCellDataToPointData_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCellDataToPointData_PassCellDataOff_06 (HandleRef pThis) |
static internal void | vtkCellDataToPointData_PassCellDataOn_07 (HandleRef pThis) |
static internal IntPtr | vtkCellDataToPointData_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkCellDataToPointData_SetPassCellData_09 (HandleRef pThis, int _arg) |
Static Private Member Functions | |
static | vtkCellDataToPointData () |
Automatically generated type registration mechanics. |
vtkCellDataToPointData - map cell data to point data
Description vtkCellDataToPointData is a filter that transforms cell data (i.e., data specified per cell) into point data (i.e., data specified at cell points). The method of transformation is based on averaging the data values of all cells using a particular point. Optionally, the input cell data can be passed through to the output as well.
static Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkCellDataToPointData.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.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
virtual int Kitware.VTK.vtkCellDataToPointData.GetPassCellData | ( | ) | [virtual] |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output.
override int Kitware.VTK.vtkCellDataToPointData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
static new int Kitware.VTK.vtkCellDataToPointData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
static new vtkCellDataToPointData Kitware.VTK.vtkCellDataToPointData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
virtual void Kitware.VTK.vtkCellDataToPointData.PassCellDataOff | ( | ) | [virtual] |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output.
virtual void Kitware.VTK.vtkCellDataToPointData.PassCellDataOn | ( | ) | [virtual] |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output.
static new vtkCellDataToPointData Kitware.VTK.vtkCellDataToPointData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
virtual void Kitware.VTK.vtkCellDataToPointData.SetPassCellData | ( | int | _arg | ) | [virtual] |
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output.
static internal int Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_GetPassCellData_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_PassCellDataOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_PassCellDataOn_07 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkCellDataToPointData.vtkCellDataToPointData_SetPassCellData_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkCellDataToPointData.MRClassNameKey = "22vtkCellDataToPointData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.
new const string Kitware.VTK.vtkCellDataToPointData.MRFullTypeName = "Kitware.VTK.vtkCellDataToPointData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Reimplemented in Kitware.VTK.vtkPCellDataToPointData.