1SoMemoryError(3IV)() SoMemoryError(3IV)()
2
3
4
6 SoMemoryError — memory error handling
7
9 SoError > SoMemoryError
10
12 #include <Inventor/errors/SoMemoryError.h>
13
14 Methods from class SoMemoryError:
15
16 static void setHandlerCallback(SoErrorCB *cb, void *data)
17 static SoErrorCB * getHandlerCallback()
18 static void * getHandlerData()
19 static SoType getClassTypeId()
20
21 Methods from class SoError:
22
23 const SbString & getDebugString() const
24 virtual SoType getTypeId() const
25 SbBool isOfType(SoType type) const
26
27
29 SoMemoryError is used for errors reported due to lack of memory.
30
32 static void setHandlerCallback(SoErrorCB *cb, void *data)
33 static SoErrorCB * getHandlerCallback()
34 static void * getHandlerData()
35 Sets/returns handler callback for SoMemoryError class.
36
37 static SoType getClassTypeId()
38 Returns type identifier for SoMemoryError class.
39
40
42 SoDebugError, SoReadError
43
44
45
46
47 SoMemoryError(3IV)()