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

vtkDataSetMapper - map vtkDataSet and derived classes to graphics primitives More...

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

List of all members.

Public Member Functions

 vtkDataSetMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkDataSetMapper ()
 Undocumented Block.
new vtkDataSet GetInput ()
 Set the Input of this mapper.
override uint GetMTime ()
 Get the mtime also considering the lookup table.
virtual vtkPolyDataMapper GetPolyDataMapper ()
 Get the internal poly data mapper used to map data set to graphics system.
override int IsA (string type)
 Undocumented Block.
new vtkDataSetMapper 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 Render (vtkRenderer ren, vtkActor act)
 Undocumented Block.
void SetInput (vtkDataSet input)
 Set the Input of this mapper.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "16vtkDataSetMapper"
 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 vtkDataSetMapper_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkDataSetMapper_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkDataSetMapper_GetMTime_02 (HandleRef pThis)
static internal IntPtr vtkDataSetMapper_GetPolyDataMapper_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkDataSetMapper_IsA_04 (HandleRef pThis, string type)
static internal int vtkDataSetMapper_IsTypeOf_05 (string type)
static internal IntPtr vtkDataSetMapper_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetMapper_ReleaseGraphicsResources_08 (HandleRef pThis, HandleRef arg0)
static internal void vtkDataSetMapper_Render_09 (HandleRef pThis, HandleRef ren, HandleRef act)
static internal IntPtr vtkDataSetMapper_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkDataSetMapper_SetInput_11 (HandleRef pThis, HandleRef input)

Static Private Member Functions

static vtkDataSetMapper ()
 Automatically generated type registration mechanics.

Detailed Description

vtkDataSetMapper - map vtkDataSet and derived classes to graphics primitives

Description vtkDataSetMapper is a mapper to map data sets (i.e., vtkDataSet and all derived classes) to graphics primitives. The mapping procedure is as follows: all 0D, 1D, and 2D cells are converted into points, lines, and polygons/triangle strips and then mapped to the graphics system. The 2D faces of 3D cells are mapped only if they are used by only one cell, i.e., on the boundary of the data set.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper ( 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.vtkDataSetMapper.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.vtkMapper.

Set the Input of this mapper.

Reimplemented from Kitware.VTK.vtkMapper.

Here is the call graph for this function:

override uint Kitware.VTK.vtkDataSetMapper.GetMTime ( ) [virtual]

Get the mtime also considering the lookup table.

Reimplemented from Kitware.VTK.vtkMapper.

Get the internal poly data mapper used to map data set to graphics system.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkMapper.

Here is the call graph for this function:

Set the Input of this mapper.

static internal IntPtr Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_GetInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal uint Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_GetMTime_02 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_GetPolyDataMapper_03 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_ReleaseGraphicsResources_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_Render_09 ( HandleRef  pThis,
HandleRef  ren,
HandleRef  act 
) [private]
static internal IntPtr Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_SafeDownCast_10 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkDataSetMapper.vtkDataSetMapper_SetInput_11 ( HandleRef  pThis,
HandleRef  input 
) [private]

Member Data Documentation

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMapper.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkMapper.


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