![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtSpeedTreeModel provides a TreeModel implementation which places A speedtree tree at the correct location in the scene. More...

Public Member Functions | |
| virtual | ~DtSpeedTreeModel () |
| DTOR. | |
| virtual std::string | className () const |
| Get the class name of the model instance owner. | |
Protected Member Functions | |
| DtSpeedTreeModel (DtDe &de, DtUniqueID id) | |
| CTOR Constructor is protected because this class is created via the creator pattern. | |
Friends | |
| class | DtSpeedTreeModelCreator |
| class | DtSpeedTreeModelClassesCreator |
The DtSpeedTreeModel provides a TreeModel implementation which places A speedtree tree at the correct location in the scene.
| virtual makVrv::DtSpeedTreeModel::~DtSpeedTreeModel | ( | ) | [virtual] |
DTOR.
| makVrv::DtSpeedTreeModel::DtSpeedTreeModel | ( | DtDe & | de, |
| DtUniqueID | id | ||
| ) | [protected] |
CTOR Constructor is protected because this class is created via the creator pattern.
| virtual std::string makVrv::DtSpeedTreeModel::className | ( | ) | const [virtual] |
Get the class name of the model instance owner.
This is used to control how model instances are created.
Reimplemented from makVrv::DtTreeModel.
friend class DtSpeedTreeModelCreator [friend] |
friend class DtSpeedTreeModelClassesCreator [friend] |