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;
89SoState::getElementNoPush(
const int stackindex)
const
92 return this->stack[stackindex];
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
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.