1#ifndef COIN_SOBOUNDINGBOXCACHE_H
2#define COIN_SOBOUNDINGBOXCACHE_H
36#include <Inventor/caches/SoCache.h>
37#include <Inventor/SbXfBox3f.h>
39class SoBoundingBoxCacheP;
52 const SbBox3f & getProjectedBox()
const;
54 SbBool isCenterSet()
const;
55 const SbVec3f & getCenter()
const;
57 static void setHasLinesOrPoints(
SoState *state);
58 SbBool hasLinesOrPoints(
void)
const;
61 SoBoundingBoxCacheP * pimpl;
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:46
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SbXfBox3f class is a 3 dimensional box with floating point coordinates and an attached transforma...
Definition SbXfBox3f.h:40
The SoBoundingBoxCache class is used to cache bounding boxes.
Definition SoBoundingBoxCache.h:41
The SoCache class is the superclass for all internal cache classes.
Definition SoCache.h:43
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44