ActiViz .NET
5.8.0
|
vtkInteractorEventRecorder - record and play VTK events passing through a vtkRenderWindowInteractor More...
Public Member Functions | |
vtkInteractorEventRecorder (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkInteractorEventRecorder () | |
Undocumented Block. | |
virtual string | GetFileName () |
Set/Get the name of a file events should be written to/from. | |
virtual string | GetInputString () |
Set/Get the string to read from. | |
virtual int | GetReadFromInputString () |
Enable reading from an InputString as compared to the default behavior, which is to read from a file. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkInteractorEventRecorder | NewInstance () |
Undocumented Block. | |
void | Play () |
Invoke this method to begin playing events from the current position. The events will be played back from the filename indicated. | |
virtual void | ReadFromInputStringOff () |
Enable reading from an InputString as compared to the default behavior, which is to read from a file. | |
virtual void | ReadFromInputStringOn () |
Enable reading from an InputString as compared to the default behavior, which is to read from a file. | |
void | Record () |
Invoke this method to begin recording events. The events will be recorded to the filename indicated. | |
void | Rewind () |
Rewind to the beginning of the file. | |
override void | SetEnabled (int arg0) |
Satisfy the superclass API. Enable/disable listening for events. | |
virtual void | SetFileName (string _arg) |
Set/Get the name of a file events should be written to/from. | |
virtual void | SetInputString (string _arg) |
Set/Get the string to read from. | |
override void | SetInteractor (vtkRenderWindowInteractor iren) |
Satisfy the superclass API. Enable/disable listening for events. | |
virtual void | SetReadFromInputString (int _arg) |
Enable reading from an InputString as compared to the default behavior, which is to read from a file. | |
void | Stop () |
Invoke this method to stop recording/playing events. | |
Static Public Member Functions | |
static new vtkInteractorEventRecorder | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkInteractorEventRecorder | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkInteractorEventRecorder" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkInteractorEventRecorder" |
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 | vtkInteractorEventRecorder_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkInteractorEventRecorder_GetFileName_01 (HandleRef pThis) |
static internal IntPtr | vtkInteractorEventRecorder_GetInputString_02 (HandleRef pThis) |
static internal int | vtkInteractorEventRecorder_GetReadFromInputString_03 (HandleRef pThis) |
static internal int | vtkInteractorEventRecorder_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkInteractorEventRecorder_IsTypeOf_05 (string type) |
static internal IntPtr | vtkInteractorEventRecorder_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorEventRecorder_Play_08 (HandleRef pThis) |
static internal void | vtkInteractorEventRecorder_ReadFromInputStringOff_09 (HandleRef pThis) |
static internal void | vtkInteractorEventRecorder_ReadFromInputStringOn_10 (HandleRef pThis) |
static internal void | vtkInteractorEventRecorder_Record_11 (HandleRef pThis) |
static internal void | vtkInteractorEventRecorder_Rewind_12 (HandleRef pThis) |
static internal IntPtr | vtkInteractorEventRecorder_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkInteractorEventRecorder_SetEnabled_14 (HandleRef pThis, int arg0) |
static internal void | vtkInteractorEventRecorder_SetFileName_15 (HandleRef pThis, string _arg) |
static internal void | vtkInteractorEventRecorder_SetInputString_16 (HandleRef pThis, string _arg) |
static internal void | vtkInteractorEventRecorder_SetInteractor_17 (HandleRef pThis, HandleRef iren) |
static internal void | vtkInteractorEventRecorder_SetReadFromInputString_18 (HandleRef pThis, int _arg) |
static internal void | vtkInteractorEventRecorder_Stop_19 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkInteractorEventRecorder () |
Automatically generated type registration mechanics. |
vtkInteractorEventRecorder - record and play VTK events passing through a vtkRenderWindowInteractor
static Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkInteractorEventRecorder.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.vtkInteractorObserver.
virtual string Kitware.VTK.vtkInteractorEventRecorder.GetFileName | ( | ) | [virtual] |
Set/Get the name of a file events should be written to/from.
virtual string Kitware.VTK.vtkInteractorEventRecorder.GetInputString | ( | ) | [virtual] |
Set/Get the string to read from.
virtual int Kitware.VTK.vtkInteractorEventRecorder.GetReadFromInputString | ( | ) | [virtual] |
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
override int Kitware.VTK.vtkInteractorEventRecorder.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
static new int Kitware.VTK.vtkInteractorEventRecorder.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
static new vtkInteractorEventRecorder Kitware.VTK.vtkInteractorEventRecorder.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
Invoke this method to begin playing events from the current position. The events will be played back from the filename indicated.
virtual void Kitware.VTK.vtkInteractorEventRecorder.ReadFromInputStringOff | ( | ) | [virtual] |
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
virtual void Kitware.VTK.vtkInteractorEventRecorder.ReadFromInputStringOn | ( | ) | [virtual] |
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
Invoke this method to begin recording events. The events will be recorded to the filename indicated.
Rewind to the beginning of the file.
static new vtkInteractorEventRecorder Kitware.VTK.vtkInteractorEventRecorder.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
override void Kitware.VTK.vtkInteractorEventRecorder.SetEnabled | ( | int | arg0 | ) | [virtual] |
Satisfy the superclass API. Enable/disable listening for events.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
virtual void Kitware.VTK.vtkInteractorEventRecorder.SetFileName | ( | string | _arg | ) | [virtual] |
Set/Get the name of a file events should be written to/from.
virtual void Kitware.VTK.vtkInteractorEventRecorder.SetInputString | ( | string | _arg | ) | [virtual] |
Set/Get the string to read from.
override void Kitware.VTK.vtkInteractorEventRecorder.SetInteractor | ( | vtkRenderWindowInteractor | iren | ) | [virtual] |
Satisfy the superclass API. Enable/disable listening for events.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
virtual void Kitware.VTK.vtkInteractorEventRecorder.SetReadFromInputString | ( | int | _arg | ) | [virtual] |
Enable reading from an InputString as compared to the default behavior, which is to read from a file.
Invoke this method to stop recording/playing events.
static internal IntPtr Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_GetFileName_01 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_GetInputString_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_GetReadFromInputString_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_Play_08 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_ReadFromInputStringOff_09 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_ReadFromInputStringOn_10 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_Record_11 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_Rewind_12 | ( | HandleRef | pThis | ) | [private] |
static internal IntPtr Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetEnabled_14 | ( | HandleRef | pThis, |
int | arg0 | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetFileName_15 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetInputString_16 | ( | HandleRef | pThis, |
string | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetInteractor_17 | ( | HandleRef | pThis, |
HandleRef | iren | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_SetReadFromInputString_18 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkInteractorEventRecorder.vtkInteractorEventRecorder_Stop_19 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkInteractorEventRecorder.MRClassNameKey = "26vtkInteractorEventRecorder" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorObserver.
new const string Kitware.VTK.vtkInteractorEventRecorder.MRFullTypeName = "Kitware.VTK.vtkInteractorEventRecorder" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkInteractorObserver.