ActiViz .NET
5.8.0
|
vtkAttributeDataToFieldDataFilter - map attribute data to field data More...
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. |
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.
static Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter | ( | ) | [static, private] |
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.
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.
virtual int Kitware.VTK.vtkAttributeDataToFieldDataFilter.GetPassAttributeData | ( | ) | [virtual] |
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.
static new vtkAttributeDataToFieldDataFilter Kitware.VTK.vtkAttributeDataToFieldDataFilter.New | ( | ) | [static] |
Construct this object.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkAttributeDataToFieldDataFilter.PassAttributeDataOff | ( | ) | [virtual] |
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
virtual void Kitware.VTK.vtkAttributeDataToFieldDataFilter.PassAttributeDataOn | ( | ) | [virtual] |
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
static new vtkAttributeDataToFieldDataFilter Kitware.VTK.vtkAttributeDataToFieldDataFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
virtual void Kitware.VTK.vtkAttributeDataToFieldDataFilter.SetPassAttributeData | ( | int | _arg | ) | [virtual] |
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_GetPassAttributeData_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_IsTypeOf_03 | ( | 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 void Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_PassAttributeDataOff_06 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAttributeDataToFieldDataFilter.vtkAttributeDataToFieldDataFilter_PassAttributeDataOn_07 | ( | HandleRef | pThis | ) | [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] |
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.