Geometrize  1.0
An application for geometrizing images into geometric primitives
Namespaces | Functions
webpageexporter.cpp File Reference
#include "webpageexporter.h"
#include <cassert>
#include <string>
#include <vector>
#include <QFile>
#include <QString>
#include "geometrize/shaperesult.h"
#include "exporter/shapedataexporter.h"

Namespaces

 geometrize
 
 geometrize::exporter
 

Functions

std::string geometrize::exporter::exportCanvasWebpage (const std::vector< geometrize::ShapeResult > &data)
 exportCanvasWebpage Exports shape data to a HTML5 canvas-based webpage. More...
 
std::string geometrize::exporter::exportWebGLWebpage (const std::vector< geometrize::ShapeResult > &data)
 exportWebGLWebpage Exports shape data to a WebGL-based webpage. More...