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);
    66 #endif // !COIN_SOCACHE_H SoElement is the abstract base class for all elements. 
Definition: SoElement.h:43
 
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
 
The SoCache class is the superclass for all internal cache classes.It organizes reference counting to...
Definition: SoCache.h:43