Go to the source code of this file.
Enumerations | |
enum | CacheMode { DONT_CACHE = 0 , DO_CACHE = 1 } |
Functions | |
static int | getClassStackIndex () |
Returns the stack id for this element. | |
static void | set (SoState *state, CacheMode cacheMode) |
Sets the boundingBox cache mode. | |
static CacheMode | get (SoState *state) |
Returns cache mode. | |
virtual void | print (FILE *fp) const |
Prints element (for debugging). | |
virtual void | push (SoState *state) |
Override push() method to keep GL up to date. | |
Deprecated | |
virtual SoDEPRECATED void | pop (SoState *state, const SoElement *prevTopElement) |
Override pop() method to keep GL up to date. | |
enum CacheMode |
Enumerator | |
---|---|
DONT_CACHE | |
DO_CACHE |
Definition at line 39 of file SoBBoxCacheElement.h.
|
static |
Returns the stack id for this element.
Override pop() method to keep GL up to date.
|
virtual |
Prints element (for debugging).