28 #ifndef vtkOpenVRPanelRepresentation_h
29 #define vtkOpenVRPanelRepresentation_h
31 #include "vtkRenderingOpenVRModule.h"
71 unsigned long event,
void* calldata)
override;
73 unsigned long event,
void* calldata)
override;
75 unsigned long event,
void* calldata,
int modify = 0)
override;
77 unsigned long event,
void* calldata)
override;
103 const double* bounds,
const double* normal,
const double* upvec,
double scale);
136 vtkSetMacro(AllowAdjustment,
bool);
137 vtkGetMacro(AllowAdjustment,
bool);
138 vtkBooleanMacro(AllowAdjustment,
bool);
146 double LastEventPosition[3];
147 double LastEventOrientation[4];
148 double StartEventOrientation[4];
154 void UpdatePose(
double* p1,
double* d1,
double* p2,
double* d2);
a simple class to control print indentation
Widget representation for vtkOpenVRPanelWidget Implementation of the popup panel representation for t...
vtkOpenVRPanelRepresentation()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void PlaceWidgetExtended(const double *bounds, const double *normal, const double *upvec, double scale)
void SetCoordinateSystemToLeftController()
void UpdatePose(double *p1, double *d1, double *p2, double *d2)
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void PlaceWidget(double bounds[6]) override
void EndComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
CoordinateSystems CoordinateSystem
~vtkOpenVRPanelRepresentation() override
void ReleaseGraphicsResources(vtkWindow *) override
Methods supporting the rendering process.
void SetText(const char *str)
Set panel text.
vtkTextActor3D * TextActor
int ComputeComplexInteractionState(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata, int modify=0) override
void SetCoordinateSystemToHMD()
void BuildRepresentation() override
Methods to interface with the vtkOpenVRPanelWidget.
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void ComputeMatrix(vtkRenderer *ren)
void SetCoordinateSystemToWorld()
void StartComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
void SetCoordinateSystemToRightController()
static vtkOpenVRPanelRepresentation * New()
Instantiate the class.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
void ComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
superclass for 3D geometric pickers (uses ray cast)
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
An actor that displays text.
abstract specification for Viewports
window superclass for vtkRenderWindow