40#include <Inventor/SbBasic.h>
48 void unref(
SoState * state = NULL);
50 void addElement(
const SoElement *
const elem);
52 virtual void addCacheDependency(
const SoState * state,
54 virtual SbBool isValid(
const SoState * state)
const;
56 void invalidate(
void);
59 virtual void destroy(
SoState * state);
The SoCache class is the superclass for all internal cache classes.
Definition SoCache.h:43
SoElement is the abstract base class for all elements.
Definition SoElement.h:43
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44