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

vtkAppendCompositeDataLeaves - appends one or more composite datasets with the same structure together into a single output composite dataset More...

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

List of all members.

Public Member Functions

 vtkAppendCompositeDataLeaves (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkAppendCompositeDataLeaves ()
 Undocumented Block.
virtual void AppendFieldDataOff ()
 Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.
virtual void AppendFieldDataOn ()
 Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.
virtual int GetAppendFieldData ()
 Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.
vtkCompositeDataSet GetInput (int idx)
 Undocumented Block.
vtkCompositeDataSet GetInput ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkAppendCompositeDataLeaves NewInstance ()
 Undocumented Block.
void RemoveInput (vtkDataSet arg0)
 Remove a dataset from the list of data to append.
virtual void SetAppendFieldData (int _arg)
 Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkAppendCompositeDataLeaves"
 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 vtkAppendCompositeDataLeaves_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAppendCompositeDataLeaves_AppendFieldDataOff_01 (HandleRef pThis)
static internal void vtkAppendCompositeDataLeaves_AppendFieldDataOn_02 (HandleRef pThis)
static internal int vtkAppendCompositeDataLeaves_GetAppendFieldData_03 (HandleRef pThis)
static internal IntPtr vtkAppendCompositeDataLeaves_GetInput_04 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkAppendCompositeDataLeaves_GetInput_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkAppendCompositeDataLeaves_IsA_06 (HandleRef pThis, string type)
static internal int vtkAppendCompositeDataLeaves_IsTypeOf_07 (string type)
static internal IntPtr vtkAppendCompositeDataLeaves_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAppendCompositeDataLeaves_RemoveInput_10 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkAppendCompositeDataLeaves_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkAppendCompositeDataLeaves_SetAppendFieldData_12 (HandleRef pThis, int _arg)

Static Private Member Functions

static vtkAppendCompositeDataLeaves ()
 Automatically generated type registration mechanics.

Detailed Description

vtkAppendCompositeDataLeaves - appends one or more composite datasets with the same structure together into a single output composite dataset

Description vtkAppendCompositeDataLeaves is a filter that takes input composite datasets with the same structure: (1) the same number of entries and -- if any children are composites -- the same constraint holds from them; and (2) the same type of dataset at each position. It then creates an output dataset with the same structure whose leaves contain all the cells from the datasets at the corresponding leaves of the input datasets.

Currently, only input polydata and unstructured grids are handled; other types of leaf datasets will be ignored and their positions in the output dataset will be NULL pointers. Point attributes (i.e., scalars, vectors, normals, field data, etc.) are extracted and appended only if all datasets have the point attributes available. (For example, if one dataset has scalars but another does not, scalars will not be appended.)

vtkAppendPolyData vtkAppendFilter


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.

Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.

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

Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.

Undocumented Block.

Here is the call graph for this function:

Undocumented Block.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.

Remove a dataset from the list of data to append.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.

Here is the call graph for this function:

Set/get whether the field data of each dataset in the composite dataset is copied to the output. If AppendFieldData is non-zero, then field data arrays from all the inputs are added to the output. If there are duplicates, the array on the first input encountered is taken.

static internal IntPtr Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_GetInput_04 ( HandleRef  pThis,
int  idx,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_GetInput_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_RemoveInput_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_SafeDownCast_11 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkAppendCompositeDataLeaves.vtkAppendCompositeDataLeaves_SetAppendFieldData_12 ( HandleRef  pThis,
int  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkAppendCompositeDataLeaves.MRClassNameKey = "28vtkAppendCompositeDataLeaves" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkCompositeDataSetAlgorithm.


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