Geometrize
1.0
C++ library for geometrizing images into geometric primitives
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
l
m
o
p
q
r
s
t
w
Functions
b
c
d
e
f
g
m
o
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
x
y
~
Functions
b
c
d
e
f
g
i
l
m
o
p
q
r
s
t
~
Variables
a
b
c
d
e
g
i
m
r
s
x
y
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
geometrize-lib
geometrize
geometrize
exporter
bitmapdataexporter.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
geometrize
6
{
7
class
Bitmap;
8
}
9
10
namespace
geometrize
11
{
12
13
namespace
exporter
14
{
15
21
std::string
exportBitmapData
(
const
geometrize::Bitmap
& bitmapData);
22
23
}
24
25
}
geometrize::Bitmap
The Bitmap class is a helper class for working with bitmap data.
Definition:
bitmap.h:16
geometrize::exporter::exportBitmapData
std::string exportBitmapData(const geometrize::Bitmap &bitmapData)
exportBitmapData Exports the raw image data to a binary dump - just the data as RGBA8888,...
Definition:
bitmapdataexporter.cpp:19
geometrize
Definition:
bitmap.cpp:8
Generated on Thu Aug 18 2022 07:36:41 for Geometrize by
1.9.4