12 #include <osg/BoundingBox>
13 #include <osg/Drawable>
26 class DtCDBGeoSpecificIndirectGeo;
50 virtual osg::BoundingBox
computeBound(
const osg::Drawable& drawable)
const;
virtual osg::BoundingBox computeBound(const osg::Drawable &drawable) const
override for compute bounding box callback which returns the calculated bounding box for the specifie...
We have 1 indirect geometry representing all gs 'instances' in each cell We also have 1 registrar per...
Definition: DtCDBGeoSpecificIndirectGeo.h:45
DtIndirectGeoCdbCallbackGs & operator=(const DtIndirectGeoCdbCallbackGs &other)
Assignment Operator Not implemented – Assignment Not Allowed.
DtIndirectGeoCdbCallbackGs(DtCDBGeoSpecificIndirectGeo *provider)
Constructor.
const DtCDBGeoSpecificIndirectGeo * myProvider
Definition: DtIndirectGeoCdbCallbackGs.h:54
virtual ~DtIndirectGeoCdbCallbackGs()
Destructor.
compute bound callback for indirect geometries so they can access the DtCDBGeoSpecificIndirectGeo bou...
Definition: DtIndirectGeoCdbCallbackGs.h:30