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

Renderer of the 2D data points. More...

#include <scatter_renderer.h>

Collaboration diagram for ScatterRenderer:
Collaboration graph
[legend]

Public Member Functions

 ScatterRenderer ()
 
void init ()
 
void draw (const glm::vec2 &fb_size, const View &v, const ScatterModel &m, const ColorData &colors)
 Draw event of the 2D data points. More...
 

Private Member Functions

void prepare_data (size_t start_index, size_t points_size, const ScatterModel &model, const ColorData &colors)
 Prepare data to render scatterplot with colors. More...
 

Private Attributes

TextureRenderer texture_renderer
 
Shader shader
 
unsigned int VAO
 
unsigned int VBO_pos
 
unsigned int VBO_col
 

Detailed Description

Renderer of the 2D data points.

Definition at line 34 of file scatter_renderer.h.

Constructor & Destructor Documentation

◆ ScatterRenderer()

ScatterRenderer::ScatterRenderer ( )

Definition at line 28 of file scatter_renderer.cpp.

Member Function Documentation

◆ draw()

void ScatterRenderer::draw ( const glm::vec2 &  fb_size,
const View v,
const ScatterModel m,
const ColorData colors 
)

Draw event of the 2D data points.

Renders data points at given positions.

Parameters
vView of the whole window.
mModel that contains 2D coordinates.
colorsData that contains colors of the points.

Definition at line 43 of file scatter_renderer.cpp.

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

◆ init()

void ScatterRenderer::init ( )

Definition at line 31 of file scatter_renderer.cpp.

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

◆ prepare_data()

void ScatterRenderer::prepare_data ( size_t  start_index,
size_t  points_size,
const ScatterModel model,
const ColorData colors 
)
private

Prepare data to render scatterplot with colors.

Fill VBOs and VAO.

Parameters
modelData source
colorsSource of the color data.

Definition at line 76 of file scatter_renderer.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ shader

Shader ScatterRenderer::shader
private

Definition at line 57 of file scatter_renderer.h.

◆ texture_renderer

TextureRenderer ScatterRenderer::texture_renderer
private

Definition at line 55 of file scatter_renderer.h.

◆ VAO

unsigned int ScatterRenderer::VAO
private

Definition at line 58 of file scatter_renderer.h.

◆ VBO_col

unsigned int ScatterRenderer::VBO_col
private

Definition at line 60 of file scatter_renderer.h.

◆ VBO_pos

unsigned int ScatterRenderer::VBO_pos
private

Definition at line 59 of file scatter_renderer.h.


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