Rasterfarm-SDK
|
#include <string>
#include <exception>
#include <stdexcept>
#include <sstream>
#include <iostream>
#include <iomanip>
#include "types.h"
Namespaces | |
namespace | Engine |
API for creating Applications and rasterization-engines. | |
Macros | |
#define | ERROR_STREAM(str) |
#define | ERROR_RANGE(value, a, b) |
#define | CHECK_RANGE(value, a, b) |
#define | ERROR_BOUNDS(index, size) |
#define | CHECK_BOUNDS(index, size) |
#define CHECK_BOUNDS | ( | index, | |
size ) |
#define CHECK_RANGE | ( | value, | |
a, | |||
b ) |
#define ERROR_BOUNDS | ( | index, | |
size ) |
#define ERROR_RANGE | ( | value, | |
a, | |||
b ) |
#define ERROR_STREAM | ( | str | ) |