Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/fields/
H A DSoField.h170 FLAG_ISDESTRUCTING = 0x0400, enumerator
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/
H A DSoField.cpp557 this->setStatusBits(FLAG_ISDESTRUCTING); in ~SoField()
2146 if (this->getStatus(FLAG_ISDESTRUCTING)) { in evaluateField()
2587 return this->getStatus(FLAG_ISDESTRUCTING); in isDestructing()