39 #ifndef vtkInteractorStyle3D_h
40 #define vtkInteractorStyle3D_h
44 #include "vtkRenderingCoreModule.h"
46 VTK_ABI_NAMESPACE_BEGIN
67 virtual void PositionProp(
vtkEventData*,
double* lwpos =
nullptr,
double* lwori =
nullptr);
79 vtkSetMacro(DollyPhysicalSpeed,
double);
80 vtkGetMacro(DollyPhysicalSpeed,
double);
88 virtual void SetScale(
vtkCamera* cam,
double newScale);
102 void FindPickedActor(
double pos[3],
double orient[4]);
104 void Prop3DTransform(
105 vtkProp3D* prop3D,
double* boxCenter,
int NumRotation,
double** rotate,
double*
scale);
113 double AppliedTranslation[3];
117 double LastTrackPadPosition[2];
124 VTK_ABI_NAMESPACE_END
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.