27 #include <Inventor/SbBasic.h>
43 SoElement * getElement(
const int stackindex);
44 const SoElement * getConstElement(
const int stackindex)
const;
49 void print(FILE *
const file = stdout)
const;
51 SbBool isElementEnabled(
const int stackindex)
const;
53 int getDepth(
void)
const;
55 void setCacheOpen(
const SbBool flag);
56 SbBool isCacheOpen(
void)
const;
58 SoElement * getElementNoPush(
const int stackindex)
const;
64 class SoStateP * pimpl;
72 return (stackindex < this->numstacks) && (this->stack[stackindex] != NULL);
79 return this->stack[stackindex];
85 return this->cacheopen;
89 SoState::getElementNoPush(
const int stackindex)
const
92 return this->stack[stackindex];
96 #endif // !COIN_SOSTATE_H
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:68
const SoElement * getConstElement(const int stackindex) const
Definition: SoState.h:76
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
The SoTypeList class is a container class for arrays of SoType objects.
Definition: SoTypeList.h:30
SbBool isElementEnabled(const int stackindex) const
Definition: SoState.h:70
SbBool isCacheOpen(void) const
Definition: SoState.h:83
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Tue Jan 28 2020 for Coin by Doxygen 1.8.17.