ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkCellDataToPointData Class Reference

vtkCellDataToPointData - map cell data to point data More...

Inheritance diagram for Kitware.VTK.vtkCellDataToPointData:
[legend]
Collaboration diagram for Kitware.VTK.vtkCellDataToPointData:
[legend]

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPCellDataToPointData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPCellDataToPointData.

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Reimplemented in Kitware.VTK.vtkPCellDataToPointData.

Here is the call graph for this function:

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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: