Inviwo
0.9.10.1
Inviwo documentation
|
representation of an OpenGL viewport with setter and getter More...
#include <openglutils.h>
Public Member Functions | |
ScissorBox (GLint x, GLint y, GLsizei width, GLsizei height) | |
void | get () |
void | set () |
GLint | x () const |
GLint | y () const |
GLsizei | width () const |
GLsizei | height () const |
Friends | |
bool IVW_MODULE_OPENGL_API | operator== (const ScissorBox &a, const ScissorBox &b) |
representation of an OpenGL viewport with setter and getter