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.vtkPCellDataToPointData Class Reference

vtkPCellDataToPointData - Compute point arrays from cell arrays. More...

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

List of all members.

Public Member Functions

 vtkPCellDataToPointData (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPCellDataToPointData ()
 Undocumented Block.
virtual int GetPieceInvariant ()
 To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
override int IsA (string type)
 Undocumented Block.
new vtkPCellDataToPointData NewInstance ()
 Undocumented Block.
virtual void PieceInvariantOff ()
 To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual void PieceInvariantOn ()
 To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual void SetPieceInvariant (int _arg)
 To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

Static Public Member Functions

static new vtkPCellDataToPointData New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkPCellDataToPointData SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPCellDataToPointData"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkPCellDataToPointData"
 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 vtkPCellDataToPointData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkPCellDataToPointData_GetPieceInvariant_01 (HandleRef pThis)
static internal int vtkPCellDataToPointData_IsA_02 (HandleRef pThis, string type)
static internal int vtkPCellDataToPointData_IsTypeOf_03 (string type)
static internal IntPtr vtkPCellDataToPointData_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPCellDataToPointData_PieceInvariantOff_06 (HandleRef pThis)
static internal void vtkPCellDataToPointData_PieceInvariantOn_07 (HandleRef pThis)
static internal IntPtr vtkPCellDataToPointData_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPCellDataToPointData_SetPieceInvariant_09 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkPCellDataToPointData ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPCellDataToPointData - Compute point arrays from cell arrays.

Description Like it super class, this filter averages the cell data around a point to get new point data. This subclass requests a layer of ghost cells to make the results invariant to pieces. There is a "PieceInvariant" flag that lets the user change the behavior of the filter to that of its superclass.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData ( 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.vtkPCellDataToPointData.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.vtkCellDataToPointData.

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

override int Kitware.VTK.vtkPCellDataToPointData.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.

static new int Kitware.VTK.vtkPCellDataToPointData.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPCellDataToPointData.SetPieceInvariant ( int  _arg) [virtual]

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

static internal int Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_PieceInvariantOff_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_PieceInvariantOn_07 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPCellDataToPointData.vtkPCellDataToPointData_SetPieceInvariant_09 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPCellDataToPointData.MRClassNameKey = "23vtkPCellDataToPointData" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.

new const string Kitware.VTK.vtkPCellDataToPointData.MRFullTypeName = "Kitware.VTK.vtkPCellDataToPointData"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCellDataToPointData.


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