Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoGetBoundingBoxAction.cpp547 this->flags |= SoGetBoundingBoxAction::CENTER_SET; in setCenter()
577 return (this->flags & SoGetBoundingBoxAction::CENTER_SET) != 0; in isCenterSet()
587 this->flags &= ~SoGetBoundingBoxAction::CENTER_SET; in resetCenter()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/actions/
H A DSoGetBoundingBoxAction.h91 enum { CENTER_SET = 0x1, CAMERA_SPACE = 0x2, RESET_BEFORE= 0x4 }; enumerator