36#include <Inventor/SbBasic.h>
60 SbBool isElementEnabled(
const int stackindex)
const;
62 int getDepth(
void)
const;
64 void setCacheOpen(
const SbBool
flag);
65 SbBool isCacheOpen(
void)
const;
73 class SoStateP * pimpl;
94 return this->cacheopen;
98SoState::getElementNoPush(
const int stackindex)
const
The SbList class is a template container class for lists.
Definition SbList.h:70
Type pop(void)
Definition SbList.h:184
void push(const Type item)
Definition SbList.h:180
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
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
SbBool isElementEnabled(const int stackindex) const
Definition SoState.h:79
SbBool isCacheOpen(void) const
Definition SoState.h:92
const SoElement * getConstElement(const int stackindex) const
Definition SoState.h:85
The SoTypeList class is a container class for arrays of SoType objects.
Definition SoTypeList.h:39