#include <cstdint>
#include <iosfwd>
#include <string>
#include <vector>
#include "genesis/utils/io/output_target.hpp"
Go to the source code of this file.
Classes | |
class | BmpWriter |
Write Bitmap image files. More... | |
struct | BmpWriter::BitmapFileheader |
Bitmap File Header. More... | |
struct | BmpWriter::BitmapInfo |
Bitmap info that describes dimensions and color information. More... | |
struct | BmpWriter::BitmapInfoheader |
Bitmap Info Header. More... | |
struct | BmpWriter::RgbQuad |
Palette entry that describes an RGB Color. More... | |
class | Matrix< T > |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |