|
ActiViz .NET
5.8.0
|
vtkContextView - provides a view of the vtkContextScene. More...
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. | |
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.
| 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.
| 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.
| virtual vtkContext2D Kitware.VTK.vtkContextView.GetContext | ( | ) | [virtual] |
| virtual vtkContextScene Kitware.VTK.vtkContextView.GetScene | ( | ) | [virtual] |
Get the scene of the view.
| 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.
| static new vtkContextView Kitware.VTK.vtkContextView.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderViewBase.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderViewBase.
| static new vtkContextView Kitware.VTK.vtkContextView.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkRenderViewBase.
| 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] |
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.
1.7.6.1