#include <vtkMultiActorHelper.h>
Public Member Functions | |
vtkTypeRevisionMacro (vtkMultiActorHelper, vtkObject) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Rotate (double transform[8]) |
void | Pan (double x, double y) |
void | UniformScale (double scaleFactor) |
void | AddActor (vtkActor *actor) |
void | RemoveAllActors () |
Static Public Member Functions | |
vtkMultiActorHelper * | New () |
Protected Member Functions | |
vtkMultiActorHelper () | |
~vtkMultiActorHelper () | |
void | Prop3DTransform (vtkActor *actor, int numRotation, double *rotate, double *scale) |
Protected Attributes | |
vtkActorCollection * | Actors |
vtkMultiActorHelper transforms actors based on the user interaction. The user interaction are translated to appropriate property values by vtkInteractorStyleTrackballMultiActor and sent to the server.
Definition at line 33 of file vtkMultiActorHelper.h.
|
|
|
|
|
|
|
|
|
|
|
Rotate all actors using the transform matrix. |
|
Pan all actors. |
|
Scale all actors. |
|
Add an actor to be transformed. |
|
Removes all actors from the list. |
|
|
|
Definition at line 59 of file vtkMultiActorHelper.h. |