27#ifndef vtkVRPanelRepresentation_h
28#define vtkVRPanelRepresentation_h
31#include "vtkRenderingVRModule.h"
63#if !defined(VTK_LEGACY_REMOVE)
75 unsigned long event,
void* calldata)
override;
77 unsigned long event,
void* calldata)
override;
79 unsigned long event,
void* calldata,
int modify = 0)
override;
81 unsigned long event,
void* calldata)
override;
107 const double* bounds,
const double* normal,
const double* upvec,
double scale);
158 void UpdatePose(
double* p1,
double* d1,
double* p2,
double* d2);
a simple class to control print indentation
platform-independent render window interaction including picking and frame rate control.
abstract specification for renderers
An actor that displays text.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
void PlaceWidget(double bounds[6]) override
void PlaceWidgetExtended(const double *bounds, const double *normal, const double *upvec, double scale)
void ComputeMatrix(vtkRenderer *ren)
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetCoordinateSystemToRightController()
~vtkVRPanelRepresentation() override
vtkTextActor3D * TextActor
CoordinateSystems CoordinateSystem
double LastEventPosition[3]
static vtkVRPanelRepresentation * New()
Instantiate the class.
void UpdatePose(double *p1, double *d1, double *p2, double *d2)
void ReleaseGraphicsResources(vtkWindow *) override
Methods supporting the rendering process.
void StartComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
void SetCoordinateSystemToHMD()
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
InteractionStateType _InteractionState
double StartEventOrientation[4]
vtkTypeBool HasTranslucentPolygonalGeometry() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void SetCoordinateSystemToLeftController()
void SetText(const char *str)
Set panel text.
double LastEventOrientation[4]
int ComputeComplexInteractionState(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata, int modify=0) override
void BuildRepresentation() override
Methods to interface with the vtkVRPanelWidget.
void EndComplexInteraction(vtkRenderWindowInteractor *iren, vtkAbstractWidget *widget, unsigned long event, void *calldata) override
vtkVRPanelRepresentation()
void SetCoordinateSystemToWorld()
abstract specification for Viewports
window superclass for vtkRenderWindow
#define VTK_DEPRECATED_IN_9_2_0(reason)