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

vtkClientServerCompositePass More...

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

List of all members.

Public Member Functions

 vtkClientServerCompositePass (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkClientServerCompositePass ()
 Undocumented Block.
virtual vtkMultiProcessController GetController ()
 Controller If it is NULL, nothing will be rendered and a warning will be emitted. Initial value is a NULL pointer. This must be set to the socket controller used for communicating between the client and the server.
virtual vtkRenderPass GetPostProcessingRenderPass ()
 Set/Get the optional post-fetch render pass. On the client-process this is called after the server-side image is fetched (if ServerSideRendering is true). On server-process, this is called after the image rendered by this->RenderPass is delivered to the client (if ServerSideRendering is true). This is optional, so you can set this either on one of the two processes or both or neither.
virtual bool GetProcessIsServer ()
 Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.
virtual vtkRenderPass GetRenderPass ()
 Get/Set the render pass used to do the actual rendering. When ServerSideRendering is true, the rendering-pass is called only on the server side.
virtual bool GetServerSideRendering ()
 Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.
override int IsA (string type)
 Undocumented Block.
new vtkClientServerCompositePass NewInstance ()
 Undocumented Block.
virtual void ProcessIsServerOff ()
 Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.
virtual void ProcessIsServerOn ()
 Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.
override void ReleaseGraphicsResources (vtkWindow w)
 Release graphics resources and ask components to release their own resources.
virtual void ServerSideRenderingOff ()
 Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.
virtual void ServerSideRenderingOn ()
 Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.
virtual void SetController (vtkMultiProcessController controller)
 Controller If it is NULL, nothing will be rendered and a warning will be emitted. Initial value is a NULL pointer. This must be set to the socket controller used for communicating between the client and the server.
void SetPostProcessingRenderPass (vtkRenderPass arg0)
 Set/Get the optional post-fetch render pass. On the client-process this is called after the server-side image is fetched (if ServerSideRendering is true). On server-process, this is called after the image rendered by this->RenderPass is delivered to the client (if ServerSideRendering is true). This is optional, so you can set this either on one of the two processes or both or neither.
virtual void SetProcessIsServer (bool _arg)
 Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.
void SetRenderPass (vtkRenderPass arg0)
 Get/Set the render pass used to do the actual rendering. When ServerSideRendering is true, the rendering-pass is called only on the server side.
virtual void SetServerSideRendering (bool _arg)
 Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "28vtkClientServerCompositePass"
 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 vtkClientServerCompositePass_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClientServerCompositePass_GetController_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkClientServerCompositePass_GetPostProcessingRenderPass_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkClientServerCompositePass_GetProcessIsServer_03 (HandleRef pThis)
static internal IntPtr vtkClientServerCompositePass_GetRenderPass_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkClientServerCompositePass_GetServerSideRendering_05 (HandleRef pThis)
static internal int vtkClientServerCompositePass_IsA_06 (HandleRef pThis, string type)
static internal int vtkClientServerCompositePass_IsTypeOf_07 (string type)
static internal IntPtr vtkClientServerCompositePass_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkClientServerCompositePass_ProcessIsServerOff_10 (HandleRef pThis)
static internal void vtkClientServerCompositePass_ProcessIsServerOn_11 (HandleRef pThis)
static internal void vtkClientServerCompositePass_ReleaseGraphicsResources_12 (HandleRef pThis, HandleRef w)
static internal IntPtr vtkClientServerCompositePass_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkClientServerCompositePass_ServerSideRenderingOff_14 (HandleRef pThis)
static internal void vtkClientServerCompositePass_ServerSideRenderingOn_15 (HandleRef pThis)
static internal void vtkClientServerCompositePass_SetController_16 (HandleRef pThis, HandleRef controller)
static internal void vtkClientServerCompositePass_SetPostProcessingRenderPass_17 (HandleRef pThis, HandleRef arg0)
static internal void vtkClientServerCompositePass_SetProcessIsServer_18 (HandleRef pThis, byte _arg)
static internal void vtkClientServerCompositePass_SetRenderPass_19 (HandleRef pThis, HandleRef arg0)
static internal void vtkClientServerCompositePass_SetServerSideRendering_20 (HandleRef pThis, byte _arg)

Static Private Member Functions

static vtkClientServerCompositePass ()
 Automatically generated type registration mechanics.

Detailed Description

vtkClientServerCompositePass

Description vtkClientServerCompositePass is a render-pass that can handle client-server image delivery. This is designed to be used in configurations in two-processes configurations.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass ( 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.vtkClientServerCompositePass.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.vtkRenderPass.

Controller If it is NULL, nothing will be rendered and a warning will be emitted. Initial value is a NULL pointer. This must be set to the socket controller used for communicating between the client and the server.

Here is the call graph for this function:

Set/Get the optional post-fetch render pass. On the client-process this is called after the server-side image is fetched (if ServerSideRendering is true). On server-process, this is called after the image rendered by this->RenderPass is delivered to the client (if ServerSideRendering is true). This is optional, so you can set this either on one of the two processes or both or neither.

Here is the call graph for this function:

Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.

Get/Set the render pass used to do the actual rendering. When ServerSideRendering is true, the rendering-pass is called only on the server side.

Here is the call graph for this function:

Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.

Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.

Release graphics resources and ask components to release their own resources.

Precondition:
w_exists: w!=0

Reimplemented from Kitware.VTK.vtkRenderPass.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderPass.

Here is the call graph for this function:

Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.

Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.

Controller If it is NULL, nothing will be rendered and a warning will be emitted. Initial value is a NULL pointer. This must be set to the socket controller used for communicating between the client and the server.

Set/Get the optional post-fetch render pass. On the client-process this is called after the server-side image is fetched (if ServerSideRendering is true). On server-process, this is called after the image rendered by this->RenderPass is delivered to the client (if ServerSideRendering is true). This is optional, so you can set this either on one of the two processes or both or neither.

virtual void Kitware.VTK.vtkClientServerCompositePass.SetProcessIsServer ( bool  _arg) [virtual]

Set the current process type. This is needed since when using the socket communicator there's no easy way of determining which process is the server and which one is the client.

Get/Set the render pass used to do the actual rendering. When ServerSideRendering is true, the rendering-pass is called only on the server side.

Enable/Disable fetching of the image from the server side to the client. If this flag is disabled, then this pass just acts as a "pass-through" pass. This flag must be set to the same value on both the processes.

static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_GetController_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_GetPostProcessingRenderPass_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_GetRenderPass_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_IsA_06 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_NewInstance_09 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_ReleaseGraphicsResources_12 ( HandleRef  pThis,
HandleRef  w 
) [private]
static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_SafeDownCast_13 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_SetController_16 ( HandleRef  pThis,
HandleRef  controller 
) [private]
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_SetPostProcessingRenderPass_17 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_SetProcessIsServer_18 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_SetRenderPass_19 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_SetServerSideRendering_20 ( HandleRef  pThis,
byte  _arg 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderPass.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderPass.


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