ActiViz .NET
5.8.0
|
vtkOpenGLGPUVolumeRayCastMapper - OpenGL subclass that draws the image to the screen More...
Public Member Functions | |
vtkOpenGLGPUVolumeRayCastMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOpenGLGPUVolumeRayCastMapper () | |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
override int | IsRenderSupported (vtkRenderWindow window, vtkVolumeProperty property) |
Based on hardware and properties, we may or may not be able to render using 3D texture mapping. This indicates if 3D texture mapping is supported by the hardware, and if the other extensions necessary to support the specific properties are available. | |
new vtkOpenGLGPUVolumeRayCastMapper | NewInstance () |
Undocumented Block. | |
override void | ReleaseGraphicsResources (vtkWindow window) |
Delete OpenGL objects. | |
Static Public Member Functions | |
static new vtkOpenGLGPUVolumeRayCastMapper | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static string | OpenGLErrorMessage (uint errorCode) |
Return a string matching the OpenGL errorCode. | |
static void | PrintError (string headerMessage) |
Display headerMessage on the standard output and the last OpenGL error message if any. | |
static new vtkOpenGLGPUVolumeRayCastMapper | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "31vtkOpenGLGPUVolumeRayCastMapper" |
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 | vtkOpenGLGPUVolumeRayCastMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkOpenGLGPUVolumeRayCastMapper_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkOpenGLGPUVolumeRayCastMapper_IsRenderSupported_02 (HandleRef pThis, HandleRef window, HandleRef property) |
static internal int | vtkOpenGLGPUVolumeRayCastMapper_IsTypeOf_03 (string type) |
static internal IntPtr | vtkOpenGLGPUVolumeRayCastMapper_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOpenGLGPUVolumeRayCastMapper_OpenGLErrorMessage_06 (uint errorCode) |
static internal void | vtkOpenGLGPUVolumeRayCastMapper_PrintError_07 (string headerMessage) |
static internal void | vtkOpenGLGPUVolumeRayCastMapper_ReleaseGraphicsResources_08 (HandleRef pThis, HandleRef window) |
static internal IntPtr | vtkOpenGLGPUVolumeRayCastMapper_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkOpenGLGPUVolumeRayCastMapper () |
Automatically generated type registration mechanics. |
vtkOpenGLGPUVolumeRayCastMapper - OpenGL subclass that draws the image to the screen
Description This is the concrete implementation of a ray cast image display helper - a helper class responsible for drawing the image to the screen.
static Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.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.vtkGPUVolumeRayCastMapper.
override int Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
override int Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.IsRenderSupported | ( | vtkRenderWindow | window, |
vtkVolumeProperty | property | ||
) | [virtual] |
Based on hardware and properties, we may or may not be able to render using 3D texture mapping. This indicates if 3D texture mapping is supported by the hardware, and if the other extensions necessary to support the specific properties are available.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
static new int Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
static new vtkOpenGLGPUVolumeRayCastMapper Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
static string Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.OpenGLErrorMessage | ( | uint | errorCode | ) | [static] |
Return a string matching the OpenGL errorCode.
static void Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.PrintError | ( | string | headerMessage | ) | [static] |
Display headerMessage on the standard output and the last OpenGL error message if any.
override void Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.ReleaseGraphicsResources | ( | vtkWindow | window | ) | [virtual] |
Delete OpenGL objects.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
static new vtkOpenGLGPUVolumeRayCastMapper Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
static internal int Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_IsRenderSupported_02 | ( | HandleRef | pThis, |
HandleRef | window, | ||
HandleRef | property | ||
) | [private] |
static internal int Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_NewInstance_05 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_OpenGLErrorMessage_06 | ( | uint | errorCode | ) | [private] |
static internal void Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_PrintError_07 | ( | string | headerMessage | ) | [private] |
static internal void Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_ReleaseGraphicsResources_08 | ( | HandleRef | pThis, |
HandleRef | window | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.vtkOpenGLGPUVolumeRayCastMapper_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.MRClassNameKey = "31vtkOpenGLGPUVolumeRayCastMapper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.
new const string Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper.MRFullTypeName = "Kitware.VTK.vtkOpenGLGPUVolumeRayCastMapper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGPUVolumeRayCastMapper.