SoReadError.3iv - Man Page
read error handling
Inherits from
SoError > SoReadError
Synopsis
#include <Inventor/errors/SoReadError.h>
Methods from class SoReadError:
static void setHandlerCallback(SoErrorCB *cb, void *data)
static SoErrorCB * getHandlerCallback()
static void * getHandlerData()
static SoType getClassTypeId()
Methods from class SoError:
const SbString & getDebugString() const
virtual SoType getTypeId() const
SbBool isOfType(SoType type) const
Description
SoReadError is used for errors reported while reading Inventor data files.
Methods
static void setHandlerCallback(SoErrorCB *cb, void *data)
static SoErrorCB * getHandlerCallback()
static void * getHandlerData()
Sets/returns handler callback for SoReadError class.
static SoType getClassTypeId()
Returns type identifier for SoReadError class.
See Also
SoDebugError, SoMemoryError