HOG2
|
#include <Common.h>
Public Attributes | |
recCamera | globalCamera |
recCamera | camera [MAXPORTS] |
int | numPorts |
int | currPort |
bool | moveAllPortsTogether |
viewport | viewports [MAXPORTS] |
int | windowHeight |
int | windowWidth |
char | message [256] |
float | msgTime |
Graphics::Display | display |
unsigned long | windowID |
Definition at line 69 of file Common.h.
Referenced by cameraLookAt(), cameraLookingAt(), cameraMoveTo(), cameraOffset(), drawGL(), GetHeading(), GetOGLPos(), if(), initialConditions(), mouseDolly(), mouseMovedNoButton(), mousePan(), resetCamera(), setPortCamera(), SetZoom(), updateModelView(), and updateProjection().
int recContext::currPort |
Definition at line 71 of file Common.h.
Referenced by cameraLookAt(), cameraLookingAt(), cameraMoveTo(), cameraOffset(), drawGL(), GetActivePort(), GetOGLPos(), if(), initialConditions(), mouseDolly(), mouseMovedButton(), mouseMovedNoButton(), mousePan(), SetActivePort(), SetNumPorts(), SetZoom(), and updateModelView().
Graphics::Display recContext::display |
Definition at line 79 of file Common.h.
Referenced by drawGL(), HandleFrame(), SetNumPorts(), and setViewport().
recCamera recContext::globalCamera |
Definition at line 67 of file Common.h.
Referenced by if(), mouseMovedNoButton(), resizeGL(), SaveScreenshot(), setPortCamera(), and setViewport().
char recContext::message[256] |
Definition at line 76 of file Common.h.
Referenced by appendTextToBuffer(), setTextBufferVisibility(), and submitTextToBuffer().
bool recContext::moveAllPortsTogether |
Definition at line 72 of file Common.h.
Referenced by if(), initialConditions(), mouseDolly(), mouseMovedButton(), mousePan(), SetZoom(), and updateModelView().
int recContext::numPorts |
Definition at line 71 of file Common.h.
Referenced by AddViewport(), drawGL(), GetNumPorts(), GetOGLPos(), HandleFrame(), if(), initialConditions(), mouseDolly(), mouseMovedButton(), mousePan(), ReinitViewports(), resetCamera(), resizeGL(), SetNumPorts(), SetZoom(), and updateProjection().
Definition at line 73 of file Common.h.
Referenced by AddViewport(), GlobalHOGToViewport(), GlobalHOGToViewportX(), GlobalHOGToViewportY(), HandleFrame(), HandleMouse(), MoveViewport(), ReinitViewports(), ViewportToGlobalHOG(), and ViewportToGlobalHOGX().
int recContext::windowHeight |
Definition at line 74 of file Common.h.
Referenced by GlobalHOGToViewport(), GlobalHOGToViewportY(), RunHOGGUI(), updateProjection(), ViewportToGlobalHOG(), and WindowToHOG().
unsigned long recContext::windowID |
Definition at line 80 of file Common.h.
Referenced by DoKeyboardCallbacks(), HandleFrame(), HandleJoystickMovement(), HandleMouseClick(), HandleWindowEvent(), and initialConditions().
int recContext::windowWidth |
Definition at line 74 of file Common.h.
Referenced by GlobalHOGToViewport(), RunHOGGUI(), updateProjection(), ViewportToGlobalHOG(), and WindowToHOG().