16 #include <osg/Drawable>
17 #include <osg/ComputeBoundsVisitor>
21 class DtCellIndirectGeo;
46 virtual osg::BoundingBox
computeBound(
const osg::Drawable& drawable)
const;
virtual ~DtIndirectGeoComputeBoundCallbackCreator()
DTOR.
Virtual base class.
Definition: DtVirtualBaseClass.h:19
DtIndirectGeoComputeBoundCallbackCreator(DtDe &de)
CTOR.
DtIndirectGeoComputeBoundCallback & operator=(const DtIndirectGeoComputeBoundCallback &other)
Assignment Operator.
DtIndirectGeoComputeBoundCallback()
Contains makVrv::DtDe class.
virtual osg::BoundingBox computeBound(const osg::Drawable &drawable) const
simply forward the call to the provider
static const std::string & theClassName()
Class name for this class ("DtIndirectGeoComputeBoundCallbackCreator")
static DtIndirectGeoComputeBoundCallbackCreator & instance(DtDe &de)
Get the creator for the osg::Drawable::ComputeBoundingBoxCallback.
creator for osg::Drawable::ComputeBoundingBoxCallback
Definition: DtIndirectGeoComputeBoundCallback.h:54
Helper for managing indirect geometry, its intersection group and registrar corresponding to a 'tile ...
Definition: DtCellIndirectGeo.h:68
Contains makVrv::DtVirtualBaseClass class.
DtIndirectGeoComputeBoundCallbackCreator & operator=(const DtIndirectGeoComputeBoundCallbackCreator &other)
Assignment Operator Not implemented – Assignment Not Allowed.
const DtCellIndirectGeo * myProvider
Definition: DtIndirectGeoComputeBoundCallback.h:49
DtDe & myDe
Definition: DtIndirectGeoComputeBoundCallback.h:80
DtIndirectGeometry does not know how to calculate its bounds directly A provider (typically the class...
Definition: DtIndirectGeoComputeBoundCallback.h:28
virtual osg::Drawable::ComputeBoundingBoxCallback * create(DtCellIndirectGeo *provider) const
Create an instance of a osg::Drawable::ComputeBoundingBoxCallback.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69