ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkOpenGLTexture Class Reference

vtkOpenGLTexture - OpenGL texture map More...

Inheritance diagram for Kitware.VTK.vtkOpenGLTexture:
[legend]
Collaboration diagram for Kitware.VTK.vtkOpenGLTexture:
[legend]

List of all members.

Public Member Functions

 vtkOpenGLTexture (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOpenGLTexture ()
 Undocumented Block.
virtual int GetIndex ()
 Get the openGL texture name to which this texture is bound. This is available only if GL version >= 1.1.
override int IsA (string type)
 Undocumented Block.
override void Load (vtkRenderer ren)
 Implement base class method.
new vtkOpenGLTexture NewInstance ()
 Undocumented Block.
override void PostRender (vtkRenderer ren)
 Descsription: Clean up after the rendering is complete.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this texture. The parameter window could be used to determine which graphic resources to release. Using the same texture object in multiple render windows is NOT currently supported.

Static Public Member Functions

static new vtkOpenGLTexture New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkOpenGLTexture SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkOpenGLTexture"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkOpenGLTexture"
 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 vtkOpenGLTexture_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkOpenGLTexture_GetIndex_01 (HandleRef pThis)
static internal int vtkOpenGLTexture_IsA_02 (HandleRef pThis, string type)
static internal int vtkOpenGLTexture_IsTypeOf_03 (string type)
static internal void vtkOpenGLTexture_Load_04 (HandleRef pThis, HandleRef ren)
static internal IntPtr vtkOpenGLTexture_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOpenGLTexture_PostRender_07 (HandleRef pThis, HandleRef ren)
static internal void vtkOpenGLTexture_ReleaseGraphicsResources_08 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkOpenGLTexture_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkOpenGLTexture ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOpenGLTexture - OpenGL texture map

Description vtkOpenGLTexture is a concrete implementation of the abstract class vtkTexture. vtkOpenGLTexture interfaces to the OpenGL rendering library.


Constructor & Destructor Documentation

static Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkOpenGLTexture.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.vtkTexture.

virtual int Kitware.VTK.vtkOpenGLTexture.GetIndex ( ) [virtual]

Get the openGL texture name to which this texture is bound. This is available only if GL version >= 1.1.

override int Kitware.VTK.vtkOpenGLTexture.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTexture.

static new int Kitware.VTK.vtkOpenGLTexture.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTexture.

override void Kitware.VTK.vtkOpenGLTexture.Load ( vtkRenderer  ren) [virtual]

Implement base class method.

Reimplemented from Kitware.VTK.vtkTexture.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTexture.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTexture.

override void Kitware.VTK.vtkOpenGLTexture.PostRender ( vtkRenderer  ren) [virtual]

Descsription: Clean up after the rendering is complete.

Reimplemented from Kitware.VTK.vtkTexture.

Release any graphics resources that are being consumed by this texture. The parameter window could be used to determine which graphic resources to release. Using the same texture object in multiple render windows is NOT currently supported.

Reimplemented from Kitware.VTK.vtkTexture.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkTexture.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_GetIndex_01 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_IsTypeOf_03 ( string  type) [private]
static internal void Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_Load_04 ( HandleRef  pThis,
HandleRef  ren 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_PostRender_07 ( HandleRef  pThis,
HandleRef  ren 
) [private]
static internal void Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_ReleaseGraphicsResources_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLTexture.vtkOpenGLTexture_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOpenGLTexture.MRClassNameKey = "16vtkOpenGLTexture" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTexture.

new const string Kitware.VTK.vtkOpenGLTexture.MRFullTypeName = "Kitware.VTK.vtkOpenGLTexture"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkTexture.


The documentation for this class was generated from the following file: