ActiViz .NET
5.8.0
|
vtkDuplicatePolyData - For distributed tiled displays. More...
Public Member Functions | |
vtkDuplicatePolyData (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkDuplicatePolyData () | |
Undocumented Block. | |
virtual int | GetClientFlag () |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0. | |
virtual vtkMultiProcessController | GetController () |
By defualt this filter uses the global controller, but this method can be used to set another instead. | |
virtual uint | GetMemorySize () |
This returns to size of the output (on this process). This method is not really used. It is needed to have the same API as vtkCollectPolyData. | |
vtkSocketController | GetSocketController () |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0. | |
virtual int | GetSynchronous () |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default. | |
void | InitializeSchedule (int numProcs) |
By defualt this filter uses the global controller, but this method can be used to set another instead. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkDuplicatePolyData | NewInstance () |
Undocumented Block. | |
virtual void | SetClientFlag (int _arg) |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0. | |
virtual void | SetController (vtkMultiProcessController arg0) |
By defualt this filter uses the global controller, but this method can be used to set another instead. | |
void | SetSocketController (vtkSocketController controller) |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0. | |
virtual void | SetSynchronous (int _arg) |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default. | |
virtual void | SynchronousOff () |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default. | |
virtual void | SynchronousOn () |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default. | |
Static Public Member Functions | |
static new vtkDuplicatePolyData | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkDuplicatePolyData | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkDuplicatePolyData" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "20vtkDuplicatePolyData" |
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 | vtkDuplicatePolyData_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDuplicatePolyData_GetClientFlag_01 (HandleRef pThis) |
static internal IntPtr | vtkDuplicatePolyData_GetController_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkDuplicatePolyData_GetMemorySize_03 (HandleRef pThis) |
static internal IntPtr | vtkDuplicatePolyData_GetSocketController_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkDuplicatePolyData_GetSynchronous_05 (HandleRef pThis) |
static internal void | vtkDuplicatePolyData_InitializeSchedule_06 (HandleRef pThis, int numProcs) |
static internal int | vtkDuplicatePolyData_IsA_07 (HandleRef pThis, string type) |
static internal int | vtkDuplicatePolyData_IsTypeOf_08 (string type) |
static internal IntPtr | vtkDuplicatePolyData_NewInstance_10 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkDuplicatePolyData_SafeDownCast_11 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkDuplicatePolyData_SetClientFlag_12 (HandleRef pThis, int _arg) |
static internal void | vtkDuplicatePolyData_SetController_13 (HandleRef pThis, HandleRef arg0) |
static internal void | vtkDuplicatePolyData_SetSocketController_14 (HandleRef pThis, HandleRef controller) |
static internal void | vtkDuplicatePolyData_SetSynchronous_15 (HandleRef pThis, int _arg) |
static internal void | vtkDuplicatePolyData_SynchronousOff_16 (HandleRef pThis) |
static internal void | vtkDuplicatePolyData_SynchronousOn_17 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkDuplicatePolyData () |
Automatically generated type registration mechanics. |
vtkDuplicatePolyData - For distributed tiled displays.
Description This filter collects poly data and duplicates it on every node. Converts data parallel so every node has a complete copy of the data. The filter is used at the end of a pipeline for driving a tiled display.
static Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkDuplicatePolyData.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.
virtual int Kitware.VTK.vtkDuplicatePolyData.GetClientFlag | ( | ) | [virtual] |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0.
virtual vtkMultiProcessController Kitware.VTK.vtkDuplicatePolyData.GetController | ( | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
virtual uint Kitware.VTK.vtkDuplicatePolyData.GetMemorySize | ( | ) | [virtual] |
This returns to size of the output (on this process). This method is not really used. It is needed to have the same API as vtkCollectPolyData.
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0.
virtual int Kitware.VTK.vtkDuplicatePolyData.GetSynchronous | ( | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
void Kitware.VTK.vtkDuplicatePolyData.InitializeSchedule | ( | int | numProcs | ) |
By defualt this filter uses the global controller, but this method can be used to set another instead.
override int Kitware.VTK.vtkDuplicatePolyData.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new int Kitware.VTK.vtkDuplicatePolyData.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkDuplicatePolyData Kitware.VTK.vtkDuplicatePolyData.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
static new vtkDuplicatePolyData Kitware.VTK.vtkDuplicatePolyData.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
virtual void Kitware.VTK.vtkDuplicatePolyData.SetClientFlag | ( | int | _arg | ) | [virtual] |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0.
virtual void Kitware.VTK.vtkDuplicatePolyData.SetController | ( | vtkMultiProcessController | arg0 | ) | [virtual] |
By defualt this filter uses the global controller, but this method can be used to set another instead.
void Kitware.VTK.vtkDuplicatePolyData.SetSocketController | ( | vtkSocketController | controller | ) |
This duplicate filter works in client server mode when this controller is set. We have a client flag to diferentiate the client and server because the socket controller is odd: Proth processes think their id is 0.
virtual void Kitware.VTK.vtkDuplicatePolyData.SetSynchronous | ( | int | _arg | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
virtual void Kitware.VTK.vtkDuplicatePolyData.SynchronousOff | ( | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
virtual void Kitware.VTK.vtkDuplicatePolyData.SynchronousOn | ( | ) | [virtual] |
This flag causes sends and receives to be matched. When this flag is off, two sends occur then two receives. I want to see if it makes a difference in performance. The flag is on by default.
static internal int Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_GetClientFlag_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_GetController_02 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_GetMemorySize_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_GetSocketController_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_GetSynchronous_05 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_InitializeSchedule_06 | ( | HandleRef | pThis, |
int | numProcs | ||
) | [private] |
static internal int Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_IsA_07 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_IsTypeOf_08 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_NewInstance_10 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SafeDownCast_11 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SetClientFlag_12 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SetController_13 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SetSocketController_14 | ( | HandleRef | pThis, |
HandleRef | controller | ||
) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SetSynchronous_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SynchronousOff_16 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkDuplicatePolyData.vtkDuplicatePolyData_SynchronousOn_17 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkDuplicatePolyData.MRClassNameKey = "20vtkDuplicatePolyData" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
new const string Kitware.VTK.vtkDuplicatePolyData.MRFullTypeName = "Kitware.VTK.vtkDuplicatePolyData" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.