ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkInteractorEventRecorder Class Reference

vtkInteractorEventRecorder - record and play VTK events passing through a vtkRenderWindowInteractor More...

Inheritance diagram for Kitware.VTK.vtkInteractorEventRecorder:
[legend]
Collaboration diagram for Kitware.VTK.vtkInteractorEventRecorder:
[legend]

List of all members.

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.

Detailed Description

vtkInteractorEventRecorder - record and play VTK events passing through a vtkRenderWindowInteractor


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set/Get the name of a file events should be written to/from.

Set/Get the string to read from.

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.

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.

Enable reading from an InputString as compared to the default behavior, which is to read from a file.

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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

Here is the call graph for this function:

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.

Satisfy the superclass API. Enable/disable listening for events.

Reimplemented from Kitware.VTK.vtkInteractorObserver.

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_IsA_04 ( HandleRef  pThis,
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_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]

Member Data Documentation

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.


The documentation for this class was generated from the following file: