|
ActiViz .NET
5.8.0
|
vtkPlaybackWidget - 2D widget for controlling a playback stream More...
Public Member Functions | |
| vtkPlaybackWidget (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkPlaybackWidget () | |
| Instantiate this class. | |
| override void | CreateDefaultRepresentation () |
| Create the default widget representation if one is not set. | |
| override int | IsA (string type) |
| Standar VTK class methods. | |
| new vtkPlaybackWidget | NewInstance () |
| Standar VTK class methods. | |
| void | SetRepresentation (vtkPlaybackRepresentation r) |
| Specify an instance of vtkPlaybackRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget. | |
Static Public Member Functions | |
| static new vtkPlaybackWidget | New () |
| Instantiate this class. | |
| static new int | IsTypeOf (string type) |
| Standar VTK class methods. | |
| static new vtkPlaybackWidget | SafeDownCast (vtkObjectBase o) |
| Standar VTK class methods. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkPlaybackWidget" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "17vtkPlaybackWidget" |
| 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 | vtkPlaybackWidget_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPlaybackWidget_CreateDefaultRepresentation_01 (HandleRef pThis) |
| static internal int | vtkPlaybackWidget_IsA_02 (HandleRef pThis, string type) |
| static internal int | vtkPlaybackWidget_IsTypeOf_03 (string type) |
| static internal IntPtr | vtkPlaybackWidget_NewInstance_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkPlaybackWidget_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkPlaybackWidget_SetRepresentation_07 (HandleRef pThis, HandleRef r) |
Static Private Member Functions | |
| static | vtkPlaybackWidget () |
| Automatically generated type registration mechanics. | |
vtkPlaybackWidget - 2D widget for controlling a playback stream
Description This class provides support for interactively controlling the playback of a serial stream of information (e.g., animation sequence, video, etc.). Controls for play, stop, advance one step forward, advance one step backward, jump to beginning, and jump to end are available.
| static Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Instantiate this class.
| override void Kitware.VTK.vtkPlaybackWidget.CreateDefaultRepresentation | ( | ) | [virtual] |
Create the default widget representation if one is not set.
Reimplemented from Kitware.VTK.vtkBorderWidget.
| override void Kitware.VTK.vtkPlaybackWidget.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.vtkBorderWidget.
| override int Kitware.VTK.vtkPlaybackWidget.IsA | ( | string | type | ) | [virtual] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
| static new int Kitware.VTK.vtkPlaybackWidget.IsTypeOf | ( | string | type | ) | [static] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
| static new vtkPlaybackWidget Kitware.VTK.vtkPlaybackWidget.New | ( | ) | [static] |
Instantiate this class.
Reimplemented from Kitware.VTK.vtkBorderWidget.
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
| static new vtkPlaybackWidget Kitware.VTK.vtkPlaybackWidget.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Standar VTK class methods.
Reimplemented from Kitware.VTK.vtkBorderWidget.
Specify an instance of vtkPlaybackRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
| static internal void Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_CreateDefaultRepresentation_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_IsA_02 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_IsTypeOf_03 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_NewInstance_05 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_SafeDownCast_06 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkPlaybackWidget.vtkPlaybackWidget_SetRepresentation_07 | ( | HandleRef | pThis, |
| HandleRef | r | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkPlaybackWidget.MRClassNameKey = "17vtkPlaybackWidget" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.
| new const string Kitware.VTK.vtkPlaybackWidget.MRFullTypeName = "Kitware.VTK.vtkPlaybackWidget" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkBorderWidget.
1.7.6.1