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

vtkPHardwareSelector - vtkHardwareSelector useful for parallel rendering. More...

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

List of all members.

Public Member Functions

 vtkPHardwareSelector (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPHardwareSelector ()
 Undocumented Block.
override bool CaptureBuffers ()
 Overridden to only allow the superclass implementation on the root node. On all other processes, the updating the internal state of the vtkHardwareSelector as the capturing of buffers progresses is done as a slave to the master render.
virtual bool GetProcessIsRoot ()
 Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.
override int IsA (string type)
 Undocumented Block.
new vtkPHardwareSelector NewInstance ()
 Undocumented Block.
virtual void ProcessIsRootOff ()
 Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.
virtual void ProcessIsRootOn ()
 Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.
virtual void SetProcessIsRoot (bool _arg)
 Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "20vtkPHardwareSelector"
 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 vtkPHardwareSelector_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkPHardwareSelector_CaptureBuffers_01 (HandleRef pThis)
static internal byte vtkPHardwareSelector_GetProcessIsRoot_02 (HandleRef pThis)
static internal int vtkPHardwareSelector_IsA_03 (HandleRef pThis, string type)
static internal int vtkPHardwareSelector_IsTypeOf_04 (string type)
static internal IntPtr vtkPHardwareSelector_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPHardwareSelector_ProcessIsRootOff_07 (HandleRef pThis)
static internal void vtkPHardwareSelector_ProcessIsRootOn_08 (HandleRef pThis)
static internal IntPtr vtkPHardwareSelector_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPHardwareSelector_SetProcessIsRoot_10 (HandleRef pThis, byte _arg)

Static Private Member Functions

static vtkPHardwareSelector ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPHardwareSelector - vtkHardwareSelector useful for parallel rendering.

Description vtkPHardwareSelector is a vtkHardwareSelector that is parallel aware. It relies on the fact that the application is going to use some other mechanism to ensure that renders are synchronized among windows on all processes. The synchronization happens from the root node. When the root node renders, all processes render. Only vtkPHardwareSelector instance on the root node triggers the renders. All other processes, simply listen to the StartEvent fired and beginning of the render to ensure that vtkHardwareSelector's CurrentPass is updated appropriately.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

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

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

Undocumented Block.


Member Function Documentation

Overridden to only allow the superclass implementation on the root node. On all other processes, the updating the internal state of the vtkHardwareSelector as the capturing of buffers progresses is done as a slave to the master render.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

override void Kitware.VTK.vtkPHardwareSelector.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.vtkHardwareSelector.

Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.

Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPHardwareSelector.SetProcessIsRoot ( bool  _arg) [virtual]

Set/Get the is the root process. The root processes is the only processes which has the composited result and hence the only processes that capture buffers and builds selected list ids.

static internal byte Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_CaptureBuffers_01 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_GetProcessIsRoot_02 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_ProcessIsRootOff_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_ProcessIsRootOn_08 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPHardwareSelector.vtkPHardwareSelector_SetProcessIsRoot_10 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPHardwareSelector.MRClassNameKey = "20vtkPHardwareSelector" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHardwareSelector.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHardwareSelector.


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