|
ActiViz .NET
5.8.0
|
vtkContextActor - provides a vtkProp derived object. More...
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. | |
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.
| 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.
| 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.
| virtual vtkContext2D Kitware.VTK.vtkContextActor.GetContext | ( | ) | [virtual] |
Set/Get the vtk2DPainter.
| virtual vtkContextScene Kitware.VTK.vtkContextActor.GetScene | ( | ) | [virtual] |
Get the chart object for the Actor.
| 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.
| static new vtkContextActor Kitware.VTK.vtkContextActor.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp.
| override void Kitware.VTK.vtkContextActor.ReleaseGraphicsResources | ( | vtkWindow | window | ) | [virtual] |
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.
| static new vtkContextActor Kitware.VTK.vtkContextActor.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkProp.
| 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] |
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.
1.7.6.1