logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoReadError — read error handling

Description

SoReadError is used for errors reported while reading Inventor data files.

Inherits From

       SoError > SoReadError

Methods

staticvoidsetHandlerCallback(SoErrorCB*cb,void*data)staticSoErrorCB*getHandlerCallback()staticvoid*getHandlerData()
          Sets/returns handler callback for SoReadError class.

     staticSoTypegetClassTypeId()
          Returns type identifier for SoReadError class.

Name

       SoReadError — read error handling

See Also

SoDebugError,SoMemoryErrorSoReadError(3IV)()

Synopsis

#include<Inventor/errors/SoReadError.h>

          Methods from class SoReadError:

     staticvoidsetHandlerCallback(SoErrorCB*cb,void*data)staticSoErrorCB*getHandlerCallback()staticvoid*getHandlerData()staticSoTypegetClassTypeId()

          Methods from class SoError:

     constSbString&getDebugString()constvirtualSoTypegetTypeId()constSbBoolisOfType(SoTypetype)const

See Also