ActiViz .NET
5.8.0
|
vtkMergeDataObjectFilter - merge dataset and data object field to create dataset with attribute data More...
Public Member Functions | |
vtkMergeDataObjectFilter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMergeDataObjectFilter () | |
Undocumented Block. | |
vtkDataObject | GetDataObject () |
Specify the data object to merge with the input dataset. | |
virtual int | GetOutputField () |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMergeDataObjectFilter | NewInstance () |
Undocumented Block. | |
void | SetDataObject (vtkDataObject arg0) |
Specify the data object to merge with the input dataset. | |
virtual void | SetOutputField (int _arg) |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data. | |
void | SetOutputFieldToCellDataField () |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data. | |
void | SetOutputFieldToDataObjectField () |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data. | |
void | SetOutputFieldToPointDataField () |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data. | |
Static Public Member Functions | |
static new vtkMergeDataObjectFilter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMergeDataObjectFilter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMergeDataObjectFilter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkMergeDataObjectFilter" |
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 | vtkMergeDataObjectFilter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMergeDataObjectFilter_GetDataObject_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkMergeDataObjectFilter_GetOutputField_02 (HandleRef pThis) |
static internal int | vtkMergeDataObjectFilter_IsA_03 (HandleRef pThis, string type) |
static internal int | vtkMergeDataObjectFilter_IsTypeOf_04 (string type) |
static internal IntPtr | vtkMergeDataObjectFilter_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMergeDataObjectFilter_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMergeDataObjectFilter_SetDataObject_08 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkMergeDataObjectFilter_SetOutputField_09 (HandleRef pThis, int _arg) |
static internal void | vtkMergeDataObjectFilter_SetOutputFieldToCellDataField_10 (HandleRef pThis) |
static internal void | vtkMergeDataObjectFilter_SetOutputFieldToDataObjectField_11 (HandleRef pThis) |
static internal void | vtkMergeDataObjectFilter_SetOutputFieldToPointDataField_12 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkMergeDataObjectFilter () |
Automatically generated type registration mechanics. |
vtkMergeDataObjectFilter - merge dataset and data object field to create dataset with attribute data
Description vtkMergeDataObjectFilter is a filter that merges the field from a vtkDataObject with a vtkDataSet. The resulting combined dataset can then be processed by other filters (e.g., vtkFieldDataToAttributeDataFilter) to create attribute data like scalars, vectors, etc.
The filter operates as follows. The field data from the vtkDataObject is merged with the input's vtkDataSet and then placed in the output. You can choose to place the field data into the cell data field, the point data field, or the datasets field (i.e., the one inherited from vtkDataSet's superclass vtkDataObject). All this data shuffling occurs via reference counting, therefore memory is not copied.
One of the uses of this filter is to allow you to read/generate the structure of a dataset independent of the attributes. So, for example, you could store the dataset geometry/topology in one file, and field data in another. Then use this filter in combination with vtkFieldDataToAttributeData to create a dataset ready for processing in the visualization pipeline.
static Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkMergeDataObjectFilter.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.
Specify the data object to merge with the input dataset.
virtual int Kitware.VTK.vtkMergeDataObjectFilter.GetOutputField | ( | ) | [virtual] |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data.
override int Kitware.VTK.vtkMergeDataObjectFilter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new int Kitware.VTK.vtkMergeDataObjectFilter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkMergeDataObjectFilter Kitware.VTK.vtkMergeDataObjectFilter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
static new vtkMergeDataObjectFilter Kitware.VTK.vtkMergeDataObjectFilter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
Specify the data object to merge with the input dataset.
virtual void Kitware.VTK.vtkMergeDataObjectFilter.SetOutputField | ( | int | _arg | ) | [virtual] |
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data.
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data.
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data.
Specify where to place the field data during the merge process. There are three choices: the field data associated with the vtkDataObject superclass; the point field attribute data; and the cell field attribute data.
static internal IntPtr Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_GetDataObject_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_GetOutputField_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_IsA_03 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_IsTypeOf_04 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_NewInstance_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_SafeDownCast_07 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_SetDataObject_08 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_SetOutputField_09 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_SetOutputFieldToCellDataField_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_SetOutputFieldToDataObjectField_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMergeDataObjectFilter.vtkMergeDataObjectFilter_SetOutputFieldToPointDataField_12 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkMergeDataObjectFilter.MRClassNameKey = "24vtkMergeDataObjectFilter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.
new const string Kitware.VTK.vtkMergeDataObjectFilter.MRFullTypeName = "Kitware.VTK.vtkMergeDataObjectFilter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkDataSetAlgorithm.