#include <Inventor/SbBasic.h>
#include <Inventor/elements/SoSubElement.h>
#include <Inventor/threads/SbThreadLocalStorage.h>
#include <Inventor/misc/SoRef.h>
#include <Inventor/caches/SoCache.h>
#include <Inventor/SoDB.h>
#include <unordered_map>
#include <bitset>
#include <stack>
Go to the source code of this file.
Classes | |
class | SoCacheElement |
Stores the most recently opened cache. More... | |
struct | SoCacheElement::ElementInfos |
Keep track of which node setted a given element. | |
struct | SoCacheElement::ListContainer< Data > |
When a separator is traversed, SoCacheElement::push() is called and it should call this class' push() method. | |
struct | SoCacheElement::MTstruct |