Home
last modified time | relevance | path

Searched refs:stackToType (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoElement.cpp363 SoTypeList * SoElement::stackToType; member in SoElement
508 SoElement::stackToType = new SoTypeList; in initClass()
525 delete SoElement::stackToType; in cleanup()
628 return SoElement::stackToType->getLength(); in getNumStackIndices()
638 assert(SoElement::stackToType->getLength() > stackIndex); in getIdFromStackIndex()
639 return (*SoElement::stackToType)[stackIndex]; in getIdFromStackIndex()
744 SoElement::stackToType->append(typeId); in createStackIndex()
745 return SoElement::stackToType->getLength() - 1; in createStackIndex()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoElement.h90 static SoTypeList * stackToType; variable