|
ActiViz .NET
5.8.0
|
vtkOpenGLRenderWindow - OpenGL rendering window More...
Public Member Functions | |
| vtkOpenGLRenderWindow (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| override void | CheckGraphicError () |
| Update graphic error status, regardless of ReportGraphicErrors flag. It means this method can be used in any context and is not restricted to debug mode. | |
| uint | GetBackBuffer () |
| Return the OpenGL name of the back left buffer. It is GL_BACK if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera. | |
| uint | GetBackLeftBuffer () |
| Return the OpenGL name of the back left buffer. It is GL_BACK_LEFT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera. | |
| uint | GetBackRightBuffer () |
| Return the OpenGL name of the back right buffer. It is GL_BACK_RIGHT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT+1 if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera. | |
| override int | GetColorBufferSizes (IntPtr rgba) |
| Get the size of the color buffer. Returns 0 if not able to determine otherwise sets R G B and A into buffer. | |
| override int | GetDepthBufferSize () |
| Get the size of the depth buffer. | |
| vtkOpenGLExtensionManager | GetExtensionManager () |
| Returns the extension manager. A new one will be created if one hasn't already been set up. | |
| uint | GetFrontBuffer () |
| Return the OpenGL name of the front left buffer. It is GL_FRONT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera. | |
| uint | GetFrontLeftBuffer () |
| Return the OpenGL name of the front left buffer. It is GL_FRONT_LEFT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera. | |
| uint | GetFrontRightBuffer () |
| Return the OpenGL name of the front right buffer. It is GL_FRONT_RIGHT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT+1 if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera. | |
| vtkOpenGLHardwareSupport | GetHardwareSupport () |
| Returns an Hardware Support object. A new one will be created if one hasn't already been set up. | |
| override string | GetLastGraphicErrorString () |
| Return a string matching the last graphic error status. | |
| override IntPtr | GetPixelData (int x, int y, int x2, int y2, int front) |
| Set/Get the pixel data of an image, transmitted as RGBRGB... | |
| override int | GetPixelData (int x, int y, int x2, int y2, int front, vtkUnsignedCharArray data) |
| Set/Get the pixel data of an image, transmitted as RGBRGB... | |
| override IntPtr | GetRGBACharPixelData (int x, int y, int x2, int y2, int front) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | GetRGBACharPixelData (int x, int y, int x2, int y2, int front, vtkUnsignedCharArray data) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override IntPtr | GetRGBAPixelData (int x, int y, int x2, int y2, int front) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | GetRGBAPixelData (int x, int y, int x2, int y2, int front, vtkFloatArray data) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override IntPtr | GetZbufferData (int x1, int y1, int x2, int y2) |
| Set/Get the zbuffer data from an image. | |
| override int | GetZbufferData (int x1, int y1, int x2, int y2, IntPtr z) |
| Set/Get the zbuffer data from an image. | |
| override int | GetZbufferData (int x1, int y1, int x2, int y2, vtkFloatArray z) |
| Set/Get the zbuffer data from an image. | |
| override int | HasGraphicError () |
| Return the last graphic error status. Initial value is false. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkOpenGLRenderWindow | NewInstance () |
| Undocumented Block. | |
| virtual void | OpenGLInit () |
| Initialize OpenGL for this window. | |
| void | RegisterTextureResource (uint id) |
| Register a texture name with this render window. | |
| override void | ReleaseRGBAPixelData (IntPtr data) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | SetPixelData (int x, int y, int x2, int y2, IntPtr data, int front) |
| Set/Get the pixel data of an image, transmitted as RGBRGB... | |
| override int | SetPixelData (int x, int y, int x2, int y2, vtkUnsignedCharArray data, int front) |
| Set/Get the pixel data of an image, transmitted as RGBRGB... | |
| override int | SetRGBACharPixelData (int x, int y, int x2, int y2, IntPtr data, int front, int blend) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | SetRGBACharPixelData (int x, int y, int x2, int y2, vtkUnsignedCharArray data, int front, int blend) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | SetRGBAPixelData (int x, int y, int x2, int y2, IntPtr data, int front, int blend) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | SetRGBAPixelData (int x, int y, int x2, int y2, vtkFloatArray data, int front, int blend) |
| Set/Get the pixel data of an image, transmitted as RGBARGBA... | |
| override int | SetZbufferData (int x1, int y1, int x2, int y2, IntPtr buffer) |
| Set/Get the zbuffer data from an image. | |
| override int | SetZbufferData (int x1, int y1, int x2, int y2, vtkFloatArray buffer) |
| Set/Get the zbuffer data from an image. | |
| override void | StereoUpdate () |
| Update system if needed due to stereo rendering. | |
| override void | WaitForCompletion () |
| Block the thread until the actual rendering is finished(). Useful for measurement only. | |
Static Public Member Functions | |
| static int | GetGlobalMaximumNumberOfMultiSamples () |
| Set/Get the maximum number of multisamples. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkOpenGLRenderWindow | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
| static void | SetGlobalMaximumNumberOfMultiSamples (int val) |
| Set/Get the maximum number of multisamples. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkOpenGLRenderWindow" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "21vtkOpenGLRenderWindow" |
| 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 void | vtkOpenGLRenderWindow_CheckGraphicError_01 (HandleRef pThis) |
| static internal uint | vtkOpenGLRenderWindow_GetBackBuffer_02 (HandleRef pThis) |
| static internal uint | vtkOpenGLRenderWindow_GetBackLeftBuffer_03 (HandleRef pThis) |
| static internal uint | vtkOpenGLRenderWindow_GetBackRightBuffer_04 (HandleRef pThis) |
| static internal int | vtkOpenGLRenderWindow_GetColorBufferSizes_05 (HandleRef pThis, IntPtr rgba) |
| static internal int | vtkOpenGLRenderWindow_GetDepthBufferSize_06 (HandleRef pThis) |
| static internal IntPtr | vtkOpenGLRenderWindow_GetExtensionManager_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal uint | vtkOpenGLRenderWindow_GetFrontBuffer_08 (HandleRef pThis) |
| static internal uint | vtkOpenGLRenderWindow_GetFrontLeftBuffer_09 (HandleRef pThis) |
| static internal uint | vtkOpenGLRenderWindow_GetFrontRightBuffer_10 (HandleRef pThis) |
| static internal int | vtkOpenGLRenderWindow_GetGlobalMaximumNumberOfMultiSamples_11 () |
| static internal IntPtr | vtkOpenGLRenderWindow_GetHardwareSupport_12 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkOpenGLRenderWindow_GetLastGraphicErrorString_13 (HandleRef pThis) |
| static internal IntPtr | vtkOpenGLRenderWindow_GetPixelData_14 (HandleRef pThis, int x, int y, int x2, int y2, int front) |
| static internal int | vtkOpenGLRenderWindow_GetPixelData_15 (HandleRef pThis, int x, int y, int x2, int y2, int front, HandleRef data) |
| static internal IntPtr | vtkOpenGLRenderWindow_GetRGBACharPixelData_16 (HandleRef pThis, int x, int y, int x2, int y2, int front) |
| static internal int | vtkOpenGLRenderWindow_GetRGBACharPixelData_17 (HandleRef pThis, int x, int y, int x2, int y2, int front, HandleRef data) |
| static internal IntPtr | vtkOpenGLRenderWindow_GetRGBAPixelData_18 (HandleRef pThis, int x, int y, int x2, int y2, int front) |
| static internal int | vtkOpenGLRenderWindow_GetRGBAPixelData_19 (HandleRef pThis, int x, int y, int x2, int y2, int front, HandleRef data) |
| static internal IntPtr | vtkOpenGLRenderWindow_GetZbufferData_20 (HandleRef pThis, int x1, int y1, int x2, int y2) |
| static internal int | vtkOpenGLRenderWindow_GetZbufferData_21 (HandleRef pThis, int x1, int y1, int x2, int y2, IntPtr z) |
| static internal int | vtkOpenGLRenderWindow_GetZbufferData_22 (HandleRef pThis, int x1, int y1, int x2, int y2, HandleRef z) |
| static internal int | vtkOpenGLRenderWindow_HasGraphicError_23 (HandleRef pThis) |
| static internal int | vtkOpenGLRenderWindow_IsA_24 (HandleRef pThis, string type) |
| static internal int | vtkOpenGLRenderWindow_IsTypeOf_25 (string type) |
| static internal IntPtr | vtkOpenGLRenderWindow_NewInstance_26 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkOpenGLRenderWindow_OpenGLInit_27 (HandleRef pThis) |
| static internal void | vtkOpenGLRenderWindow_RegisterTextureResource_28 (HandleRef pThis, uint id) |
| static internal void | vtkOpenGLRenderWindow_ReleaseRGBAPixelData_29 (HandleRef pThis, IntPtr data) |
| static internal IntPtr | vtkOpenGLRenderWindow_SafeDownCast_30 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkOpenGLRenderWindow_SetGlobalMaximumNumberOfMultiSamples_31 (int val) |
| static internal int | vtkOpenGLRenderWindow_SetPixelData_32 (HandleRef pThis, int x, int y, int x2, int y2, IntPtr data, int front) |
| static internal int | vtkOpenGLRenderWindow_SetPixelData_33 (HandleRef pThis, int x, int y, int x2, int y2, HandleRef data, int front) |
| static internal int | vtkOpenGLRenderWindow_SetRGBACharPixelData_34 (HandleRef pThis, int x, int y, int x2, int y2, IntPtr data, int front, int blend) |
| static internal int | vtkOpenGLRenderWindow_SetRGBACharPixelData_35 (HandleRef pThis, int x, int y, int x2, int y2, HandleRef data, int front, int blend) |
| static internal int | vtkOpenGLRenderWindow_SetRGBAPixelData_36 (HandleRef pThis, int x, int y, int x2, int y2, IntPtr data, int front, int blend) |
| static internal int | vtkOpenGLRenderWindow_SetRGBAPixelData_37 (HandleRef pThis, int x, int y, int x2, int y2, HandleRef data, int front, int blend) |
| static internal int | vtkOpenGLRenderWindow_SetZbufferData_38 (HandleRef pThis, int x1, int y1, int x2, int y2, IntPtr buffer) |
| static internal int | vtkOpenGLRenderWindow_SetZbufferData_39 (HandleRef pThis, int x1, int y1, int x2, int y2, HandleRef buffer) |
| static internal void | vtkOpenGLRenderWindow_StereoUpdate_40 (HandleRef pThis) |
| static internal void | vtkOpenGLRenderWindow_WaitForCompletion_41 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkOpenGLRenderWindow () |
| Automatically generated type registration mechanics. | |
vtkOpenGLRenderWindow - OpenGL rendering window
Description vtkOpenGLRenderWindow is a concrete implementation of the abstract class vtkRenderWindow. vtkOpenGLRenderer interfaces to the OpenGL graphics library. Application programmers should normally use vtkRenderWindow instead of the OpenGL specific version.
| static Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
| override void Kitware.VTK.vtkOpenGLRenderWindow.CheckGraphicError | ( | ) | [virtual] |
Update graphic error status, regardless of ReportGraphicErrors flag. It means this method can be used in any context and is not restricted to debug mode.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override void Kitware.VTK.vtkOpenGLRenderWindow.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.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
Return the OpenGL name of the back left buffer. It is GL_BACK if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera.
Return the OpenGL name of the back left buffer. It is GL_BACK_LEFT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera.
Return the OpenGL name of the back right buffer. It is GL_BACK_RIGHT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT+1 if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetColorBufferSizes | ( | IntPtr | rgba | ) | [virtual] |
Get the size of the color buffer. Returns 0 if not able to determine otherwise sets R G B and A into buffer.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetDepthBufferSize | ( | ) | [virtual] |
Get the size of the depth buffer.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Returns the extension manager. A new one will be created if one hasn't already been set up.
Return the OpenGL name of the front left buffer. It is GL_FRONT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera.
Return the OpenGL name of the front left buffer. It is GL_FRONT_LEFT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera.
Return the OpenGL name of the front right buffer. It is GL_FRONT_RIGHT if GL is bound to the window-system-provided framebuffer. It is vtkgl::COLOR_ATTACHMENT0_EXT+1 if GL is bound to an application-created framebuffer object (GPU-based offscreen rendering) It is used by vtkOpenGLCamera.
| static int Kitware.VTK.vtkOpenGLRenderWindow.GetGlobalMaximumNumberOfMultiSamples | ( | ) | [static] |
Set/Get the maximum number of multisamples.
Returns an Hardware Support object. A new one will be created if one hasn't already been set up.
| override string Kitware.VTK.vtkOpenGLRenderWindow.GetLastGraphicErrorString | ( | ) | [virtual] |
Return a string matching the last graphic error status.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override IntPtr Kitware.VTK.vtkOpenGLRenderWindow.GetPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBRGB...
Reimplemented from Kitware.VTK.vtkWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front, | ||
| vtkUnsignedCharArray | data | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBRGB...
Reimplemented from Kitware.VTK.vtkWindow.
| override IntPtr Kitware.VTK.vtkOpenGLRenderWindow.GetRGBACharPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetRGBACharPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front, | ||
| vtkUnsignedCharArray | data | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override IntPtr Kitware.VTK.vtkOpenGLRenderWindow.GetRGBAPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetRGBAPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front, | ||
| vtkFloatArray | data | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override IntPtr Kitware.VTK.vtkOpenGLRenderWindow.GetZbufferData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) | [virtual] |
Set/Get the zbuffer data from an image.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetZbufferData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | z | ||
| ) | [virtual] |
Set/Get the zbuffer data from an image.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.GetZbufferData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| vtkFloatArray | z | ||
| ) | [virtual] |
Set/Get the zbuffer data from an image.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.HasGraphicError | ( | ) | [virtual] |
Return the last graphic error status. Initial value is false.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
| static new int Kitware.VTK.vtkOpenGLRenderWindow.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
| virtual void Kitware.VTK.vtkOpenGLRenderWindow.OpenGLInit | ( | ) | [virtual] |
Initialize OpenGL for this window.
| void Kitware.VTK.vtkOpenGLRenderWindow.RegisterTextureResource | ( | uint | id | ) |
Register a texture name with this render window.
| override void Kitware.VTK.vtkOpenGLRenderWindow.ReleaseRGBAPixelData | ( | IntPtr | data | ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| static new vtkOpenGLRenderWindow Kitware.VTK.vtkOpenGLRenderWindow.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
| static void Kitware.VTK.vtkOpenGLRenderWindow.SetGlobalMaximumNumberOfMultiSamples | ( | int | val | ) | [static] |
Set/Get the maximum number of multisamples.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | data, | ||
| int | front | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBRGB...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| vtkUnsignedCharArray | data, | ||
| int | front | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBRGB...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetRGBACharPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetRGBACharPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| vtkUnsignedCharArray | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetRGBAPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetRGBAPixelData | ( | int | x, |
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| vtkFloatArray | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [virtual] |
Set/Get the pixel data of an image, transmitted as RGBARGBA...
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetZbufferData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | buffer | ||
| ) | [virtual] |
Set/Get the zbuffer data from an image.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override int Kitware.VTK.vtkOpenGLRenderWindow.SetZbufferData | ( | int | x1, |
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| vtkFloatArray | buffer | ||
| ) | [virtual] |
Set/Get the zbuffer data from an image.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| override void Kitware.VTK.vtkOpenGLRenderWindow.StereoUpdate | ( | ) | [virtual] |
Update system if needed due to stereo rendering.
Reimplemented from Kitware.VTK.vtkRenderWindow.
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_CheckGraphicError_01 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetBackBuffer_02 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetBackLeftBuffer_03 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetBackRightBuffer_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetColorBufferSizes_05 | ( | HandleRef | pThis, |
| IntPtr | rgba | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetDepthBufferSize_06 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetExtensionManager_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal uint Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetFrontBuffer_08 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetFrontLeftBuffer_09 | ( | HandleRef | pThis | ) | [private] |
| static internal uint Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetFrontRightBuffer_10 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetGlobalMaximumNumberOfMultiSamples_11 | ( | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetHardwareSupport_12 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetLastGraphicErrorString_13 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetPixelData_14 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetPixelData_15 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front, | ||
| HandleRef | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetRGBACharPixelData_16 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetRGBACharPixelData_17 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front, | ||
| HandleRef | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetRGBAPixelData_18 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetRGBAPixelData_19 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| int | front, | ||
| HandleRef | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetZbufferData_20 | ( | HandleRef | pThis, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2 | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetZbufferData_21 | ( | HandleRef | pThis, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | z | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_GetZbufferData_22 | ( | HandleRef | pThis, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| HandleRef | z | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_HasGraphicError_23 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_IsA_24 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_IsTypeOf_25 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_NewInstance_26 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_OpenGLInit_27 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_RegisterTextureResource_28 | ( | HandleRef | pThis, |
| uint | id | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_ReleaseRGBAPixelData_29 | ( | HandleRef | pThis, |
| IntPtr | data | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SafeDownCast_30 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetGlobalMaximumNumberOfMultiSamples_31 | ( | int | val | ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetPixelData_32 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | data, | ||
| int | front | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetPixelData_33 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| HandleRef | data, | ||
| int | front | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetRGBACharPixelData_34 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetRGBACharPixelData_35 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| HandleRef | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetRGBAPixelData_36 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetRGBAPixelData_37 | ( | HandleRef | pThis, |
| int | x, | ||
| int | y, | ||
| int | x2, | ||
| int | y2, | ||
| HandleRef | data, | ||
| int | front, | ||
| int | blend | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetZbufferData_38 | ( | HandleRef | pThis, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| IntPtr | buffer | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_SetZbufferData_39 | ( | HandleRef | pThis, |
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| HandleRef | buffer | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_StereoUpdate_40 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLRenderWindow.vtkOpenGLRenderWindow_WaitForCompletion_41 | ( | HandleRef | pThis | ) | [private] |
| override void Kitware.VTK.vtkOpenGLRenderWindow.WaitForCompletion | ( | ) | [virtual] |
Block the thread until the actual rendering is finished(). Useful for measurement only.
Reimplemented from Kitware.VTK.vtkRenderWindow.
new readonly string Kitware.VTK.vtkOpenGLRenderWindow.MRClassNameKey = "21vtkOpenGLRenderWindow" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
| new const string Kitware.VTK.vtkOpenGLRenderWindow.MRFullTypeName = "Kitware.VTK.vtkOpenGLRenderWindow" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkRenderWindow.
Reimplemented in Kitware.VTK.vtkXOpenGLRenderWindow, and Kitware.VTK.vtkGenericOpenGLRenderWindow.
1.7.6.1