51 #ifndef vtkInteractorStyle3D_h
52 #define vtkInteractorStyle3D_h
56 #include "vtkRenderingCoreModule.h"
78 virtual void PositionProp(
vtkEventData*,
double* lwpos =
nullptr,
double* lwori =
nullptr);
90 vtkSetMacro(DollyPhysicalSpeed,
double);
91 vtkGetMacro(DollyPhysicalSpeed,
double);
99 virtual void SetScale(
vtkCamera* cam,
double newScale);
113 void FindPickedActor(
double pos[3],
double orient[4]);
115 void Prop3DTransform(
116 vtkProp3D* prop3D,
double* boxCenter,
int NumRotation,
double** rotate,
double*
scale);
124 double AppliedTranslation[3];
128 double LastTrackPadPosition[2];
represent and manipulate 4x4 transformation matrices
vtkNew< vtkTimerLog > LastDolly3DEventTime
Get/Set the interaction picker.
static vtkInteractorStyle * New()
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent.
vtkTransform * TempTransform
Get/Set the interaction picker.
extends interaction to support 3D input
represents an 3D object for placement in a rendered scene
double DollyPhysicalSpeed
Get/Set the interaction picker.
Timer support and logging.
a simple class to control print indentation
a virtual camera for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract API for pickers that can pick an instance of vtkProp
vtkMatrix4x4 * TempMatrix4
Get/Set the interaction picker.
provide event-driven interface to the rendering window (defines trackball mode)
vtkMatrix3x3 * TempMatrix3
Get/Set the interaction picker.
vtkAbstractPropPicker * InteractionPicker
Get/Set the interaction picker.
represent and manipulate 3x3 transformation matrices
vtkProp3D * InteractionProp
Get/Set the interaction picker.