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.vtkPlaybackRepresentation Class Reference

vtkPlaybackRepresentation - represent the vtkPlaybackWidget More...

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

List of all members.

Public Member Functions

 vtkPlaybackRepresentation (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkPlaybackRepresentation ()
 Instantiate this class.
virtual void BackwardOneFrame ()
 Virtual callbacks that subclasses should implement.
override void BuildRepresentation ()
 Satisfy the superclasses' API.
virtual void ForwardOneFrame ()
 Virtual callbacks that subclasses should implement.
override void GetActors2D (vtkPropCollection arg0)
 These methods are necessary to make this representation behave as a vtkProp.
virtual vtkProperty2D GetProperty ()
 By obtaining this property you can specify the properties of the representation.
override void GetSize (IntPtr size)
 Satisfy the superclasses' API.
override int HasTranslucentPolygonalGeometry ()
 These methods are necessary to make this representation behave as a vtkProp.
override int IsA (string type)
 Standard VTK class methods.
virtual void JumpToBeginning ()
 Virtual callbacks that subclasses should implement.
virtual void JumpToEnd ()
 Virtual callbacks that subclasses should implement.
new vtkPlaybackRepresentation NewInstance ()
 Standard VTK class methods.
virtual void Play ()
 Virtual callbacks that subclasses should implement.
override void ReleaseGraphicsResources (vtkWindow arg0)
 These methods are necessary to make this representation behave as a vtkProp.
override int RenderOpaqueGeometry (vtkViewport arg0)
 These methods are necessary to make this representation behave as a vtkProp.
override int RenderOverlay (vtkViewport arg0)
 These methods are necessary to make this representation behave as a vtkProp.
override int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 These methods are necessary to make this representation behave as a vtkProp.
virtual void Stop ()
 Virtual callbacks that subclasses should implement.

Static Public Member Functions

static new
vtkPlaybackRepresentation 
New ()
 Instantiate this class.
static new int IsTypeOf (string type)
 Standard VTK class methods.
static new
vtkPlaybackRepresentation 
SafeDownCast (vtkObjectBase o)
 Standard VTK class methods.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkPlaybackRepresentation"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "25vtkPlaybackRepresentation"
 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 vtkPlaybackRepresentation_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlaybackRepresentation_BackwardOneFrame_01 (HandleRef pThis)
static internal void vtkPlaybackRepresentation_BuildRepresentation_02 (HandleRef pThis)
static internal void vtkPlaybackRepresentation_ForwardOneFrame_03 (HandleRef pThis)
static internal void vtkPlaybackRepresentation_GetActors2D_04 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkPlaybackRepresentation_GetProperty_05 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlaybackRepresentation_GetSize_06 (HandleRef pThis, IntPtr size)
static internal int vtkPlaybackRepresentation_HasTranslucentPolygonalGeometry_07 (HandleRef pThis)
static internal int vtkPlaybackRepresentation_IsA_08 (HandleRef pThis, string type)
static internal int vtkPlaybackRepresentation_IsTypeOf_09 (string type)
static internal void vtkPlaybackRepresentation_JumpToBeginning_10 (HandleRef pThis)
static internal void vtkPlaybackRepresentation_JumpToEnd_11 (HandleRef pThis)
static internal IntPtr vtkPlaybackRepresentation_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlaybackRepresentation_Play_14 (HandleRef pThis)
static internal void vtkPlaybackRepresentation_ReleaseGraphicsResources_15 (HandleRef pThis, HandleRef arg0)
static internal int vtkPlaybackRepresentation_RenderOpaqueGeometry_16 (HandleRef pThis, HandleRef arg0)
static internal int vtkPlaybackRepresentation_RenderOverlay_17 (HandleRef pThis, HandleRef arg0)
static internal int vtkPlaybackRepresentation_RenderTranslucentPolygonalGeometry_18 (HandleRef pThis, HandleRef arg0)
static internal IntPtr vtkPlaybackRepresentation_SafeDownCast_19 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkPlaybackRepresentation_Stop_20 (HandleRef pThis)

Static Private Member Functions

static vtkPlaybackRepresentation ()
 Automatically generated type registration mechanics.

Detailed Description

vtkPlaybackRepresentation - represent the vtkPlaybackWidget

Description This class is used to represent the vtkPlaybackWidget. Besides defining geometry, this class defines a series of virtual method stubs that are meant to be subclassed by applications for controlling playback.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Instantiate this class.


Member Function Documentation

Virtual callbacks that subclasses should implement.

Satisfy the superclasses' API.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

override void Kitware.VTK.vtkPlaybackRepresentation.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.vtkBorderRepresentation.

Virtual callbacks that subclasses should implement.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

By obtaining this property you can specify the properties of the representation.

Here is the call graph for this function:

override void Kitware.VTK.vtkPlaybackRepresentation.GetSize ( IntPtr  size) [virtual]

Satisfy the superclasses' API.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

override int Kitware.VTK.vtkPlaybackRepresentation.IsA ( string  type) [virtual]

Standard VTK class methods.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

static new int Kitware.VTK.vtkPlaybackRepresentation.IsTypeOf ( string  type) [static]

Standard VTK class methods.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Virtual callbacks that subclasses should implement.

Virtual callbacks that subclasses should implement.

Instantiate this class.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Standard VTK class methods.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

virtual void Kitware.VTK.vtkPlaybackRepresentation.Play ( ) [virtual]

Virtual callbacks that subclasses should implement.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

These methods are necessary to make this representation behave as a vtkProp.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Standard VTK class methods.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkPlaybackRepresentation.Stop ( ) [virtual]

Virtual callbacks that subclasses should implement.

static internal void Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_GetActors2D_04 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_GetProperty_05 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_GetSize_06 ( HandleRef  pThis,
IntPtr  size 
) [private]
static internal int Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal void Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_JumpToEnd_11 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_NewInstance_13 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_Play_14 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_ReleaseGraphicsResources_15 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_RenderOpaqueGeometry_16 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_RenderOverlay_17 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_RenderTranslucentPolygonalGeometry_18 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal IntPtr Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_SafeDownCast_19 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkPlaybackRepresentation.vtkPlaybackRepresentation_Stop_20 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkPlaybackRepresentation.MRClassNameKey = "25vtkPlaybackRepresentation" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.

new const string Kitware.VTK.vtkPlaybackRepresentation.MRFullTypeName = "Kitware.VTK.vtkPlaybackRepresentation"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkBorderRepresentation.


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