riCOM_cpp
This repository contains the C++ implementation of the riCOM (Real Time Centre Of Mass) algorithm for 4D Scanning electron microscopy.
|
Functions | |
void | draw_pixel (SDL_Surface *surface, int x, int y, float val, int col_map) |
void | draw_pixel (SDL_Surface *surface, int x, int y, float ang, float mag, int col_map) |
void SDL_Utils::draw_pixel | ( | SDL_Surface * | surface, |
int | x, | ||
int | y, | ||
float | ang, | ||
float | mag, | ||
int | col_map | ||
) |
Definition at line 105 of file GuiUtils.cpp.
void SDL_Utils::draw_pixel | ( | SDL_Surface * | surface, |
int | x, | ||
int | y, | ||
float | val, | ||
int | col_map | ||
) |
Definition at line 97 of file GuiUtils.cpp.