VTK  9.3.20240329
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkOpenVRCamera Class Reference

OpenVR camera. More...

#include <vtkOpenVRCamera.h>

Inheritance diagram for vtkOpenVRCamera:
[legend]
Collaboration diagram for vtkOpenVRCamera:
[legend]

Public Types

typedef vtkVRHMDCamera Superclass
 
- Public Types inherited from vtkVRHMDCamera
typedef vtkVRCamera Superclass
 
- Public Types inherited from vtkVRCamera
typedef vtkOpenGLCamera Superclass
 
- Public Types inherited from vtkOpenGLCamera
typedef vtkCamera Superclass
 
- Public Types inherited from vtkCamera
typedef vtkObject Superclass
 

Public Member Functions

virtual vtkTypeBool IsA (const char *type)
 Return 1 if this class is the same type of (or a subclass of) the named class. More...
 
vtkOpenVRCameraNewInstance () const
 
void Render (vtkRenderer *ren) override
 Implement base class method. More...
 
- Public Member Functions inherited from vtkVRHMDCamera
vtkVRHMDCameraNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent) override
 Methods invoked by print to print information about the object including superclasses. More...
 
void Render (vtkRenderer *ren) override
 Implement base class method. More...
 
void GetKeyMatrices (vtkRenderer *ren, vtkMatrix4x4 *&WCVCMatrix, vtkMatrix3x3 *&normalMatrix, vtkMatrix4x4 *&VCDCMatrix, vtkMatrix4x4 *&WCDCMatrix) override
 
void GetPhysicalToProjectionMatrix (vtkMatrix4x4 *&physicalToProjectionMatrtix) override
 Provides a matrix to go from physical coordinates to projection coordinates for the eye currently being rendered. More...
 
- Public Member Functions inherited from vtkVRCamera
vtkVRCameraNewInstance () const
 
void SetPoseFromCamera (Pose *pose, vtkVRRenderWindow *win)
 
void ApplyPoseToCamera (Pose *pose, vtkVRRenderWindow *win)
 
void SetCameraFromWorldToDeviceMatrix (vtkMatrix4x4 *mat, double distance)
 
void SetCameraFromDeviceToWorldMatrix (vtkMatrix4x4 *mat, double distance)
 
virtual void SetTrackHMD (bool)
 When enabled the camera will track the HMD position. More...
 
virtual bool GetTrackHMD ()
 When enabled the camera will track the HMD position. More...
 
- Public Member Functions inherited from vtkOpenGLCamera
vtkOpenGLCameraNewInstance () const
 
void UpdateViewport (vtkRenderer *ren) override
 
- Public Member Functions inherited from vtkCamera
vtkCameraNewInstance () const
 
void OrthogonalizeViewUp ()
 Recompute the ViewUp vector to force it to be perpendicular to camera->focalpoint vector. More...
 
void SetDistance (double)
 Move the focal point so that it is the specified distance from the camera position. More...
 
void Dolly (double value)
 Divide the camera's distance from the focal point by the given dolly value. More...
 
void Roll (double angle)
 Rotate the camera about the direction of projection. More...
 
void Azimuth (double angle)
 Rotate the camera about the view up vector centered at the focal point. More...
 
void Yaw (double angle)
 Rotate the focal point about the view up vector, using the camera's position as the center of rotation. More...
 
void Elevation (double angle)
 Rotate the camera about the cross product of the negative of the direction of projection and the view up vector, using the focal point as the center of rotation. More...
 
void Pitch (double angle)
 Rotate the focal point about the cross product of the view up vector and the direction of projection, using the camera's position as the center of rotation. More...
 
void Zoom (double factor)
 In perspective mode, decrease the view angle by the specified factor. More...
 
void SetObliqueAngles (double alpha, double beta)
 Get/Set the oblique viewing angles. More...
 
void ApplyTransform (vtkTransform *t)
 Apply a transform to the camera. More...
 
void GetEyePlaneNormal (double normal[3])
 Get normal vector from eye to screen rotated by EyeTransformMatrix. More...
 
virtual vtkMatrix4x4GetModelViewTransformMatrix ()
 Return the model view matrix of model view transform. More...
 
virtual vtkTransformGetModelViewTransformObject ()
 Return the model view transform. More...
 
virtual vtkMatrix4x4GetViewTransformMatrix ()
 For backward compatibility. More...
 
virtual vtkTransformGetViewTransformObject ()
 For backward compatibility. More...
 
virtual vtkMatrix4x4GetProjectionTransformMatrix (double aspect, double nearz, double farz)
 Return the projection transform matrix, which converts from camera coordinates to viewport coordinates. More...
 
virtual vtkPerspectiveTransformGetProjectionTransformObject (double aspect, double nearz, double farz)
 Return the projection transform matrix, which converts from camera coordinates to viewport coordinates. More...
 
virtual vtkMatrix4x4GetCompositeProjectionTransformMatrix (double aspect, double nearz, double farz)
 Return the concatenation of the ViewTransform and the ProjectionTransform. More...
 
virtual vtkMatrix4x4GetProjectionTransformMatrix (vtkRenderer *ren)
 Return the projection transform matrix, which converts from camera coordinates to viewport coordinates. More...
 
vtkMTimeType GetViewingRaysMTime ()
 Return the MTime that concerns recomputing the view rays of the camera. More...
 
void ViewingRaysModified ()
 Mark that something has changed which requires the view rays to be recomputed. More...
 
virtual void GetFrustumPlanes (double aspect, double planes[24])
 Get the plane equations that bound the view frustum. More...
 
void ComputeViewPlaneNormal ()
 This method is called automatically whenever necessary, it should never be used outside of vtkCamera.cxx. More...
 
vtkMatrix4x4GetCameraLightTransformMatrix ()
 Returns a transformation matrix for a coordinate frame attached to the camera, where the camera is located at (0, 0, 1) looking at the focal point at (0, 0, 0), with up being (0, 1, 0). More...
 
virtual void UpdateViewport (vtkRenderer *vtkNotUsed(ren))
 Update the viewport. More...
 
void ShallowCopy (vtkCamera *source)
 Copy the properties of ‘source’ into ‘this’. More...
 
void DeepCopy (vtkCamera *source)
 Copy the properties of ‘source’ into ‘this’. More...
 
void SetPosition (double x, double y, double z)
 Set/Get the position of the camera in world coordinates. More...
 
void SetPosition (const double a[3])
 Set/Get the position of the camera in world coordinates. More...
 
virtual double * GetPosition ()
 Set/Get the position of the camera in world coordinates. More...
 
virtual void GetPosition (double &, double &, double &)
 Set/Get the position of the camera in world coordinates. More...
 
virtual void GetPosition (double[3])
 Set/Get the position of the camera in world coordinates. More...
 
void SetFocalPoint (double x, double y, double z)
 Set/Get the focal of the camera in world coordinates. More...
 
void SetFocalPoint (const double a[3])
 Set/Get the focal of the camera in world coordinates. More...
 
virtual double * GetFocalPoint ()
 Set/Get the focal of the camera in world coordinates. More...
 
virtual void GetFocalPoint (double &, double &, double &)
 Set/Get the focal of the camera in world coordinates. More...
 
virtual void GetFocalPoint (double[3])
 Set/Get the focal of the camera in world coordinates. More...
 
void SetViewUp (double vx, double vy, double vz)
 Set/Get the view up direction for the camera. More...
 
void SetViewUp (const double a[3])
 Set/Get the view up direction for the camera. More...
 
virtual double * GetViewUp ()
 Set/Get the view up direction for the camera. More...
 
virtual void GetViewUp (double &, double &, double &)
 Set/Get the view up direction for the camera. More...
 
virtual void GetViewUp (double[3])
 Set/Get the view up direction for the camera. More...
 
virtual double GetDistance ()
 Return the distance from the camera position to the focal point. More...
 
virtual double * GetDirectionOfProjection ()
 Get the vector in the direction from the camera position to the focal point. More...
 
virtual void GetDirectionOfProjection (double &, double &, double &)
 Get the vector in the direction from the camera position to the focal point. More...
 
virtual void GetDirectionOfProjection (double[3])
 Get the vector in the direction from the camera position to the focal point. More...
 
void SetRoll (double angle)
 Set the roll angle of the camera about the direction of projection. More...
 
double GetRoll ()
 Set the roll angle of the camera about the direction of projection. More...
 
void SetParallelProjection (vtkTypeBool flag)
 Set/Get the value of the ParallelProjection instance variable. More...
 
virtual vtkTypeBool GetParallelProjection ()
 Set/Get the value of the ParallelProjection instance variable. More...
 
virtual void ParallelProjectionOn ()
 Set/Get the value of the ParallelProjection instance variable. More...
 
virtual void ParallelProjectionOff ()
 Set/Get the value of the ParallelProjection instance variable. More...
 
void SetUseHorizontalViewAngle (vtkTypeBool flag)
 Set/Get the value of the UseHorizontalViewAngle instance variable. More...
 
virtual vtkTypeBool GetUseHorizontalViewAngle ()
 Set/Get the value of the UseHorizontalViewAngle instance variable. More...
 
virtual void UseHorizontalViewAngleOn ()
 Set/Get the value of the UseHorizontalViewAngle instance variable. More...
 
virtual void UseHorizontalViewAngleOff ()
 Set/Get the value of the UseHorizontalViewAngle instance variable. More...
 
void SetViewAngle (double angle)
 Set/Get the camera view angle, which is the angular height of the camera view measured in degrees. More...
 
virtual double GetViewAngle ()
 Set/Get the camera view angle, which is the angular height of the camera view measured in degrees. More...
 
void SetParallelScale (double scale)
 Set/Get the scaling used for a parallel projection, i.e. More...
 
virtual double GetParallelScale ()
 Set/Get the scaling used for a parallel projection, i.e. More...
 
void SetClippingRange (double dNear, double dFar)
 Set/Get the location of the near and far clipping planes along the direction of projection. More...
 
void SetClippingRange (const double a[2])
 Set/Get the location of the near and far clipping planes along the direction of projection. More...
 
virtual double * GetClippingRange ()
 Set/Get the location of the near and far clipping planes along the direction of projection. More...
 
virtual void GetClippingRange (double &, double &)
 Set/Get the location of the near and far clipping planes along the direction of projection. More...
 
virtual void GetClippingRange (double[2])
 Set/Get the location of the near and far clipping planes along the direction of projection. More...
 
void SetThickness (double)
 Set the distance between clipping planes. More...
 
virtual double GetThickness ()
 Set the distance between clipping planes. More...
 
void SetWindowCenter (double x, double y)
 Set/Get the center of the window in viewport coordinates. More...
 
virtual double * GetWindowCenter ()
 Set/Get the center of the window in viewport coordinates. More...
 
virtual void GetWindowCenter (double &, double &)
 Set/Get the center of the window in viewport coordinates. More...
 
virtual void GetWindowCenter (double[2])
 Set/Get the center of the window in viewport coordinates. More...
 
virtual double * GetViewPlaneNormal ()
 Get the ViewPlaneNormal. More...
 
virtual void GetViewPlaneNormal (double &, double &, double &)
 Get the ViewPlaneNormal. More...
 
virtual void GetViewPlaneNormal (double[3])
 Get the ViewPlaneNormal. More...
 
void SetViewShear (double dxdz, double dydz, double center)
 Set/get the shear transform of the viewing frustum. More...
 
void SetViewShear (double d[3])
 Set/get the shear transform of the viewing frustum. More...
 
virtual double * GetViewShear ()
 Set/get the shear transform of the viewing frustum. More...
 
virtual void GetViewShear (double &, double &, double &)
 Set/get the shear transform of the viewing frustum. More...
 
virtual void GetViewShear (double[3])
 Set/get the shear transform of the viewing frustum. More...
 
virtual void SetEyeAngle (double)
 Set/Get the separation between eyes (in degrees). More...
 
virtual double GetEyeAngle ()
 Set/Get the separation between eyes (in degrees). More...
 
virtual void SetFocalDisk (double)
 Set the size of the cameras lens in world coordinates. More...
 
virtual double GetFocalDisk ()
 Set the size of the cameras lens in world coordinates. More...
 
virtual void SetFocalDistance (double)
 Sets the distance at which rendering is in focus. More...
 
virtual double GetFocalDistance ()
 Sets the distance at which rendering is in focus. More...
 
virtual void SetUseOffAxisProjection (vtkTypeBool)
 Set/Get use offaxis frustum. More...
 
virtual vtkTypeBool GetUseOffAxisProjection ()
 Set/Get use offaxis frustum. More...
 
virtual void UseOffAxisProjectionOn ()
 Set/Get use offaxis frustum. More...
 
virtual void UseOffAxisProjectionOff ()
 Set/Get use offaxis frustum. More...
 
double GetOffAxisClippingAdjustment ()
 Get adjustment to clipping thickness, computed by camera based on the physical size of the screen and the direction to the tracked head/eye. More...
 
virtual void SetScreenBottomLeft (double, double, double)
 Set/Get top left corner point of the screen. More...
 
virtual void SetScreenBottomLeft (double[3])
 Set/Get top left corner point of the screen. More...
 
virtual double * GetScreenBottomLeft ()
 Set/Get top left corner point of the screen. More...
 
virtual void GetScreenBottomLeft (double &, double &, double &)
 Set/Get top left corner point of the screen. More...
 
virtual void GetScreenBottomLeft (double[3])
 Set/Get top left corner point of the screen. More...
 
virtual void SetScreenBottomRight (double, double, double)
 Set/Get bottom left corner point of the screen. More...
 
virtual void SetScreenBottomRight (double[3])
 Set/Get bottom left corner point of the screen. More...
 
virtual double * GetScreenBottomRight ()
 Set/Get bottom left corner point of the screen. More...
 
virtual void GetScreenBottomRight (double &, double &, double &)
 Set/Get bottom left corner point of the screen. More...
 
virtual void GetScreenBottomRight (double[3])
 Set/Get bottom left corner point of the screen. More...
 
virtual void SetScreenTopRight (double, double, double)
 Set/Get top right corner point of the screen. More...
 
virtual void SetScreenTopRight (double[3])
 Set/Get top right corner point of the screen. More...
 
virtual double * GetScreenTopRight ()
 Set/Get top right corner point of the screen. More...
 
virtual void GetScreenTopRight (double &, double &, double &)
 Set/Get top right corner point of the screen. More...
 
virtual void GetScreenTopRight (double[3])
 Set/Get top right corner point of the screen. More...
 
virtual void SetEyeSeparation (double)
 Set/Get distance between the eyes. More...
 
virtual double GetEyeSeparation ()
 Set/Get distance between the eyes. More...
 
void SetEyePosition (double eyePosition[3])
 Set/Get the eye position (center point between two eyes). More...
 
void GetEyePosition (double eyePosition[3])
 Set/Get the eye position (center point between two eyes). More...
 
void GetStereoEyePosition (double eyePosition[3])
 Using the LeftEye property to determine whether left or right eye is being requested, this method computes and returns the position of the requested eye, taking head orientation and eye separation into account. More...
 
void SetEyeTransformMatrix (vtkMatrix4x4 *matrix)
 Set/Get eye transformation matrix. More...
 
void SetEyeTransformMatrix (const double elements[16])
 Set/Get eye transformation matrix. More...
 
virtual vtkMatrix4x4GetEyeTransformMatrix ()
 Set/Get eye transformation matrix. More...
 
void SetModelTransformMatrix (vtkMatrix4x4 *matrix)
 Set/Get model transformation matrix. More...
 
void SetModelTransformMatrix (const double elements[16])
 Set/Get model transformation matrix. More...
 
virtual vtkMatrix4x4GetModelTransformMatrix ()
 Set/Get model transformation matrix. More...
 
virtual void SetExplicitProjectionTransformMatrix (vtkMatrix4x4 *)
 Set/get an explicit 4x4 projection matrix to use, rather than computing one from other state variables. More...
 
virtual vtkMatrix4x4GetExplicitProjectionTransformMatrix ()
 Set/get an explicit 4x4 projection matrix to use, rather than computing one from other state variables. More...
 
virtual void SetUseExplicitProjectionTransformMatrix (bool)
 If true, the ExplicitProjectionTransformMatrix is used for the projection transformation, rather than computing a transform from internal state. More...
 
virtual bool GetUseExplicitProjectionTransformMatrix ()
 If true, the ExplicitProjectionTransformMatrix is used for the projection transformation, rather than computing a transform from internal state. More...
 
virtual void UseExplicitProjectionTransformMatrixOn ()
 If true, the ExplicitProjectionTransformMatrix is used for the projection transformation, rather than computing a transform from internal state. More...
 
virtual void UseExplicitProjectionTransformMatrixOff ()
 If true, the ExplicitProjectionTransformMatrix is used for the projection transformation, rather than computing a transform from internal state. More...
 
virtual void SetExplicitAspectRatio (double)
 Set/get an explicit aspect to use, rather than computing it from the renderer. More...
 
virtual double GetExplicitAspectRatio ()
 Set/get an explicit aspect to use, rather than computing it from the renderer. More...
 
virtual void SetUseExplicitAspectRatio (bool)
 If true, the ExplicitAspect is used for the projection transformation, rather than computing it from the renderer. More...
 
virtual bool GetUseExplicitAspectRatio ()
 If true, the ExplicitAspect is used for the projection transformation, rather than computing it from the renderer. More...
 
virtual void UseExplicitAspectRatioOn ()
 If true, the ExplicitAspect is used for the projection transformation, rather than computing it from the renderer. More...
 
virtual void UseExplicitAspectRatioOff ()
 If true, the ExplicitAspect is used for the projection transformation, rather than computing it from the renderer. More...
 
void SetUserViewTransform (vtkHomogeneousTransform *transform)
 In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use. More...
 
virtual vtkHomogeneousTransformGetUserViewTransform ()
 In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use. More...
 
void SetUserTransform (vtkHomogeneousTransform *transform)
 In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use. More...
 
virtual vtkHomogeneousTransformGetUserTransform ()
 In addition to the instance variables such as position and orientation, you can add an additional transformation for your own use. More...
 
virtual void UpdateIdealShiftScale (double aspect)
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual double * GetFocalPointShift ()
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual void GetFocalPointShift (double &, double &, double &)
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual void GetFocalPointShift (double[3])
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual double GetFocalPointScale ()
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual double * GetNearPlaneShift ()
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual void GetNearPlaneShift (double &, double &, double &)
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual void GetNearPlaneShift (double[3])
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual double GetNearPlaneScale ()
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual void SetShiftScaleThreshold (double)
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
virtual double GetShiftScaleThreshold ()
 The following methods are used to support view dependent methods for normalizing data (typically point coordinates). More...
 
double * GetOrientation ()
 Get the orientation of the camera. More...
 
double * GetOrientationWXYZ ()
 Get the orientation of the camera. More...
 
virtual int GetStereo ()
 Get the stereo setting. More...
 
virtual void SetLeftEye (int)
 Set the Left Eye setting. More...
 
virtual int GetLeftEye ()
 Set the Left Eye setting. More...
 
virtual void SetFreezeFocalPoint (bool)
 Set/Get the value of the FreezeDolly instance variable. More...
 
virtual bool GetFreezeFocalPoint ()
 Set/Get the value of the FreezeDolly instance variable. More...
 
virtual void SetUseScissor (bool)
 Enable/Disable the scissor. More...
 
virtual bool GetUseScissor ()
 Enable/Disable the scissor. More...
 
void SetScissorRect (vtkRecti scissorRect)
 Set/Get the vtkRect value of the scissor. More...
 
void GetScissorRect (vtkRecti &scissorRect)
 Set/Get the vtkRect value of the scissor. More...
 
virtual vtkInformationGetInformation ()
 Set/Get the information object associated with this camera. More...
 
virtual void SetInformation (vtkInformation *)
 Set/Get the information object associated with this camera. More...
 
- Public Member Functions inherited from vtkObject
 vtkBaseTypeMacro (vtkObject, vtkObjectBase)
 
virtual void DebugOn ()
 Turn debugging output on. More...
 
virtual void DebugOff ()
 Turn debugging output off. More...
 
bool GetDebug ()
 Get the value of the debug flag. More...
 
void SetDebug (bool debugFlag)
 Set the value of the debug flag. More...
 
virtual void Modified ()
 Update the modification time for this object. More...
 
virtual vtkMTimeType GetMTime ()
 Return this object's modified time. More...
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
vtkTypeBool HasObserver (unsigned long event)
 
vtkTypeBool HasObserver (const char *event)
 
vtkTypeBool InvokeEvent (unsigned long event)
 
vtkTypeBool InvokeEvent (const char *event)
 
std::string GetObjectDescription () const override
 The object description printed in messages and PrintSelf output. More...
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkCommandGetCommand (unsigned long tag)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObserver (vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
void RemoveObservers (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (unsigned long event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
vtkTypeBool HasObserver (const char *event, vtkCommand *)
 Allow people to add/remove/invoke observers (callbacks) to any VTK object. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More...
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 Allow user to set the AbortFlagOn() with the return value of the callback method. More...
 
vtkTypeBool InvokeEvent (unsigned long event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
vtkTypeBool InvokeEvent (const char *event, void *callData)
 This method invokes an event and return whether the event was aborted or not. More...
 
virtual void SetObjectName (const std::string &objectName)
 Set/get the name of this object for reporting purposes. More...
 
virtual std::string GetObjectName () const
 Set/get the name of this object for reporting purposes. More...
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 Return the class name as a string. More...
 
virtual vtkIdType GetNumberOfGenerationsFromBase (const char *name)
 Given the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
virtual void Delete ()
 Delete a VTK object. More...
 
virtual void FastDelete ()
 Delete a reference to this object. More...
 
void InitializeObjectBase ()
 
void Print (ostream &os)
 Print an object to an ostream. More...
 
void Register (vtkObjectBase *o)
 Increase the reference count (mark as used by another object). More...
 
virtual void UnRegister (vtkObjectBase *o)
 Decrease the reference count (release by another object). More...
 
int GetReferenceCount ()
 Return the current reference count of this object. More...
 
void SetReferenceCount (int)
 Sets the reference count. More...
 
bool GetIsInMemkind () const
 A local state flag that remembers whether this object lives in the normal or extended memory space. More...
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 Methods invoked by print to print information about the object including superclasses. More...
 
virtual bool UsesGarbageCollector () const
 Indicate whether the class uses vtkGarbageCollector or not. More...
 

Static Public Member Functions

static vtkOpenVRCameraNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkOpenVRCameraSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkVRHMDCamera
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkVRHMDCameraSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkVRCamera
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkVRCameraSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkOpenGLCamera
static vtkOpenGLCameraNew ()
 
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkOpenGLCameraSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkCamera
static vtkTypeBool IsTypeOf (const char *type)
 
static vtkCameraSafeDownCast (vtkObjectBase *o)
 
static vtkCameraNew ()
 Construct camera instance with its focal point at the origin, and position=(0,0,1). More...
 
- Static Public Member Functions inherited from vtkObject
static vtkObjectNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void BreakOnError ()
 This method is called when vtkErrorMacro executes. More...
 
static void SetGlobalWarningDisplay (vtkTypeBool val)
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOn ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static void GlobalWarningDisplayOff ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
static vtkTypeBool GetGlobalWarningDisplay ()
 This is a global flag that controls whether any debug, warning or error messages are displayed. More...
 
- Static Public Member Functions inherited from vtkObjectBase
static vtkTypeBool IsTypeOf (const char *name)
 Return 1 if this class type is the same type of (or a subclass of) the named class. More...
 
static vtkIdType GetNumberOfGenerationsFromBaseType (const char *name)
 Given a the name of a base class of this class type, return the distance of inheritance between this class type and the named class (how many generations of inheritance are there between this class and the named class). More...
 
static vtkObjectBaseNew ()
 Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
 
static void SetMemkindDirectory (const char *directoryname)
 The name of a directory, ideally mounted -o dax, to memory map an extended memory space within. More...
 
static bool GetUsingMemkind ()
 A global state flag that controls whether vtkObjects are constructed in the usual way (the default) or within the extended memory space. More...
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkOpenVRCamera ()
 
 ~vtkOpenVRCamera () override
 
void UpdateHMDToEyeMatrices (vtkRenderer *)
 
void UpdateWorldToEyeMatrices (vtkRenderer *) override
 
void UpdateEyeToProjectionMatrices (vtkRenderer *) override
 
- Protected Member Functions inherited from vtkVRHMDCamera
 vtkVRHMDCamera ()
 
 ~vtkVRHMDCamera () override
 
void ComputeProjectionTransform (double aspect, double nearz, double farz) override
 Compute the projection transform for the VR head-mounted display (HMD) camera. More...
 
- Protected Member Functions inherited from vtkVRCamera
 vtkVRCamera ()
 
 ~vtkVRCamera () override
 
- Protected Member Functions inherited from vtkOpenGLCamera
 vtkOpenGLCamera ()
 
 ~vtkOpenGLCamera () override
 
- Protected Member Functions inherited from vtkCamera
 vtkCamera ()
 
 ~vtkCamera () override
 
void ComputeCompositeProjectionTransform (double aspect, double nearz, double farz)
 These methods should only be used within vtkCamera.cxx. More...
 
void ComputeCameraLightTransform ()
 
void ComputeScreenOrientationMatrix ()
 Given screen screen top, bottom left and top right calculate screen orientation. More...
 
void ComputeOffAxisProjectionFrustum ()
 Compute and use frustum using offaxis method. More...
 
void ComputeModelViewMatrix ()
 Compute model view matrix for the camera. More...
 
void PartialCopy (vtkCamera *source)
 Copy the ivars. More...
 
void ComputeDistance ()
 These methods should only be used within vtkCamera.cxx. More...
 
virtual void ComputeViewTransform ()
 These methods should only be used within vtkCamera.cxx. More...
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
 ~vtkObject () override
 
void RegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=nullptr)
 These methods allow a command to exclusively grab all events. More...
 
void InternalReleaseFocus ()
 These methods allow a command to exclusively grab all events. More...
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

vtkNew< vtkMatrix4x4HMDToLeftEyeMatrix
 
vtkNew< vtkMatrix4x4HMDToRightEyeMatrix
 
vtkNew< vtkMatrix4x4PhysicalToHMDMatrix
 
- Protected Attributes inherited from vtkVRHMDCamera
vtkNew< vtkMatrix4x4PhysicalToLeftEyeMatrix
 
vtkNew< vtkMatrix4x4PhysicalToRightEyeMatrix
 
vtkNew< vtkMatrix4x4WorldToLeftEyeMatrix
 
vtkNew< vtkMatrix4x4WorldToRightEyeMatrix
 
vtkNew< vtkMatrix4x4LeftEyeToProjectionMatrix
 
vtkNew< vtkMatrix4x4RightEyeToProjectionMatrix
 
vtkNew< vtkMatrix4x4PhysicalToProjectionMatrixForLeftEye
 
vtkNew< vtkMatrix4x4PhysicalToProjectionMatrixForRightEye
 
vtkNew< vtkMatrix4x4WorldToPhysicalMatrix
 
- Protected Attributes inherited from vtkVRCamera
vtkNew< vtkMatrix4x4TempMatrix4x4
 
bool TrackHMD = true
 
- Protected Attributes inherited from vtkOpenGLCamera
vtkMatrix4x4WCDCMatrix
 
vtkMatrix4x4WCVCMatrix
 
vtkMatrix3x3NormalMatrix
 
vtkMatrix4x4VCDCMatrix
 
vtkTimeStamp KeyMatrixTime
 
vtkRendererLastRenderer
 
- Protected Attributes inherited from vtkCamera
double WindowCenter [2]
 
double ObliqueAngles [2]
 
double FocalPoint [3]
 
double Position [3]
 
double ViewUp [3]
 
double ViewAngle
 
double ClippingRange [2]
 
double EyeAngle
 
vtkTypeBool ParallelProjection
 
double ParallelScale
 
int Stereo
 
int LeftEye
 
double Thickness
 
double Distance
 
double DirectionOfProjection [3]
 
double ViewPlaneNormal [3]
 
double ViewShear [3]
 
vtkTypeBool UseHorizontalViewAngle
 
vtkTypeBool UseOffAxisProjection
 
double ScreenBottomLeft [3]
 
double ScreenBottomRight [3]
 
double ScreenTopRight [3]
 
double ScreenCenter [3]
 
double OffAxisClippingAdjustment
 
double EyeSeparation
 
vtkMatrix4x4EyeTransformMatrix
 
vtkMatrix4x4ProjectionPlaneOrientationMatrix
 
vtkMatrix4x4ModelTransformMatrix
 
vtkHomogeneousTransformUserTransform
 
vtkHomogeneousTransformUserViewTransform
 
vtkMatrix4x4ExplicitProjectionTransformMatrix
 
bool UseExplicitProjectionTransformMatrix
 
double ExplicitAspectRatio
 
bool UseExplicitAspectRatio
 
vtkTransformViewTransform
 
vtkPerspectiveTransformProjectionTransform
 
vtkPerspectiveTransformTransform
 
vtkTransformCameraLightTransform
 
vtkTransformModelViewTransform
 
double FocalDisk
 
double FocalDistance
 
double FocalPointShift [3]
 
double FocalPointScale
 
double NearPlaneShift [3]
 
double NearPlaneScale
 
double ShiftScaleThreshold
 
vtkCameraCallbackCommandUserViewTransformCallbackCommand
 
vtkTimeStamp ViewingRaysMTime
 
bool FreezeFocalPoint
 
bool UseScissor
 
vtkRecti ScissorRect
 
vtkInformationInformation
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
std::string ObjectName
 
- Protected Attributes inherited from vtkObjectBase
std::atomic< int32_t > ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Static Protected Member Functions inherited from vtkObjectBase
static vtkMallocingFunction GetCurrentMallocFunction ()
 
static vtkReallocingFunction GetCurrentReallocFunction ()
 
static vtkFreeingFunction GetCurrentFreeFunction ()
 
static vtkFreeingFunction GetAlternateFreeFunction ()
 

Detailed Description

OpenVR camera.

vtkOpenVRCamera is a concrete implementation of the abstract class vtkCamera. vtkOpenVRCamera interfaces to the OpenVR rendering library.

Tests:
vtkOpenVRCamera (Tests)

Definition at line 25 of file vtkOpenVRCamera.h.

Member Typedef Documentation

◆ Superclass

Definition at line 29 of file vtkOpenVRCamera.h.

Constructor & Destructor Documentation

◆ vtkOpenVRCamera()

vtkOpenVRCamera::vtkOpenVRCamera ( )
protected

◆ ~vtkOpenVRCamera()

vtkOpenVRCamera::~vtkOpenVRCamera ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkOpenVRCamera* vtkOpenVRCamera::New ( )
static

◆ IsTypeOf()

static vtkTypeBool vtkOpenVRCamera::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual vtkTypeBool vtkOpenVRCamera::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class.

Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkVRHMDCamera.

◆ SafeDownCast()

static vtkOpenVRCamera* vtkOpenVRCamera::SafeDownCast ( vtkObjectBase o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkOpenVRCamera::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkVRHMDCamera.

◆ NewInstance()

vtkOpenVRCamera* vtkOpenVRCamera::NewInstance ( ) const

◆ Render()

void vtkOpenVRCamera::Render ( vtkRenderer ren)
overridevirtual

Implement base class method.

Reimplemented from vtkOpenGLCamera.

◆ UpdateHMDToEyeMatrices()

void vtkOpenVRCamera::UpdateHMDToEyeMatrices ( vtkRenderer )
protected

◆ UpdateWorldToEyeMatrices()

void vtkOpenVRCamera::UpdateWorldToEyeMatrices ( vtkRenderer )
overrideprotectedvirtual

Implements vtkVRHMDCamera.

◆ UpdateEyeToProjectionMatrices()

void vtkOpenVRCamera::UpdateEyeToProjectionMatrices ( vtkRenderer )
overrideprotectedvirtual

Implements vtkVRHMDCamera.

Member Data Documentation

◆ HMDToLeftEyeMatrix

vtkNew<vtkMatrix4x4> vtkOpenVRCamera::HMDToLeftEyeMatrix
protected

Definition at line 50 of file vtkOpenVRCamera.h.

◆ HMDToRightEyeMatrix

vtkNew<vtkMatrix4x4> vtkOpenVRCamera::HMDToRightEyeMatrix
protected

Definition at line 51 of file vtkOpenVRCamera.h.

◆ PhysicalToHMDMatrix

vtkNew<vtkMatrix4x4> vtkOpenVRCamera::PhysicalToHMDMatrix
protected

Definition at line 54 of file vtkOpenVRCamera.h.


The documentation for this class was generated from the following file: