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

vtkContextView - provides a view of the vtkContextScene. More...

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

List of all members.

Public Member Functions

 vtkContextView (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContextView ()
 Undocumented Block.
virtual vtkContext2D GetContext ()
 Get the vtkContext2D for the view.
virtual vtkContextScene GetScene ()
 Get the scene of the view.
override int IsA (string type)
 Undocumented Block.
new vtkContextView NewInstance ()
 Undocumented Block.
virtual void SetContext (vtkContext2D context)
 Set the vtkContext2D for the view.
virtual void SetScene (vtkContextScene scene)
 Set the scene object for the view.

Static Public Member Functions

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

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkContextView"
 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 vtkContextView_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextView_GetContext_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextView_GetScene_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContextView_IsA_03 (HandleRef pThis, string type)
static internal int vtkContextView_IsTypeOf_04 (string type)
static internal IntPtr vtkContextView_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContextView_SafeDownCast_07 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContextView_SetContext_08 (HandleRef pThis, HandleRef context)
static internal void vtkContextView_SetScene_09 (HandleRef pThis, HandleRef scene)

Static Private Member Functions

static vtkContextView ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContextView - provides a view of the vtkContextScene.

Description This class is derived from vtkRenderViewBase and provides a view of a vtkContextScene, with a default interactor style, renderer etc. It is the simplest way to create a vtkRenderWindow and display a 2D scene inside of it.

By default the scene has a white background.


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

Kitware.VTK.vtkContextView.vtkContextView ( 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.vtkContextView.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.vtkRenderViewBase.

Get the vtkContext2D for the view.

Here is the call graph for this function:

Get the scene of the view.

Here is the call graph for this function:

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

Here is the call graph for this function:

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

Set the vtkContext2D for the view.

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

Set the scene object for the view.

static internal IntPtr Kitware.VTK.vtkContextView.vtkContextView_GetContext_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextView.vtkContextView_GetScene_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkContextView.vtkContextView_IsA_03 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContextView.vtkContextView_IsTypeOf_04 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContextView.vtkContextView_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextView.vtkContextView_NewInstance_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContextView.vtkContextView_SafeDownCast_07 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContextView.vtkContextView_SetContext_08 ( HandleRef  pThis,
HandleRef  context 
) [private]
static internal void Kitware.VTK.vtkContextView.vtkContextView_SetScene_09 ( HandleRef  pThis,
HandleRef  scene 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContextView.MRClassNameKey = "14vtkContextView" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderViewBase.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkRenderViewBase.


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