VAPOR3 3.9.4
|
#include <vapor/GLInclude.h>
#include <cmath>
#include <vector>
#include <string>
#include <vapor/common.h>
#include <signal.h>
Go to the source code of this file.
Namespaces | |
namespace | VAPoR |
Macros | |
#define | CallocType(type, i) (type *)calloc(i, sizeof(type)) |
#define | YMAXSTEREO 491 |
#define | YOFFSET 532 |
#define | M_PI 3.14159265358979323846 |
#define | CheckGLError() __CheckGLError(__FILE__, __LINE__) |
#define | CheckGLErrorMsg(msg) __CheckGLError(__FILE__, __LINE__, msg) |
#define | GL_LEGACY(x) x |
#define | GL_ERR_BREAK() if (CheckGLError()) ::raise(SIGTERM) |
Functions | |
RENDER_API int | VAPoR::__CheckGLError (const char *file, int line, const char *msg=0) |
RENDER_API bool | VAPoR::oglStatusOK (std::vector< int > &status) |
RENDER_API void | VAPoR::doubleToString (const double val, std::string &result, int digits) |
RENDER_API std::string | VAPoR::oglGetErrMsg (std::vector< int > status) |
RENDER_API int | VAPoR::oglGetFreeMemory () |
RENDER_API bool | VAPoR::FrameBufferReady () |
#define CallocType | ( | type, | |
i | |||
) | (type *)calloc(i, sizeof(type)) |
#define CheckGLError | ( | ) | __CheckGLError(__FILE__, __LINE__) |
#define CheckGLErrorMsg | ( | msg | ) | __CheckGLError(__FILE__, __LINE__, msg) |
#define GL_ERR_BREAK | ( | ) | if (CheckGLError()) ::raise(SIGTERM) |