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

vtkFollower - a subclass of actor that always faces the camera More...

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

List of all members.

Public Member Functions

 vtkFollower (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkFollower ()
 Creates a follower with no camera set.
override void ComputeMatrix ()
 Generate the matrix based on ivars. This method overloads its superclasses ComputeMatrix() method due to the special vtkFollower matrix operations.
virtual vtkCamera GetCamera ()
 Set/Get the camera to follow. If this is not set, then the follower won't know who to follow.
override int HasTranslucentPolygonalGeometry ()
 Does this prop have some translucent polygonal geometry?
override int IsA (string type)
 Undocumented Block.
new vtkFollower NewInstance ()
 Undocumented Block.
override void ReleaseGraphicsResources (vtkWindow arg0)
 Release any graphics resources associated with this vtkProp3DFollower.
virtual void Render (vtkRenderer ren)
 This causes the actor to be rendered. It in turn will render the actor's property, texture map and then mapper. If a property hasn't been assigned, then the actor will create one automatically.
override int RenderOpaqueGeometry (vtkViewport viewport)
 This causes the actor to be rendered. It in turn will render the actor's property, texture map and then mapper. If a property hasn't been assigned, then the actor will create one automatically.
override int RenderTranslucentPolygonalGeometry (vtkViewport viewport)
 This causes the actor to be rendered. It in turn will render the actor's property, texture map and then mapper. If a property hasn't been assigned, then the actor will create one automatically.
virtual void SetCamera (vtkCamera arg0)
 Set/Get the camera to follow. If this is not set, then the follower won't know who to follow.
override void ShallowCopy (vtkProp prop)
 Shallow copy of a follower. Overloads the virtual vtkProp method.

Static Public Member Functions

static new vtkFollower New ()
 Creates a follower with no camera set.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkFollower SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "11vtkFollower"
 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 vtkFollower_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFollower_ComputeMatrix_01 (HandleRef pThis)
static internal IntPtr vtkFollower_GetCamera_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkFollower_HasTranslucentPolygonalGeometry_03 (HandleRef pThis)
static internal int vtkFollower_IsA_04 (HandleRef pThis, string type)
static internal int vtkFollower_IsTypeOf_05 (string type)
static internal IntPtr vtkFollower_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFollower_ReleaseGraphicsResources_08 (HandleRef pThis, HandleRef arg0)
static internal void vtkFollower_Render_09 (HandleRef pThis, HandleRef ren)
static internal int vtkFollower_RenderOpaqueGeometry_10 (HandleRef pThis, HandleRef viewport)
static internal int vtkFollower_RenderTranslucentPolygonalGeometry_11 (HandleRef pThis, HandleRef viewport)
static internal IntPtr vtkFollower_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkFollower_SetCamera_13 (HandleRef pThis, HandleRef arg0)
static internal void vtkFollower_ShallowCopy_14 (HandleRef pThis, HandleRef prop)

Static Private Member Functions

static vtkFollower ()
 Automatically generated type registration mechanics.

Detailed Description

vtkFollower - a subclass of actor that always faces the camera

Description vtkFollower is a subclass of vtkActor that always follows its specified camera. More specifically it will not change its position or scale, but it will continually update its orientation so that it is right side up and facing the camera. This is typically used for text labels in a scene. All of the adjustments that can be made to an actor also will take effect with a follower. So, if you change the orientation of the follower by 90 degrees, then it will follow the camera, but be off by 90 degrees.


Constructor & Destructor Documentation

static Kitware.VTK.vtkFollower.vtkFollower ( ) [static, private]

Automatically generated type registration mechanics.

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

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

Creates a follower with no camera set.


Member Function Documentation

override void Kitware.VTK.vtkFollower.ComputeMatrix ( ) [virtual]

Generate the matrix based on ivars. This method overloads its superclasses ComputeMatrix() method due to the special vtkFollower matrix operations.

Reimplemented from Kitware.VTK.vtkProp3D.

override void Kitware.VTK.vtkFollower.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.vtkActor.

Set/Get the camera to follow. If this is not set, then the follower won't know who to follow.

Here is the call graph for this function:

Does this prop have some translucent polygonal geometry?

Reimplemented from Kitware.VTK.vtkActor.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor.

static new vtkFollower Kitware.VTK.vtkFollower.New ( ) [static]

Creates a follower with no camera set.

Reimplemented from Kitware.VTK.vtkActor.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor.

Release any graphics resources associated with this vtkProp3DFollower.

Reimplemented from Kitware.VTK.vtkActor.

virtual void Kitware.VTK.vtkFollower.Render ( vtkRenderer  ren) [virtual]

This causes the actor to be rendered. It in turn will render the actor's property, texture map and then mapper. If a property hasn't been assigned, then the actor will create one automatically.

override int Kitware.VTK.vtkFollower.RenderOpaqueGeometry ( vtkViewport  viewport) [virtual]

This causes the actor to be rendered. It in turn will render the actor's property, texture map and then mapper. If a property hasn't been assigned, then the actor will create one automatically.

Reimplemented from Kitware.VTK.vtkActor.

This causes the actor to be rendered. It in turn will render the actor's property, texture map and then mapper. If a property hasn't been assigned, then the actor will create one automatically.

Reimplemented from Kitware.VTK.vtkActor.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkFollower.SetCamera ( vtkCamera  arg0) [virtual]

Set/Get the camera to follow. If this is not set, then the follower won't know who to follow.

override void Kitware.VTK.vtkFollower.ShallowCopy ( vtkProp  prop) [virtual]

Shallow copy of a follower. Overloads the virtual vtkProp method.

Reimplemented from Kitware.VTK.vtkActor.

static internal void Kitware.VTK.vtkFollower.vtkFollower_ComputeMatrix_01 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkFollower.vtkFollower_GetCamera_02 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkFollower.vtkFollower_HasTranslucentPolygonalGeometry_03 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkFollower.vtkFollower_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkFollower.vtkFollower_IsTypeOf_05 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkFollower.vtkFollower_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkFollower.vtkFollower_NewInstance_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkFollower.vtkFollower_ReleaseGraphicsResources_08 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkFollower.vtkFollower_Render_09 ( HandleRef  pThis,
HandleRef  ren 
) [private]
static internal int Kitware.VTK.vtkFollower.vtkFollower_RenderOpaqueGeometry_10 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal int Kitware.VTK.vtkFollower.vtkFollower_RenderTranslucentPolygonalGeometry_11 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal IntPtr Kitware.VTK.vtkFollower.vtkFollower_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkFollower.vtkFollower_SetCamera_13 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkFollower.vtkFollower_ShallowCopy_14 ( HandleRef  pThis,
HandleRef  prop 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkFollower.MRClassNameKey = "11vtkFollower" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor.


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