![]() |
VR-Forces 4.8 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 (DtCellIndirectGeo *provider) | |
| Constructor. More... | |
| DtIndirectGeoComputeBoundCallback (const DtIndirectGeoComputeBoundCallback &rhs, const osg::CopyOp ©op) | |
| Copy constructor. More... | |
| DtIndirectGeoComputeBoundCallback & | operator= (const DtIndirectGeoComputeBoundCallback &other) |
| Assignment Operator. More... | |
| virtual osg::BoundingBox | computeBound (const osg::Drawable &drawable) const |
| simply forward the call to the provider More... | |
Protected Attributes | |
| const DtCellIndirectGeo * | 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
| makVrv::DtIndirectGeoComputeBoundCallback::DtIndirectGeoComputeBoundCallback | ( | DtCellIndirectGeo * | provider | ) |
Constructor.
| makVrv::DtIndirectGeoComputeBoundCallback::DtIndirectGeoComputeBoundCallback | ( | const DtIndirectGeoComputeBoundCallback & | rhs, |
| const osg::CopyOp & | copyop | ||
| ) |
Copy constructor.
|
private |
| DtIndirectGeoComputeBoundCallback& makVrv::DtIndirectGeoComputeBoundCallback::operator= | ( | const DtIndirectGeoComputeBoundCallback & | other | ) |
Assignment Operator.
|
virtual |
simply forward the call to the provider
|
protected |