12 #include <osg/BoundingBox>
13 #include <osg/Drawable>
27 class DtCDBGeoTypicalIndirectGeo;
51 virtual osg::BoundingBox
computeBound(
const osg::Drawable& drawable)
const;
DtIndirectGeoCdbCallbackGt(DtCDBGeoTypicalIndirectGeo *provider, Quadrant quadrant)
Constructor.
We have 1 indirect geometry representing all gt 'instances' in each cell These share the registrar (w...
Definition: DtCDBGeoTypicalIndirectGeo.h:52
virtual osg::BoundingBox computeBound(const osg::Drawable &drawable) const
override for compute bounding box callback which returns the calculated bounding box for the specifie...
const Quadrant myQuadrant
Definition: DtIndirectGeoCdbCallbackGt.h:56
DtIndirectGeoCdbCallbackGt & operator=(const DtIndirectGeoCdbCallbackGt &other)
Assignment Operator Not implemented – Assignment Not Allowed.
compute bound callback for indirect geometries so they can access the DtCDBGeoTypicalIndirectGeo boun...
Definition: DtIndirectGeoCdbCallbackGt.h:31
Quadrant
Definition: DtCDBTileKey.h:32
const DtCDBGeoTypicalIndirectGeo * myProvider
Definition: DtIndirectGeoCdbCallbackGt.h:55
virtual ~DtIndirectGeoCdbCallbackGt()
Destructor.