![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
Go to the source code of this file.
Typedefs | |
typedef enum CC_DEBUGERROR_SEVERITY | CC_DEBUGERROR_SEVERITY |
typedef struct cc_debugerror | cc_debugerror |
The cc_debugerror type is an internal Coin structure for debug error management.This is a Coin extension. | |
typedef void | cc_debugerror_cb (const cc_debugerror *err, void *data) |
Enumerations | |
enum | CC_DEBUGERROR_SEVERITY { CC_DEBUGERROR_ERROR, CC_DEBUGERROR_WARNING, CC_DEBUGERROR_INFO } |
void cc_debugerror_cb |
The definition for a debug error callback handler.
enum enum CC_DEBUGERROR_SEVERITY CC_DEBUGERROR_SEVERITY |