ActiViz .NET
5.8.0
|
vtkClientServerCompositePass More...
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. |
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.
static Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass | ( | ) | [static, private] |
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.
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.
virtual vtkMultiProcessController Kitware.VTK.vtkClientServerCompositePass.GetController | ( | ) | [virtual] |
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 Kitware.VTK.vtkClientServerCompositePass.GetPostProcessingRenderPass | ( | ) | [virtual] |
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 Kitware.VTK.vtkClientServerCompositePass.GetProcessIsServer | ( | ) | [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.
virtual vtkRenderPass Kitware.VTK.vtkClientServerCompositePass.GetRenderPass | ( | ) | [virtual] |
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 Kitware.VTK.vtkClientServerCompositePass.GetServerSideRendering | ( | ) | [virtual] |
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.
static new vtkClientServerCompositePass Kitware.VTK.vtkClientServerCompositePass.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
virtual void Kitware.VTK.vtkClientServerCompositePass.ProcessIsServerOff | ( | ) | [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.
virtual void Kitware.VTK.vtkClientServerCompositePass.ProcessIsServerOn | ( | ) | [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.
override void Kitware.VTK.vtkClientServerCompositePass.ReleaseGraphicsResources | ( | vtkWindow | w | ) | [virtual] |
Release graphics resources and ask components to release their own resources.
Reimplemented from Kitware.VTK.vtkRenderPass.
static new vtkClientServerCompositePass Kitware.VTK.vtkClientServerCompositePass.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderPass.
virtual void Kitware.VTK.vtkClientServerCompositePass.ServerSideRenderingOff | ( | ) | [virtual] |
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 Kitware.VTK.vtkClientServerCompositePass.ServerSideRenderingOn | ( | ) | [virtual] |
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 Kitware.VTK.vtkClientServerCompositePass.SetController | ( | vtkMultiProcessController | controller | ) | [virtual] |
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.
virtual void Kitware.VTK.vtkClientServerCompositePass.SetServerSideRendering | ( | bool | _arg | ) | [virtual] |
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 byte Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_GetProcessIsServer_03 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_GetRenderPass_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_GetServerSideRendering_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_IsA_06 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_IsTypeOf_07 | ( | 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_ProcessIsServerOff_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_ProcessIsServerOn_11 | ( | HandleRef | pThis | ) | [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_ServerSideRenderingOff_14 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkClientServerCompositePass.vtkClientServerCompositePass_ServerSideRenderingOn_15 | ( | HandleRef | pThis | ) | [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] |
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.