ActiViz .NET
5.8.0
|
vtkOpenGLHardwareSupport - OpenGL rendering window More...
Public Member Functions | |
vtkOpenGLHardwareSupport (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkOpenGLHardwareSupport () | |
Undocumented Block. | |
virtual vtkOpenGLExtensionManager | GetExtensionManager () |
Set/Get a reference to a vtkRenderWindow which is Required for most methods of this class to work. | |
int | GetNumberOfFixedTextureUnits () |
Return the number of fixed-function texture units. | |
int | GetNumberOfTextureUnits () |
Return the total number of texture image units accessible by a shader program. | |
bool | GetSupportsMultiTexturing () |
Test if MultiTexturing is supported. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkOpenGLHardwareSupport | NewInstance () |
Undocumented Block. | |
void | SetExtensionManager (vtkOpenGLExtensionManager extensionManager) |
Set/Get a reference to a vtkRenderWindow which is Required for most methods of this class to work. | |
Static Public Member Functions | |
static new vtkOpenGLHardwareSupport | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkOpenGLHardwareSupport | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkOpenGLHardwareSupport" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "24vtkOpenGLHardwareSupport" |
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 | vtkOpenGLHardwareSupport_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOpenGLHardwareSupport_GetExtensionManager_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkOpenGLHardwareSupport_GetNumberOfFixedTextureUnits_02 (HandleRef pThis) |
static internal int | vtkOpenGLHardwareSupport_GetNumberOfTextureUnits_03 (HandleRef pThis) |
static internal byte | vtkOpenGLHardwareSupport_GetSupportsMultiTexturing_04 (HandleRef pThis) |
static internal int | vtkOpenGLHardwareSupport_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkOpenGLHardwareSupport_IsTypeOf_06 (string type) |
static internal IntPtr | vtkOpenGLHardwareSupport_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkOpenGLHardwareSupport_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkOpenGLHardwareSupport_SetExtensionManager_10 (HandleRef pThis, HandleRef extensionManager) |
Static Private Member Functions | |
static | vtkOpenGLHardwareSupport () |
Automatically generated type registration mechanics. |
vtkOpenGLHardwareSupport - OpenGL rendering window
Description vtkOpenGLHardwareSupport is an implementation of methods used to query OpenGL and the hardware of what kind of graphics support is available. When VTK supports more than one Graphics API an abstract super class vtkHardwareSupport should be implemented for this class to derive from.
static Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkOpenGLHardwareSupport.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.vtkObject.
virtual vtkOpenGLExtensionManager Kitware.VTK.vtkOpenGLHardwareSupport.GetExtensionManager | ( | ) | [virtual] |
Set/Get a reference to a vtkRenderWindow which is Required for most methods of this class to work.
Return the number of fixed-function texture units.
Return the total number of texture image units accessible by a shader program.
Test if MultiTexturing is supported.
override int Kitware.VTK.vtkOpenGLHardwareSupport.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new int Kitware.VTK.vtkOpenGLHardwareSupport.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkOpenGLHardwareSupport Kitware.VTK.vtkOpenGLHardwareSupport.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
static new vtkOpenGLHardwareSupport Kitware.VTK.vtkOpenGLHardwareSupport.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
void Kitware.VTK.vtkOpenGLHardwareSupport.SetExtensionManager | ( | vtkOpenGLExtensionManager | extensionManager | ) |
Set/Get a reference to a vtkRenderWindow which is Required for most methods of this class to work.
static internal IntPtr Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_GetExtensionManager_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal int Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_GetNumberOfFixedTextureUnits_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_GetNumberOfTextureUnits_03 | ( | HandleRef | pThis | ) | [private] |
static internal byte Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_GetSupportsMultiTexturing_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkOpenGLHardwareSupport.vtkOpenGLHardwareSupport_SetExtensionManager_10 | ( | HandleRef | pThis, |
HandleRef | extensionManager | ||
) | [private] |
new readonly string Kitware.VTK.vtkOpenGLHardwareSupport.MRClassNameKey = "24vtkOpenGLHardwareSupport" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
new const string Kitware.VTK.vtkOpenGLHardwareSupport.MRFullTypeName = "Kitware.VTK.vtkOpenGLHardwareSupport" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.