ActiViz .NET
5.8.0
|
vtkAppendPolyData - appends one or more polygonal datasets together More...
Public Member Functions | |
vtkAppendPolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkAppendPolyData () | |
Undocumented Block. | |
void | AddInput (vtkPolyData arg0) |
Add a dataset to the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber instead. | |
new vtkPolyData | GetInput (int idx) |
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead. | |
new vtkPolyData | GetInput () |
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead. | |
virtual int | GetParallelStreaming () |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time. | |
virtual int | GetUserManagedInputs () |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkAppendPolyData | NewInstance () |
Undocumented Block. | |
virtual void | ParallelStreamingOff () |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time. | |
virtual void | ParallelStreamingOn () |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time. | |
void | RemoveInput (vtkPolyData arg0) |
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead. | |
void | SetInputByNumber (int num, vtkPolyData input) |
Set Nth input, should only be used when UserManagedInputs is true. | |
void | SetNumberOfInputs (int num) |
Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true. | |
virtual void | SetParallelStreaming (int _arg) |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time. | |
virtual void | SetUserManagedInputs (int _arg) |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
virtual void | UserManagedInputsOff () |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
virtual void | UserManagedInputsOn () |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false. | |
Static Public Member Functions | |
static new vtkAppendPolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkAppendPolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkAppendPolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "17vtkAppendPolyData" |
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 | vtkAppendPolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAppendPolyData_AddInput_01 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkAppendPolyData_GetInput_02 (HandleRef pThis, int idx, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkAppendPolyData_GetInput_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkAppendPolyData_GetParallelStreaming_04 (HandleRef pThis) |
static internal int | vtkAppendPolyData_GetUserManagedInputs_05 (HandleRef pThis) |
static internal int | vtkAppendPolyData_IsA_06 (HandleRef pThis, string type) |
static internal int | vtkAppendPolyData_IsTypeOf_07 (string type) |
static internal IntPtr | vtkAppendPolyData_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAppendPolyData_ParallelStreamingOff_10 (HandleRef pThis) |
static internal void | vtkAppendPolyData_ParallelStreamingOn_11 (HandleRef pThis) |
static internal void | vtkAppendPolyData_RemoveInput_12 (HandleRef pThis, HandleRef arg0) |
static internal IntPtr | vtkAppendPolyData_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkAppendPolyData_SetInputByNumber_14 (HandleRef pThis, int num, HandleRef input) |
static internal void | vtkAppendPolyData_SetNumberOfInputs_15 (HandleRef pThis, int num) |
static internal void | vtkAppendPolyData_SetParallelStreaming_16 (HandleRef pThis, int _arg) |
static internal void | vtkAppendPolyData_SetUserManagedInputs_17 (HandleRef pThis, int _arg) |
static internal void | vtkAppendPolyData_UserManagedInputsOff_18 (HandleRef pThis) |
static internal void | vtkAppendPolyData_UserManagedInputsOn_19 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkAppendPolyData () |
Automatically generated type registration mechanics. |
vtkAppendPolyData - appends one or more polygonal datasets together
Description
vtkAppendPolyData is a filter that appends one of more polygonal datasets into a single polygonal dataset. All geometry is extracted and appended, but point and cell attributes (i.e., scalars, vectors, normals) are extracted and appended only if all datasets have the point and/or cell attributes available. (For example, if one dataset has point scalars but another does not, point scalars will not be appended.)
static Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
void Kitware.VTK.vtkAppendPolyData.AddInput | ( | vtkPolyData | arg0 | ) |
Add a dataset to the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber instead.
override void Kitware.VTK.vtkAppendPolyData.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.vtkPolyDataAlgorithm.
new vtkPolyData Kitware.VTK.vtkAppendPolyData.GetInput | ( | int | idx | ) |
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual int Kitware.VTK.vtkAppendPolyData.GetParallelStreaming | ( | ) | [virtual] |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time.
virtual int Kitware.VTK.vtkAppendPolyData.GetUserManagedInputs | ( | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
override int Kitware.VTK.vtkAppendPolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkAppendPolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkAppendPolyData Kitware.VTK.vtkAppendPolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkAppendPolyData.ParallelStreamingOff | ( | ) | [virtual] |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time.
virtual void Kitware.VTK.vtkAppendPolyData.ParallelStreamingOn | ( | ) | [virtual] |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time.
void Kitware.VTK.vtkAppendPolyData.RemoveInput | ( | vtkPolyData | arg0 | ) |
Remove a dataset from the list of data to append. Should not be used when UserManagedInputs is true, use SetInputByNumber (NULL) instead.
static new vtkAppendPolyData Kitware.VTK.vtkAppendPolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
void Kitware.VTK.vtkAppendPolyData.SetInputByNumber | ( | int | num, |
vtkPolyData | input | ||
) |
Set Nth input, should only be used when UserManagedInputs is true.
void Kitware.VTK.vtkAppendPolyData.SetNumberOfInputs | ( | int | num | ) |
Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true.
virtual void Kitware.VTK.vtkAppendPolyData.SetParallelStreaming | ( | int | _arg | ) | [virtual] |
ParallelStreaming is for a particular application. It causes this filter to ask for a different piece from each of its inputs. If all the inputs are the same, then the output of this append filter is the whole dataset pieced back together. Duplicate points are create along the seams. The purpose of this feature is to get data parallelism at a course scale. Each of the inputs can be generated in a different process at the same time.
virtual void Kitware.VTK.vtkAppendPolyData.SetUserManagedInputs | ( | int | _arg | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
virtual void Kitware.VTK.vtkAppendPolyData.UserManagedInputsOff | ( | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
virtual void Kitware.VTK.vtkAppendPolyData.UserManagedInputsOn | ( | ) | [virtual] |
UserManagedInputs allows the user to set inputs by number instead of using the AddInput/RemoveInput functions. Calls to SetNumberOfInputs/SetInputByNumber should not be mixed with calls to AddInput/RemoveInput. By default, UserManagedInputs is false.
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_AddInput_01 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_GetInput_02 | ( | HandleRef | pThis, |
int | idx, | ||
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_GetInput_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_GetParallelStreaming_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_GetUserManagedInputs_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_IsTypeOf_07 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_NewInstance_09 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_ParallelStreamingOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_ParallelStreamingOn_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_RemoveInput_12 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_SetInputByNumber_14 | ( | HandleRef | pThis, |
int | num, | ||
HandleRef | input | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_SetNumberOfInputs_15 | ( | HandleRef | pThis, |
int | num | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_SetParallelStreaming_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_SetUserManagedInputs_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_UserManagedInputsOff_18 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkAppendPolyData.vtkAppendPolyData_UserManagedInputsOn_19 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkAppendPolyData.MRClassNameKey = "17vtkAppendPolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkAppendPolyData.MRFullTypeName = "Kitware.VTK.vtkAppendPolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.