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

Handles rendering of the graph and scatter plot and handles IO. More...

#include <renderer.h>

Collaboration diagram for Renderer:
Collaboration graph
[legend]

Public Member Functions

 Renderer ()
 
bool init ()
 
void render (const glm::vec2 &fb_size, const State &state, const View &view)
 Render graph and scatterplot. More...
 
void check_pressed_vertex (const View &view, glm::vec2 mouse_pos)
 Check whether the vertex was pressed and set flags. More...
 
void reset_pressed_vert ()
 
bool get_vert_pressed ()
 
size_t get_vert_ind ()
 
void add_vert (State &state, View &view, glm::vec2 mouse_pos)
 
void remove_vert (State &state)
 
void move_vert (State &state, View &view, glm::vec2 mouse_pos)
 
void start_multiselect (glm::vec2 mouse_pos)
 
bool is_active_multiselect ()
 
bool is_passive_multiselect ()
 
void update_multiselect (glm::vec2 mouse_pos, const LandmarkModel &model)
 
void reset_multiselect ()
 
void stop_multiselect ()
 
bool check_pressed_rect (glm::vec2 mouse_pos)
 
bool get_rect_pressed ()
 
void move_selection (glm::vec2 mouse_pos, LandmarkModel &landmarks)
 
void start_brushing ()
 
bool is_brushing_active ()
 
void stop_brushing ()
 
void draw_cursor_radius (const View &v, glm::vec2 mouse_pos, float r)
 
void stop_cursor_radius ()
 
std::vector< size_t > get_landmarks_within_circle (const View &view, const glm::vec2 &pos, float radius, const LandmarkModel &landmarks)
 

Private Attributes

ScatterRenderer scatter_renderer
 
GraphRenderer graph_renderer
 
UiRenderer ui_renderer
 

Detailed Description

Handles rendering of the graph and scatter plot and handles IO.

Definition at line 32 of file renderer.h.

Constructor & Destructor Documentation

◆ Renderer()

Renderer::Renderer ( )

Definition at line 26 of file renderer.cpp.

Member Function Documentation

◆ add_vert()

void Renderer::add_vert ( State state,
View view,
glm::vec2  mouse_pos 
)

Definition at line 83 of file renderer.cpp.

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

◆ check_pressed_rect()

bool Renderer::check_pressed_rect ( glm::vec2  mouse_pos)

Definition at line 150 of file renderer.cpp.

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

◆ check_pressed_vertex()

void Renderer::check_pressed_vertex ( const View view,
glm::vec2  mouse_pos 
)

Check whether the vertex was pressed and set flags.

Parameters
view
mouse
vert_ind
Returns
true
false

Definition at line 54 of file renderer.cpp.

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

◆ draw_cursor_radius()

void Renderer::draw_cursor_radius ( const View v,
glm::vec2  mouse_pos,
float  r 
)

Definition at line 162 of file renderer.cpp.

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

◆ get_landmarks_within_circle()

std::vector< size_t > Renderer::get_landmarks_within_circle ( const View view,
const glm::vec2 &  pos,
float  radius,
const LandmarkModel landmarks 
)

Definition at line 168 of file renderer.cpp.

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

◆ get_rect_pressed()

bool Renderer::get_rect_pressed ( )
inline

Definition at line 77 of file renderer.h.

Here is the caller graph for this function:

◆ get_vert_ind()

size_t Renderer::get_vert_ind ( )

Definition at line 77 of file renderer.cpp.

Here is the caller graph for this function:

◆ get_vert_pressed()

bool Renderer::get_vert_pressed ( )

Definition at line 71 of file renderer.cpp.

Here is the caller graph for this function:

◆ init()

bool Renderer::init ( )

Definition at line 29 of file renderer.cpp.

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

◆ is_active_multiselect()

bool Renderer::is_active_multiselect ( )

Definition at line 119 of file renderer.cpp.

Here is the caller graph for this function:

◆ is_brushing_active()

bool Renderer::is_brushing_active ( )
inline

Definition at line 82 of file renderer.h.

Here is the caller graph for this function:

◆ is_passive_multiselect()

bool Renderer::is_passive_multiselect ( )

Definition at line 125 of file renderer.cpp.

Here is the caller graph for this function:

◆ move_selection()

void Renderer::move_selection ( glm::vec2  mouse_pos,
LandmarkModel landmarks 
)

Definition at line 156 of file renderer.cpp.

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

◆ move_vert()

void Renderer::move_vert ( State state,
View view,
glm::vec2  mouse_pos 
)

Definition at line 104 of file renderer.cpp.

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

◆ remove_vert()

void Renderer::remove_vert ( State state)

Definition at line 94 of file renderer.cpp.

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

◆ render()

void Renderer::render ( const glm::vec2 &  fb_size,
const State state,
const View view 
)

Render graph and scatterplot.

Parameters
state
view

Definition at line 42 of file renderer.cpp.

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

◆ reset_multiselect()

void Renderer::reset_multiselect ( )

Definition at line 137 of file renderer.cpp.

Here is the caller graph for this function:

◆ reset_pressed_vert()

void Renderer::reset_pressed_vert ( )

Definition at line 65 of file renderer.cpp.

Here is the caller graph for this function:

◆ start_brushing()

void Renderer::start_brushing ( )
inline

Definition at line 81 of file renderer.h.

Here is the caller graph for this function:

◆ start_multiselect()

void Renderer::start_multiselect ( glm::vec2  mouse_pos)

Definition at line 113 of file renderer.cpp.

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

◆ stop_brushing()

void Renderer::stop_brushing ( )
inline

Definition at line 83 of file renderer.h.

Here is the caller graph for this function:

◆ stop_cursor_radius()

void Renderer::stop_cursor_radius ( )
inline

Definition at line 86 of file renderer.h.

Here is the caller graph for this function:

◆ stop_multiselect()

void Renderer::stop_multiselect ( )

Definition at line 144 of file renderer.cpp.

Here is the caller graph for this function:

◆ update_multiselect()

void Renderer::update_multiselect ( glm::vec2  mouse_pos,
const LandmarkModel model 
)

Definition at line 131 of file renderer.cpp.

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

Member Data Documentation

◆ graph_renderer

GraphRenderer Renderer::graph_renderer
private

Definition at line 96 of file renderer.h.

◆ scatter_renderer

ScatterRenderer Renderer::scatter_renderer
private

Definition at line 95 of file renderer.h.

◆ ui_renderer

UiRenderer Renderer::ui_renderer
private

Definition at line 97 of file renderer.h.


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