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

vtkAttributeDataToFieldDataFilter - map attribute data to field data More...

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

List of all members.

Public Member Functions

 vtkAttributeDataToFieldDataFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAttributeDataToFieldDataFilter ()
 Construct this object.
virtual int GetPassAttributeData ()
 Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
override int IsA (string type)
 Undocumented Block.
new
vtkAttributeDataToFieldDataFilter 
NewInstance ()
 Undocumented Block.
virtual void PassAttributeDataOff ()
 Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
virtual void PassAttributeDataOn ()
 Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
virtual void SetPassAttributeData (int _arg)
 Turn on/off the passing of point and cell non-field attribute data to the output of the filter.

Static Public Member Functions

static new
vtkAttributeDataToFieldDataFilter 
New ()
 Construct this object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkAttributeDataToFieldDataFilter 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "33vtkAttributeDataToFieldDataFilter"
 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 vtkAttributeDataToFieldDataFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAttributeDataToFieldDataFilter_GetPassAttributeData_01 (HandleRef pThis)
static internal int vtkAttributeDataToFieldDataFilter_IsA_02 (HandleRef pThis, string type)
static internal int vtkAttributeDataToFieldDataFilter_IsTypeOf_03 (string type)
static internal IntPtr vtkAttributeDataToFieldDataFilter_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAttributeDataToFieldDataFilter_PassAttributeDataOff_06 (HandleRef pThis)
static internal void vtkAttributeDataToFieldDataFilter_PassAttributeDataOn_07 (HandleRef pThis)
static internal IntPtr vtkAttributeDataToFieldDataFilter_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAttributeDataToFieldDataFilter_SetPassAttributeData_09 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkAttributeDataToFieldDataFilter ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAttributeDataToFieldDataFilter - map attribute data to field data

Description vtkAttributeDataToFieldDataFilter is a class that maps attribute data into field data. Since this filter is a subclass of vtkDataSetAlgorithm, the output dataset (whose structure is the same as the input dataset), will contain the field data that is generated. The filter will convert point and cell attribute data to field data and assign it as point and cell field data, replacing any point or field data that was there previously. By default, the original non-field point and cell attribute data will be passed to the output of the filter, although you can shut this behavior down.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Construct this object.


Member Function Documentation

override void Kitware.VTK.vtkAttributeDataToFieldDataFilter.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.

Turn on/off the passing of point and cell non-field attribute data to the output of the filter.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Construct this object.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Turn on/off the passing of point and cell non-field attribute data to the output of the filter.

Turn on/off the passing of point and cell non-field attribute data to the output of the filter.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

Here is the call graph for this function:

Turn on/off the passing of point and cell non-field attribute data to the output of the filter.

static internal int Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_SetPassAttributeData_09 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAttributeDataToFieldDataFilter.MRClassNameKey = "33vtkAttributeDataToFieldDataFilter" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.


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