1.3.49
 
Loading...
Searching...
No Matches
Glyph Class Reference

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
 

Detailed Description

Glyph object - 2D matrix shape.

Definition at line 59 of file Visualizer.h.

Constructor & Destructor Documentation

◆ Glyph()

Glyph::Glyph ( const helios::uint2 size,
const std::vector< std::vector< unsigned char > > &  data 
)
inline

Definition at line 62 of file Visualizer.h.

Field Documentation

◆ data

std::vector<std::vector<unsigned char> > Glyph::data

Definition at line 65 of file Visualizer.h.

◆ size

helios::uint2 Glyph::size

Definition at line 64 of file Visualizer.h.


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