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

vtkOpenGLGlyph3DMapper - vtkOpenGLGlyph3D on the GPU. More...

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

List of all members.

Public Member Functions

 vtkOpenGLGlyph3DMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkOpenGLGlyph3DMapper ()
 Undocumented Block.
override int IsA (string type)
 Undocumented Block.
new vtkOpenGLGlyph3DMapper NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow window)
 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 Render (vtkRenderer ren, vtkActor a)
 Method initiates the mapping process. Generally sent by the actor as each frame is rendered. Its behavior depends on the value of SelectMode.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "22vtkOpenGLGlyph3DMapper"
 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 vtkOpenGLGlyph3DMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkOpenGLGlyph3DMapper_IsA_01 (HandleRef pThis, string type)
static internal int vtkOpenGLGlyph3DMapper_IsTypeOf_02 (string type)
static internal IntPtr vtkOpenGLGlyph3DMapper_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkOpenGLGlyph3DMapper_ReleaseGraphicsResources_05 (HandleRef pThis, HandleRef window)
static internal void vtkOpenGLGlyph3DMapper_Render_06 (HandleRef pThis, HandleRef ren, HandleRef a)
static internal IntPtr vtkOpenGLGlyph3DMapper_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)

Static Private Member Functions

static vtkOpenGLGlyph3DMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkOpenGLGlyph3DMapper - vtkOpenGLGlyph3D on the GPU.

Description Do the same job than vtkGlyph3D but on the GPU. For this reason, it is a mapper not a vtkPolyDataAlgorithm. Also, some methods of vtkOpenGLGlyph3D don't make sense in vtkOpenGLGlyph3DMapper: GeneratePointIds, old-style SetSource, PointIdsName, IsPointVisible. Implementation

vtkOpenGLGlyph3D


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper ( 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.vtkOpenGLGlyph3DMapper.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.vtkGlyph3DMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

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.vtkOpenGLGlyph3DMapper.Render ( vtkRenderer  ren,
vtkActor  a 
) [virtual]

Method initiates the mapping process. Generally sent by the actor as each frame is rendered. Its behavior depends on the value of SelectMode.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

Here is the call graph for this function:

static internal int Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_IsA_01 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_IsTypeOf_02 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_NewInstance_04 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_ReleaseGraphicsResources_05 ( HandleRef  pThis,
HandleRef  window 
) [private]
static internal void Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_Render_06 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  a 
) [private]
static internal IntPtr Kitware.VTK.vtkOpenGLGlyph3DMapper.vtkOpenGLGlyph3DMapper_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkOpenGLGlyph3DMapper.MRClassNameKey = "22vtkOpenGLGlyph3DMapper" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkGlyph3DMapper.


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