Searched refs:stackToType (Results 1 – 2 of 2) sorted by relevance
363 SoTypeList * SoElement::stackToType; member in SoElement508 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()
90 static SoTypeList * stackToType; variable