Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BIAS::ContextGLUT Member List

This is the complete list of members for BIAS::ContextGLUT, including all inherited members.

additionalListeners_BIAS::RenderContextBaseprotected
AppendAdditionalListener(ControlInterface *listener)BIAS::RenderContextBaseinline
AppendScene(SceneBase *scene, bool push_front=false)BIAS::RenderContextBase
AppendView(View *view)BIAS::RenderContextBase
AutoClipping_BIAS::RenderContextBaseprotected
AutoMinZNear_BIAS::RenderContextBaseprotected
backgroundImageScene_BIAS::RenderContextBaseprotected
blendingAllowed_BIAS::RenderContextBaseprotected
bSelectionMode_BIAS::RenderContextBaseprotected
camera_BIAS::RenderContextBaseprotected
CenterViewport(bool center=true)BIAS::RenderContextBase
centerViewport_BIAS::RenderContextBaseprotected
ClearAdditionalListeners()BIAS::RenderContextBaseinline
ClearColor_BIAS::RenderContextBaseprotected
ClearScenes()BIAS::RenderContextBase
ContextGLUT(int x0=0, int y0=0, int width=400, int height=600, const std::string &name="ContextGLUT Window", const char *initDisplayString=NULL, int *commandLineArgc=NULL, char **commandLineArgv=NULL)BIAS::ContextGLUT
ContextGLUT(std::string gamemodestring, const std::string &name="ContextGLUT Window", const char *initDisplayString=NULL, int *commandLineArgc=NULL, char **commandLineArgv=NULL)BIAS::ContextGLUT
control_BIAS::RenderContextBaseprotected
CreateWindow_(int x0, int y0, int width, int height, const std::string &name)BIAS::ContextGLUTprotectedvirtual
culling_BIAS::RenderContextBaseprotected
DeactivateTimer()BIAS::ContextGLUTvirtual
DeleteBackgroundImageScene()BIAS::RenderContextBase
DeleteCamera()BIAS::RenderContextBaseinline
DeleteControl()BIAS::RenderContextBaseinline
DeleteControler()BIAS::RenderContextBaseinline
DeleteController()BIAS::RenderContextBaseinline
DeleteSceneAt(unsigned int index)BIAS::RenderContextBase
DeleteScenes()BIAS::RenderContextBase
DestroyWindow_()BIAS::ContextGLUTprotectedvirtual
doubleClickInterval_BIAS::ContextGLUTprotected
EnableStencilUsage(bool enable)BIAS::RenderContextBase
EnterGameMode_(const std::string gamemodestring)BIAS::ContextGLUTprotected
gameMode_BIAS::ContextGLUTprotected
GetCamera()BIAS::RenderContextBaseinline
GetDepthMap(BIAS::Image< float > &Image, const float invalid=0.0, bool lock=true)BIAS::RenderContextBasevirtual
GetGLProjectionParametersInterface()BIAS::RenderContextBaseinline
GetGlutWindowID()BIAS::ContextGLUTinline
GetGreyImage(BIAS::Image< unsigned char > &Image, bool lock=true)BIAS::RenderContextBasevirtual
GetImage(BIAS::Image< unsigned char > &Image, bool lock=true)BIAS::RenderContextBasevirtual
GetMetricZMap(BIAS::Image< float > &Image, const float invalid=0.0, bool lock=true)BIAS::RenderContextBasevirtual
GetSceneAt(unsigned int index)BIAS::RenderContextBase
GetSceneCenter(BIAS::Vector3< double > &center, BIAS::Vector3< double > &radius)BIAS::RenderContextBase
GetSceneCount()BIAS::RenderContextBase
GetScenes() const BIAS::RenderContextBaseinline
GetSelectionMode()BIAS::RenderContextBaseinlinevirtual
GetZBuffer(BIAS::Image< float > &Image, bool lock=true)BIAS::RenderContextBasevirtual
GlobalBoundingBoxSwitch(bool theswitch)BIAS::RenderContextBaseinline
Init_()BIAS::RenderContextBaseprotected
InitContext_(const char *initDisplayString=NULL, int *commandLineArgc=NULL, char **commandLineArgv=NULL)BIAS::ContextGLUTprotectedvirtual
initialized_BIAS::RenderContextBaseprotected
InsertSceneAt(SceneBase *scene, unsigned int index)BIAS::RenderContextBase
LeftAndRightMouseMoved(int x1, int x2, int y1, int y2)BIAS::RenderContextBase
LeftMouseDoubleClicked(int x, int y, int m)BIAS::RenderContextBase
LeftMouseDown(int x, int y)BIAS::RenderContextBase
LeftMouseMoved(int x1, int x2, int y1, int y2)BIAS::RenderContextBase
LeftMouseSingleClicked(int x, int y)BIAS::RenderContextBase
LeftMouseUp(int x, int y)BIAS::RenderContextBase
LockContextSwitch()BIAS::RenderContextBase
MakeGLContextCurrent()BIAS::ContextGLUTvirtual
MiddleMouseDown(int x, int y)BIAS::RenderContextBase
MiddleMouseMoved(int x1, int x2, int y1, int y2)BIAS::RenderContextBase
MiddleMouseUp(int x, int y)BIAS::RenderContextBase
MouseButtonFunc_(int button, int state, int x, int y)BIAS::ContextGLUTfriend
MouseLeftWindow()BIAS::RenderContextBase
MouseMotionFunc_(int x, int y)BIAS::ContextGLUTfriend
MouseMoved(int x, int y)BIAS::RenderContextBase
MousePassiveMotionFunc_(int x, int y)BIAS::ContextGLUTfriend
MouseWheelUsed(double stepsize)BIAS::RenderContextBase
PrintGLStatus()BIAS::RenderContextBase
Redisplay()BIAS::ContextGLUTvirtual
RegisterCallbacks_() const BIAS::ContextGLUTprotected
registrationIterator_BIAS::ContextGLUTprotected
ReleaseContextSwitch()BIAS::RenderContextBase
RemoveAdditionalListener(ControlInterface &listener)BIAS::RenderContextBase
RemoveScene(SceneBase *scene, bool noWarning=false)BIAS::RenderContextBase
Render()BIAS::RenderContextBasevirtual
Render_()BIAS::ContextGLUTfriend
RenderContextBase()BIAS::RenderContextBase
Reshape_(int width, int height)BIAS::ContextGLUTfriend
RightMouseDoubleClicked(int x, int y)BIAS::RenderContextBase
RightMouseDown(int x, int y)BIAS::RenderContextBase
RightMouseMoved(int x1, int x2, int y1, int y2)BIAS::RenderContextBase
RightMouseSingleClicked(int x, int y)BIAS::RenderContextBase
RightMouseUp(int x, int y)BIAS::RenderContextBase
scenes_BIAS::RenderContextBaseprotected
SetAutoClipMinZNear(double znear)BIAS::RenderContextBaseinline
SetAutoClipping(bool on)BIAS::RenderContextBaseinline
SetBackfaceCulling(bool cull=true)BIAS::RenderContextBase
SetBackgroundImageScene(SceneBGImage *backgroundImageScene)BIAS::RenderContextBase
SetBlending(bool blend=true)BIAS::RenderContextBase
SetClearColor(const BIAS::Vector4< float > &cc)BIAS::RenderContextBaseinline
SetControl(BIAS::ControlInterface *newControl)BIAS::RenderContextBase
SetDoubleClickInterval(unsigned int ms)BIAS::ContextGLUTinline
SetGLProjectionParametersInterface(GLProjectionParametersInterface *newCamera)BIAS::RenderContextBase
SetSelectionMode(bool selectionmode)BIAS::RenderContextBaseinlinevirtual
SetTimer(unsigned int interval)BIAS::ContextGLUTvirtual
SpecialKeyFunc_(int key, int x, int y)BIAS::ContextGLUTfriend
SpecialKeyPressed(int key)BIAS::RenderContextBase
SpecialKeyUp(int key)BIAS::RenderContextBase
SpecialKeyUpFunc_(int key, int x, int y)BIAS::ContextGLUTfriend
StandardKeyFunc_(unsigned char key, int x, int y)BIAS::ContextGLUTfriend
StandardKeyPressed(unsigned char, int, int)BIAS::RenderContextBase
StandardKeyUp(unsigned char, int, int)BIAS::RenderContextBase
StandardKeyUpFunc_(unsigned char key, int x, int y)BIAS::ContextGLUTfriend
TimerExpired()BIAS::RenderContextBase
TimerInterval_BIAS::RenderContextBaseprotected
UseStencil_BIAS::RenderContextBaseprotected
WhenIdle_()BIAS::ContextGLUTfriend
windowID_BIAS::ContextGLUTprotected
WindowReshape(int width, int height)BIAS::RenderContextBase
~ContextGLUT()BIAS::ContextGLUTvirtual
~RenderContextBase()BIAS::RenderContextBaseinlinevirtual