man SoMemoryError () - memory error handling

NAME

SoMemoryError - memory error handling

INHERITS FROM

SoError > SoMemoryError

SYNOPSIS

#include <Inventor/errors/SoMemoryError.h> Methods from class SoMemoryError: c } c } setHandlerCallback(SoErrorCB *cb, void *data)

c } c } getHandlerCallback()

c } c } getHandlerData()

c } c } getClassTypeId() Methods from class SoError: c } c } getDebugString() const

c } c } getTypeId() const

c } c } isOfType(SoType type) const

DESCRIPTION

SoMemoryError is used for errors reported due to lack of memory.

METHODS

c } c } setHandlerCallback(SoErrorCB *cb, void *data)

c } c } getHandlerCallback()

c } c } getHandlerData()

Sets/returns handler callback for SoMemoryError class. c } c } getClassTypeId()

Returns type identifier for SoMemoryError class.

SEE ALSO

SoDebugError, SoReadError