27#include <Inventor/SbBasic.h>
51 SbBool isElementEnabled(
const int stackindex)
const;
53 int getDepth(
void)
const;
55 void setCacheOpen(
const SbBool
flag);
56 SbBool isCacheOpen(
void)
const;
64 class SoStateP * pimpl;
85 return this->cacheopen;
89SoState::getElementNoPush(
const int stackindex)
const
The SbList class is a template container class for lists.
Definition SbList.h:61
Type pop(void)
Definition SbList.h:175
void push(const Type item)
Definition SbList.h:171
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
SoElement is the abstract base class for all elements.
Definition SoElement.h:34
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35
SbBool isElementEnabled(const int stackindex) const
Definition SoState.h:70
SbBool isCacheOpen(void) const
Definition SoState.h:83
const SoElement * getConstElement(const int stackindex) const
Definition SoState.h:76
The SoTypeList class is a container class for arrays of SoType objects.
Definition SoTypeList.h:30