|
ActiViz .NET
5.8.0
|
vtkViewUpdater - Updates views automatically More...
Public Member Functions | |
| vtkViewUpdater (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkViewUpdater () | |
| Undocumented Block. | |
| void | AddAnnotationLink (vtkAnnotationLink link) |
| Undocumented Block. | |
| void | AddView (vtkView view) |
| Undocumented Block. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkViewUpdater | NewInstance () |
| Undocumented Block. | |
| void | RemoveView (vtkView view) |
| Undocumented Block. | |
Static Public Member Functions | |
| static new vtkViewUpdater | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkViewUpdater | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkViewUpdater" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "14vtkViewUpdater" |
| 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 | vtkViewUpdater_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkViewUpdater_AddAnnotationLink_01 (HandleRef pThis, HandleRef link) |
| static internal void | vtkViewUpdater_AddView_02 (HandleRef pThis, HandleRef view) |
| static internal int | vtkViewUpdater_IsA_03 (HandleRef pThis, string type) |
| static internal int | vtkViewUpdater_IsTypeOf_04 (string type) |
| static internal IntPtr | vtkViewUpdater_NewInstance_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkViewUpdater_RemoveView_07 (HandleRef pThis, HandleRef view) |
| static internal IntPtr | vtkViewUpdater_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
Static Private Member Functions | |
| static | vtkViewUpdater () |
| Automatically generated type registration mechanics. | |
vtkViewUpdater - Updates views automatically
Description vtkViewUpdater registers with annotation change events for a set of annotation links, and updates all views when an annotation link fires an annotation changed event. This is often needed when multiple views share a selection with vtkAnnotationLink.
| static Kitware.VTK.vtkViewUpdater.vtkViewUpdater | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkViewUpdater.vtkViewUpdater | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
Undocumented Block.
| void Kitware.VTK.vtkViewUpdater.AddView | ( | vtkView | view | ) |
Undocumented Block.
| override void Kitware.VTK.vtkViewUpdater.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.vtkObject.
| override int Kitware.VTK.vtkViewUpdater.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkViewUpdater.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkViewUpdater Kitware.VTK.vtkViewUpdater.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| void Kitware.VTK.vtkViewUpdater.RemoveView | ( | vtkView | view | ) |
Undocumented Block.
| static new vtkViewUpdater Kitware.VTK.vtkViewUpdater.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static internal void Kitware.VTK.vtkViewUpdater.vtkViewUpdater_AddAnnotationLink_01 | ( | HandleRef | pThis, |
| HandleRef | link | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkViewUpdater.vtkViewUpdater_AddView_02 | ( | HandleRef | pThis, |
| HandleRef | view | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkViewUpdater.vtkViewUpdater_IsA_03 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkViewUpdater.vtkViewUpdater_IsTypeOf_04 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkViewUpdater.vtkViewUpdater_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkViewUpdater.vtkViewUpdater_NewInstance_06 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkViewUpdater.vtkViewUpdater_RemoveView_07 | ( | HandleRef | pThis, |
| HandleRef | view | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkViewUpdater.vtkViewUpdater_SafeDownCast_08 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkViewUpdater.MRClassNameKey = "14vtkViewUpdater" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkViewUpdater.MRFullTypeName = "Kitware.VTK.vtkViewUpdater" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1