![]() |
VR-Forces 4.7 Class Documentation
|
DtIndirectGeometry does not know how to calculate its bounds directly A provider (typically the class managing the indirect geometry for the tile node in question) does this for the indirect geometry. More...

Public Member Functions | |
| DtIndirectGeoComputeBoundCallback (BoundingBoxProvider *provider) | |
| Constructor. | |
| DtIndirectGeoComputeBoundCallback (const DtIndirectGeoComputeBoundCallback &rhs, const osg::CopyOp ©op) | |
| Copy constructor. | |
| virtual void | reset () |
| nop | |
| virtual osg::BoundingBox | computeBound (const osg::Drawable &drawable) const |
| simply forward the call to the provider | |
Protected Attributes | |
| const BoundingBoxProvider * | myProvider |
Private Member Functions | |
| DtIndirectGeoComputeBoundCallback () | |
DtIndirectGeometry does not know how to calculate its bounds directly A provider (typically the class managing the indirect geometry for the tile node in question) does this for the indirect geometry.
That class is also responsible for setting up the ComputeBoundingBoxCallback
|
inline |
Constructor.
|
inline |
Copy constructor.
|
inlineprivate |
|
inlinevirtual |
nop
|
inlinevirtual |
simply forward the call to the provider
References makVrv::DtIndirectGeoComputeBoundCallback< BoundingBoxProvider >::myProvider.
|
protected |