BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | Static Private Member Functions | List of all members
GlfwWrapper Class Reference

Wrapper of the Glfw library. More...

#include <wrapper_glfw.h>

Public Member Functions

 GlfwWrapper ()
 
 ~GlfwWrapper ()
 
bool init (const std::string &window_name, InputData &input)
 
bool window_should_close ()
 
void end_frame (FrameStats &fs)
 
void destroy ()
 

Public Attributes

GLFWwindow * window
 

Static Private Member Functions

static void error_callback (int error, const char *description)
 
static void framebuffer_size_callback (GLFWwindow *window, int width, int height)
 
static void key_callback (GLFWwindow *window, int key, int scancode, int action, int mods)
 
static void scroll_callback (GLFWwindow *window, double xoffset, double yoffset)
 
static void mouse_button_callback (GLFWwindow *window, int button, int action, int mods)
 
static void cursor_position_callback (GLFWwindow *window, double xpos, double ypos)
 

Detailed Description

Wrapper of the Glfw library.

It abstracts window creation, deletition and handles callbacks.

Definition at line 38 of file wrapper_glfw.h.

Constructor & Destructor Documentation

◆ GlfwWrapper()

GlfwWrapper::GlfwWrapper ( )

Definition at line 26 of file wrapper_glfw.cpp.

◆ ~GlfwWrapper()

GlfwWrapper::~GlfwWrapper ( )

Definition at line 28 of file wrapper_glfw.cpp.

Member Function Documentation

◆ cursor_position_callback()

void GlfwWrapper::cursor_position_callback ( GLFWwindow *  window,
double  xpos,
double  ypos 
)
staticprivate

Definition at line 153 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ destroy()

void GlfwWrapper::destroy ( )

◆ end_frame()

void GlfwWrapper::end_frame ( FrameStats fs)

Definition at line 78 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ error_callback()

void GlfwWrapper::error_callback ( int  error,
const char *  description 
)
staticprivate

Definition at line 87 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ framebuffer_size_callback()

void GlfwWrapper::framebuffer_size_callback ( GLFWwindow *  window,
int  width,
int  height 
)
staticprivate

Definition at line 93 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ init()

bool GlfwWrapper::init ( const std::string &  window_name,
InputData input 
)

Definition at line 35 of file wrapper_glfw.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ key_callback()

void GlfwWrapper::key_callback ( GLFWwindow *  window,
int  key,
int  scancode,
int  action,
int  mods 
)
staticprivate

Definition at line 104 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ mouse_button_callback()

void GlfwWrapper::mouse_button_callback ( GLFWwindow *  window,
int  button,
int  action,
int  mods 
)
staticprivate

Definition at line 134 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ scroll_callback()

void GlfwWrapper::scroll_callback ( GLFWwindow *  window,
double  xoffset,
double  yoffset 
)
staticprivate

Definition at line 121 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

◆ window_should_close()

bool GlfwWrapper::window_should_close ( )

Definition at line 72 of file wrapper_glfw.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ window

GLFWwindow* GlfwWrapper::window

Definition at line 48 of file wrapper_glfw.h.


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