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

vtkDuplicatePolyData - For distributed tiled displays. More...

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

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

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.

By defualt this filter uses the global controller, but this method can be used to set another instead.

Here is the call graph for this function:

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.

Here is the call graph for this function:

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.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.

Here is the call graph for this function:

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.

By defualt this filter uses the global controller, but this method can be used to set another instead.

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.

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.

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]

Member Data Documentation

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.


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