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

vtkContextActor - provides a vtkProp derived object. More...

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

List of all members.

Public Member Functions

 vtkContextActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContextActor ()
 Undocumented Block.
virtual vtkContext2D GetContext ()
 Set/Get the vtk2DPainter.
virtual vtkContextScene GetScene ()
 Get the chart object for the Actor.
override int IsA (string type)
 Undocumented Block.
new vtkContextActor NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow window)
 Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release.
override int RenderOverlay (vtkViewport viewport)
 We only render in the overlay for the context scene.
virtual void SetContext (vtkContext2D context)
 Set the vtkContext2D for the actor.
virtual void SetScene (vtkContextScene scene)
 Set the chart object for the Actor.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "15vtkContextActor"
 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 vtkContextActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextActor_GetContext_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextActor_GetScene_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContextActor_IsA_03 (HandleRef pThis, string type)
static internal int vtkContextActor_IsTypeOf_04 (string type)
static internal IntPtr vtkContextActor_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextActor_ReleaseGraphicsResources_07 (HandleRef pThis, HandleRef window)
static internal int vtkContextActor_RenderOverlay_08 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkContextActor_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextActor_SetContext_10 (HandleRef pThis, HandleRef context)
static internal void vtkContextActor_SetScene_11 (HandleRef pThis, HandleRef scene)

Static Private Member Functions

static vtkContextActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContextActor - provides a vtkProp derived object.

Description This object provides the entry point for the vtkContextScene to be rendered in a vtkRenderer. Uses the RenderOverlay pass to render the 2D vtkContextScene.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkContextActor.vtkContextActor ( 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.vtkContextActor.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.vtkProp.

Set/Get the vtk2DPainter.

Here is the call graph for this function:

Get the chart object for the Actor.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp.

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

Reimplemented from Kitware.VTK.vtkProp.

override int Kitware.VTK.vtkContextActor.RenderOverlay ( vtkViewport  viewport) [virtual]

We only render in the overlay for the context scene.

Reimplemented from Kitware.VTK.vtkProp.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkProp.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkContextActor.SetContext ( vtkContext2D  context) [virtual]

Set the vtkContext2D for the actor.

virtual void Kitware.VTK.vtkContextActor.SetScene ( vtkContextScene  scene) [virtual]

Set the chart object for the Actor.

static internal IntPtr Kitware.VTK.vtkContextActor.vtkContextActor_GetContext_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextActor.vtkContextActor_GetScene_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkContextActor.vtkContextActor_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContextActor.vtkContextActor_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContextActor.vtkContextActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextActor.vtkContextActor_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextActor.vtkContextActor_ReleaseGraphicsResources_07 ( HandleRef  pThis,
HandleRef  window 
) [private]
static internal int Kitware.VTK.vtkContextActor.vtkContextActor_RenderOverlay_08 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkContextActor.vtkContextActor_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextActor.vtkContextActor_SetContext_10 ( HandleRef  pThis,
HandleRef  context 
) [private]
static internal void Kitware.VTK.vtkContextActor.vtkContextActor_SetScene_11 ( HandleRef  pThis,
HandleRef  scene 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContextActor.MRClassNameKey = "15vtkContextActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkProp.


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