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.vtkOpenGLPolyDataMapper Class Reference

vtkOpenGLPolyDataMapper - a PolyDataMapper for the OpenGL library More...

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

List of all members.

Public Member Functions

 vtkOpenGLPolyDataMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOpenGLPolyDataMapper ()
 Undocumented Block.
virtual int Draw (vtkRenderer ren, vtkActor a)
 Draw method for OpenGL.
override int IsA (string type)
 Undocumented Block.
new vtkOpenGLPolyDataMapper NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.
override void RenderPiece (vtkRenderer ren, vtkActor a)
 Implement superclass render method.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkOpenGLPolyDataMapper"
 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 vtkOpenGLPolyDataMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkOpenGLPolyDataMapper_Draw_01 (HandleRef pThis, HandleRef ren, HandleRef a)
static internal int vtkOpenGLPolyDataMapper_IsA_02 (HandleRef pThis, string type)
static internal int vtkOpenGLPolyDataMapper_IsTypeOf_03 (string type)
static internal IntPtr vtkOpenGLPolyDataMapper_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOpenGLPolyDataMapper_ReleaseGraphicsResources_06 (HandleRef pThis, HandleRef arg0)
static internal void vtkOpenGLPolyDataMapper_RenderPiece_07 (HandleRef pThis, HandleRef ren, HandleRef a)
static internal IntPtr vtkOpenGLPolyDataMapper_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkOpenGLPolyDataMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOpenGLPolyDataMapper - a PolyDataMapper for the OpenGL library

Description vtkOpenGLPolyDataMapper is a subclass of vtkPolyDataMapper. vtkOpenGLPolyDataMapper is a geometric PolyDataMapper for the OpenGL rendering library.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper ( 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.vtkOpenGLPolyDataMapper.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.vtkPolyDataMapper.

virtual int Kitware.VTK.vtkOpenGLPolyDataMapper.Draw ( vtkRenderer  ren,
vtkActor  a 
) [virtual]

Draw method for OpenGL.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.

Reimplemented from Kitware.VTK.vtkMapper.

override void Kitware.VTK.vtkOpenGLPolyDataMapper.RenderPiece ( vtkRenderer  ren,
vtkActor  a 
) [virtual]

Implement superclass render method.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_Draw_01 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  a 
) [private]
static internal int Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_IsA_02 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_IsTypeOf_03 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_NewInstance_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_ReleaseGraphicsResources_06 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_RenderPiece_07 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  a 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLPolyDataMapper.vtkOpenGLPolyDataMapper_SafeDownCast_08 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOpenGLPolyDataMapper.MRClassNameKey = "23vtkOpenGLPolyDataMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPolyDataMapper.


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