![]() |
VR-Forces Developer's Guide
|
This class will contain the subordinate manager that is used to manage the subordinates of this object.

Public Member Functions | |
| DtAggregateLocalObjectDecorator (DtLocalObject *) | |
| virtual | ~DtAggregateLocalObjectDecorator () override |
| virtual bool | computeExtentFromParameters (const DtString &formationName, DtExtent &extent) const |
| DtSubordinateManager * | nextFrameSubordinateManager () |
| virtual bool | needsDesignatorReorder () const |
Public Member Functions inherited from DtLocalObjectDecorator | |
| DtLocalObjectDecorator (DtLocalObject *) | |
| virtual | ~DtLocalObjectDecorator () override |
| virtual void | tick () |
Public Member Functions inherited from DtDecoratorBase | |
| DtDecoratorBase () | |
| virtual | ~DtDecoratorBase () |
Protected Attributes | |
| DtSubordinateManager * | myNextFrameSubordinates |
Protected Attributes inherited from DtLocalObjectDecorator | |
| DtLocalObject * | myLocalObject |
Additional Inherited Members | |
Public Attributes inherited from DtDecoratorBase | |
| boost::signals2::signal< void()> | signal_decoratorDeleted |
| DtAggregateLocalObjectDecorator::DtAggregateLocalObjectDecorator | ( | DtLocalObject * | ) |
|
overridevirtual |
|
virtual |
| DtSubordinateManager* DtAggregateLocalObjectDecorator::nextFrameSubordinateManager | ( | ) |
|
virtual |
|
protected |
Subordinate manager build from the subordinate component and updated when the subordinate component is updated. That will happen on an advance frame. This is also set up when the object is first referenced.