Glyph object - 2D matrix shape. More...
#include <Visualizer.h>
Public Member Functions | |
Glyph (const helios::uint2 &size, const std::vector< std::vector< unsigned char > > &data) | |
Data Fields | |
helios::uint2 | size |
std::vector< std::vector< unsigned char > > | data |
Glyph object - 2D matrix shape.
Definition at line 59 of file Visualizer.h.
|
inline |
Definition at line 62 of file Visualizer.h.
std::vector<std::vector<unsigned char> > Glyph::data |
Definition at line 65 of file Visualizer.h.
helios::uint2 Glyph::size |
Definition at line 64 of file Visualizer.h.