#include <Inventor/elements/SoSubElement.h>#include <Inventor/threads/SbThreadMutex.h>Go to the source code of this file.
Enumerations | |
| enum | CacheMode { DONT_CACHE = 0, DO_CACHE = 1 } |
Functions | |
| static int | getClassStackIndex () |
| static void | set (SoState *state, CacheMode cacheMode) |
| static CacheMode | get (SoState *state) |
| virtual void | print (FILE *fp) const |
| virtual void | push (SoState *state) |
Variables | |
| SoBBoxCacheElement | __pad0__ |
| static int | classStackIndex |
| static SoType | classTypeId |
Deprecated | |
|
| |
| CacheMode | m_cacheMode |
| virtual SoDEPRECATED void | pop (SoState *state, const SoElement *prevTopElement) |
| enum CacheMode |
| static int getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Override pop() method to keep GL up to date.
| virtual void print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
| SoBBoxCacheElement __pad0__ |
int classStackIndex [static] |
SoType classTypeId [static] |
Override pop() method to keep GL up to date.