ActiViz .NET
5.8.0
|
vtkMapper2D - abstract class specifies interface for objects which render 2D actors More...
Public Member Functions | |
vtkMapper2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
virtual int | HasTranslucentPolygonalGeometry () |
Undocumented Block. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkMapper2D | NewInstance () |
Undocumented Block. | |
virtual void | RenderOpaqueGeometry (vtkViewport arg0, vtkActor2D arg1) |
Undocumented Block. | |
virtual void | RenderOverlay (vtkViewport arg0, vtkActor2D arg1) |
Undocumented Block. | |
virtual void | RenderTranslucentPolygonalGeometry (vtkViewport arg0, vtkActor2D arg1) |
Undocumented Block. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMapper2D | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMapper2D" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "11vtkMapper2D" |
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 int | vtkMapper2D_HasTranslucentPolygonalGeometry_01 (HandleRef pThis) |
static internal int | vtkMapper2D_IsA_02 (HandleRef pThis, string type) |
static internal int | vtkMapper2D_IsTypeOf_03 (string type) |
static internal IntPtr | vtkMapper2D_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMapper2D_RenderOpaqueGeometry_05 (HandleRef pThis, HandleRef arg0, HandleRef arg1) |
static internal void | vtkMapper2D_RenderOverlay_06 (HandleRef pThis, HandleRef arg0, HandleRef arg1) |
static internal void | vtkMapper2D_RenderTranslucentPolygonalGeometry_07 (HandleRef pThis, HandleRef arg0, HandleRef arg1) |
static internal IntPtr | vtkMapper2D_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
static | vtkMapper2D () |
Automatically generated type registration mechanics. |
vtkMapper2D - abstract class specifies interface for objects which render 2D actors
Description vtkMapper2D is an abstract class which defines the interface for objects which render two dimensional actors (vtkActor2D).
static Kitware.VTK.vtkMapper2D.vtkMapper2D | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMapper2D.vtkMapper2D | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkMapper2D.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.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, and Kitware.VTK.vtkOpenGLImageMapper.
virtual int Kitware.VTK.vtkMapper2D.HasTranslucentPolygonalGeometry | ( | ) | [virtual] |
Undocumented Block.
override int Kitware.VTK.vtkMapper2D.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, and Kitware.VTK.vtkOpenGLImageMapper.
static new int Kitware.VTK.vtkMapper2D.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, and Kitware.VTK.vtkOpenGLImageMapper.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, and Kitware.VTK.vtkOpenGLImageMapper.
virtual void Kitware.VTK.vtkMapper2D.RenderOpaqueGeometry | ( | vtkViewport | arg0, |
vtkActor2D | arg1 | ||
) | [virtual] |
Undocumented Block.
Reimplemented in Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, and Kitware.VTK.vtkDynamic2DLabelMapper.
virtual void Kitware.VTK.vtkMapper2D.RenderOverlay | ( | vtkViewport | arg0, |
vtkActor2D | arg1 | ||
) | [virtual] |
Undocumented Block.
Reimplemented in Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLImageMapper, and Kitware.VTK.vtkOpenGLPolyDataMapper2D.
virtual void Kitware.VTK.vtkMapper2D.RenderTranslucentPolygonalGeometry | ( | vtkViewport | arg0, |
vtkActor2D | arg1 | ||
) | [virtual] |
Undocumented Block.
static new vtkMapper2D Kitware.VTK.vtkMapper2D.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLImageMapper, and Kitware.VTK.vtkOpenGLPolyDataMapper2D.
static internal int Kitware.VTK.vtkMapper2D.vtkMapper2D_HasTranslucentPolygonalGeometry_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMapper2D.vtkMapper2D_IsA_02 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMapper2D.vtkMapper2D_IsTypeOf_03 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMapper2D.vtkMapper2D_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMapper2D.vtkMapper2D_RenderOpaqueGeometry_05 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkMapper2D.vtkMapper2D_RenderOverlay_06 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal void Kitware.VTK.vtkMapper2D.vtkMapper2D_RenderTranslucentPolygonalGeometry_07 | ( | HandleRef | pThis, |
HandleRef | arg0, | ||
HandleRef | arg1 | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMapper2D.vtkMapper2D_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
new readonly string Kitware.VTK.vtkMapper2D.MRClassNameKey = "11vtkMapper2D" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, and Kitware.VTK.vtkOpenGLImageMapper.
new const string Kitware.VTK.vtkMapper2D.MRFullTypeName = "Kitware.VTK.vtkMapper2D" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractMapper.
Reimplemented in Kitware.VTK.vtkLabeledTreeMapDataMapper, Kitware.VTK.vtkQtTreeRingLabelMapper, Kitware.VTK.vtkLabeledDataMapper, Kitware.VTK.vtkDynamic2DLabelMapper, Kitware.VTK.vtkLabelPlacementMapper, Kitware.VTK.vtkPolyDataMapper2D, Kitware.VTK.vtkTextMapper, Kitware.VTK.vtkImageMapper, Kitware.VTK.vtkOpenGLFreeTypeTextMapper, Kitware.VTK.vtkOpenGLPolyDataMapper2D, and Kitware.VTK.vtkOpenGLImageMapper.