OpenGL rendering error handling.
More...
#include <Inventor/errors/SoGLError.h>
|
virtual SoType | getTypeId () const |
| Returns type identifier for an instance of this class.
|
|
const SbString & | getDebugString () const |
| Returns debug string containing full error information from instance.
|
|
virtual | ~SoError () |
| Destructor.
|
|
SbBool | isOfType (const SoType &type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type.
|
|
template<typename TypedObjectClass > |
SbBool | isOfType () const |
| Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
|
|
|
typedef void | SoErrorCB(const SoError *error, void *data) |
| Error handling callbacks are of this type.
|
|
OpenGL rendering error handling.
SoGLError is used for errors reported by the OpenGL render engine.
See SoError for full discussion of error handling in Open Inventor.
SEE ALSO
SoDebugError, SoMemoryError
Definition at line 43 of file SoGLError.h.
◆ getClassTypeId()
static SoType SoGLError::getClassTypeId |
( |
| ) |
|
|
static |
Returns type identifier for the SoGLError class.
◆ getHandlerCallback()
static SoErrorCB * SoGLError::getHandlerCallback |
( |
| ) |
|
|
static |
Returns handler callback for SoGLError class.
◆ getHandlerData()
static void * SoGLError::getHandlerData |
( |
| ) |
|
|
static |
◆ getTypeId()
virtual SoType SoGLError::getTypeId |
( |
| ) |
const |
|
virtual |
Returns type identifier for an instance of this class.
Reimplemented from SoError.
◆ post()
static void SoGLError::post |
( |
const int |
openGLErrorCode, |
|
|
const char * |
glFuncName, |
|
|
const char * |
formatString ... |
|
) |
| |
|
static |
◆ setHandlerCallback()
static void SoGLError::setHandlerCallback |
( |
SoErrorCB * |
cb, |
|
|
void * |
data |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: