#include <vtkFollower.h>
Inheritance diagram for vtkFollower:
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.
Definition at line 44 of file vtkFollower.h.
virtual void | SetCamera (vtkCamera *) |
virtual vtkCamera * | GetCamera () |
static vtkFollower * | New () |
Public Types | |
typedef vtkActor | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | ShallowCopy (vtkProp *prop) |
virtual int | RenderOpaqueGeometry (vtkViewport *viewport) |
virtual int | RenderTranslucentGeometry (vtkViewport *viewport) |
virtual void | Render (vtkRenderer *ren) |
virtual void | GetMatrix (vtkMatrix4x4 *m) |
virtual void | GetMatrix (double m[16]) |
virtual vtkMatrix4x4 * | GetMatrix () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkFollower * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkFollower () | |
~vtkFollower () | |
Protected Attributes | |
vtkCamera * | Camera |
vtkActor * | Device |
|
Reimplemented from vtkActor. Definition at line 47 of file vtkFollower.h. |
|
|
|
|
|
Reimplemented from vtkActor. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkActor. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkActor. |
|
Reimplemented from vtkActor. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkActor. |
|
Creates a follower with no camera set Reimplemented from vtkActor. |
|
Set/Get the camera to follow. If this is not set, then the follower won't know who to follow. |
|
Set/Get the camera to follow. If this is not set, then the follower won't know who to follow. |
|
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 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 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. |
|
Copy the follower's composite 4x4 matrix into the matrix provided. Reimplemented from vtkProp3D. |
|
Copy the follower's composite 4x4 matrix into the matrix provided. Reimplemented from vtkProp3D. |
|
Copy the follower's composite 4x4 matrix into the matrix provided. Reimplemented from vtkProp3D. Definition at line 73 of file vtkFollower.h. References vtkProp3D::GetMatrix(). |
|
Shallow copy of a follower. Overloads the virtual vtkProp method. Reimplemented from vtkActor. |
|
Definition at line 84 of file vtkFollower.h. |
|
Definition at line 85 of file vtkFollower.h. |