![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include "test/functionaltestrunner.h"
#include <cassert>
#include <string>
#include <vector>
#include <QApplication>
#include <QCommandLineParser>
#include "chaiscript/chaiscript.hpp"
#include "cli/commandlineparser.h"
#include "common/util.h"
#include "script/chaiscriptcreator.h"
#include "script/scriptrunner.h"
Namespaces | |
geometrize | |
< Energy function passed to the image task worker thread. | |
geometrize::test | |
Functions | |
int | geometrize::test::runApp (QApplication &app) |
runApp Runs the application in self-test mode. More... | |
void | geometrize::test::runSelfTests (const std::string &testScriptsDirectory) |
runSelfTests Runs the scripts in the given directory, one by one. More... | |