casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Enumerations | Functions
GLSupport.h File Reference
#include <casa/aips.h>
#include <casa/Logging/LogIO.h>
#include <casa/BasicSL/String.h>

Go to the source code of this file.

Classes

class  casa::GLLogIO
 GLLogIO adds tracing support to the AIPS++ casacore::LogIO object. More...
 

Namespaces

 casa
 -*- mode: c++ -*-
 

Enumerations

enum  casa::GLTraceLevel {
  casa::GLTraceNone,
  casa::GLTraceErrors,
  casa::GLTraceInfo,
  casa::GLTraceCalls,
  casa::GLTraceImages,
  casa::GLTraceGraphics,
  casa::GLTraceMath,
  casa::GLTraceOther,
  casa::GLTraceNormal,
  casa::GLTraceAll
}
 

Functions

const char * casa::GLbufferToString (int b)
 Convert various OpenGL constants to their string representations. More...
 
const char * casa::GLformatToString (GLenum format)
 
void casa::GLAttribToString (GLbitfield bits, casacore::String &str)
 Given a glPushAttrib argument, append the string with the arg's string representation. More...