GL Studio C++ Runtime API
EyePointCalcViewCallbackBase Class Referenceabstract

The EyePointCalcViewCallbackBase class. More...

#include <gls_eyepoint.h>

Inheritance diagram for EyePointCalcViewCallbackBase:
EyePointCalcViewCallback< T >

Public Member Functions

virtual void Call (int viewWidth, int viewHeight, GlsEyePoint *thisEye, double &rval1, double &rval2)=0
 

Detailed Description

Member Function Documentation

◆ Call()

virtual void Call ( int  viewWidth,
int  viewHeight,
GlsEyePoint thisEye,
double &  rval1,
double &  rval2 
)
pure virtual

The callback method interface, used for custom user callbacks to configure the eyepoint's view.

Parameters
viewWidthThe view width in pixels.
viewHeightThe view height in pixels.
thisEyeThe GlsEyePoint associated with this callback.
rval1Returned user defined value.
rval2Another returned user defined value.

Implemented in EyePointCalcViewCallback< T >.


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