|
ActiViz .NET
5.8.0
|
vtkOpenGLProjectedAAHexahedraMapper - OpenGL implementation of a volume mapper for axis-aligned hexahedra More...
Public Member Functions | |
| vtkOpenGLProjectedAAHexahedraMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkOpenGLProjectedAAHexahedraMapper () | |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| override bool | IsRenderSupported (vtkRenderWindow w) |
| Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'. | |
| new vtkOpenGLProjectedAAHexahedraMapper | NewInstance () |
| Undocumented Block. | |
| override void | ReleaseGraphicsResources (vtkWindow window) |
| Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'. | |
| override void | Render (vtkRenderer renderer, vtkVolume volume) |
| Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'. | |
Static Public Member Functions | |
| static new vtkOpenGLProjectedAAHexahedraMapper | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkOpenGLProjectedAAHexahedraMapper | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "35vtkOpenGLProjectedAAHexahedraMapper" |
| 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 | vtkOpenGLProjectedAAHexahedraMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal int | vtkOpenGLProjectedAAHexahedraMapper_IsA_01 (HandleRef pThis, string type) |
| static internal byte | vtkOpenGLProjectedAAHexahedraMapper_IsRenderSupported_02 (HandleRef pThis, HandleRef w) |
| static internal int | vtkOpenGLProjectedAAHexahedraMapper_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkOpenGLProjectedAAHexahedraMapper_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkOpenGLProjectedAAHexahedraMapper_ReleaseGraphicsResources_06 (HandleRef pThis, HandleRef window) |
| static internal void | vtkOpenGLProjectedAAHexahedraMapper_Render_07 (HandleRef pThis, HandleRef renderer, HandleRef volume) |
| static internal IntPtr | vtkOpenGLProjectedAAHexahedraMapper_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkOpenGLProjectedAAHexahedraMapper () |
| Automatically generated type registration mechanics. | |
vtkOpenGLProjectedAAHexahedraMapper - OpenGL implementation of a volume mapper for axis-aligned hexahedra
Description High quality volume renderer for axis-aligned hexahedra
| static Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.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.vtkProjectedAAHexahedraMapper.
| override int Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| override bool Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.IsRenderSupported | ( | vtkRenderWindow | w | ) | [virtual] |
Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| static new int Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| static new vtkOpenGLProjectedAAHexahedraMapper Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| new vtkOpenGLProjectedAAHexahedraMapper Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.NewInstance | ( | ) |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| override void Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.ReleaseGraphicsResources | ( | vtkWindow | window | ) | [virtual] |
Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.
| override void Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.Render | ( | vtkRenderer | renderer, |
| vtkVolume | volume | ||
| ) | [virtual] |
Check if the required OpenGL extensions are supported by the OpenGL context attached to the render window `w'.
Reimplemented from Kitware.VTK.vtkUnstructuredGridVolumeMapper.
| static new vtkOpenGLProjectedAAHexahedraMapper Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| static internal int Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_IsA_01 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal byte Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_IsRenderSupported_02 | ( | HandleRef | pThis, |
| HandleRef | w | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_ReleaseGraphicsResources_06 | ( | HandleRef | pThis, |
| HandleRef | window | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_Render_07 | ( | HandleRef | pThis, |
| HandleRef | renderer, | ||
| HandleRef | volume | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.vtkOpenGLProjectedAAHexahedraMapper_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.MRClassNameKey = "35vtkOpenGLProjectedAAHexahedraMapper" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
| new const string Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper.MRFullTypeName = "Kitware.VTK.vtkOpenGLProjectedAAHexahedraMapper" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkProjectedAAHexahedraMapper.
1.7.6.1