1 #ifndef COIN_SOBOUNDINGBOXCACHE_H 
    2 #define COIN_SOBOUNDINGBOXCACHE_H 
   27 #include <Inventor/caches/SoCache.h> 
   28 #include <Inventor/SbXfBox3f.h> 
   30 class SoBoundingBoxCacheP;
 
   43   const SbBox3f & getProjectedBox() 
const;
 
   45   SbBool isCenterSet() 
const;
 
   46   const SbVec3f & getCenter() 
const;
 
   48   static void setHasLinesOrPoints(
SoState *state);
 
   49   SbBool hasLinesOrPoints(
void) 
const;
 
   52   SoBoundingBoxCacheP * pimpl;
 
   55 #endif // !COIN_SOBOUNDINGBOXCACHE_H 
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.This box abstraction class ...
Definition: SbBox3f.h:37
The SbXfBox3f class is a 3 dimensional box with floating point coordinates and an attached transforma...
Definition: SbXfBox3f.h:31
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
The SoBoundingBoxCache class is used to cache bounding boxes. 
Definition: SoBoundingBoxCache.h:32
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:40
The SoCache class is the superclass for all internal cache classes.It organizes reference counting to...
Definition: SoCache.h:34