![]() |
VR-Forces Developer's Guide
|
This class will provide API functionality for human objects. These objects are typically ground objects and have the DtHumanParameters object parameter.

Protected Member Functions | |
| virtual DtLocalObject * | localObject () const =0 |
| virtual void | setupDecorator () override |
Protected Member Functions inherited from DtMovementLocalObjectFacadeInterface | |
| void | setupDecorator () |
Protected Attributes | |
| DtHumanLocalObjectDecorator * | myHumanLocalDecorator |
Protected Attributes inherited from DtAppearanceLocalObjectFacadeInterface | |
| makVrf::DtSimulatedObjectStateComponent * | myNextFrameSimulatedObjectStateComponent |
Protected Attributes inherited from DtNavigationLocalObjectFacadeInterface | |
| DtNavigationLocalObjectDecorator * | myNavigationLocalDecorator |
Protected Attributes inherited from DtRangeItemLocalObjectFacadeInterface | |
| DtRangeItemLocalObjectDecorator * | myRangeItemLocalDecorator |
| DtHumanLocalObjectFacadeInterface::DtHumanLocalObjectFacadeInterface | ( | ) |
CTOR.
|
virtual |
DTOR.
| bool DtHumanLocalObjectFacadeInterface::isUsable | ( | ) | const |
| void DtHumanLocalObjectFacadeInterface::setNextFrameDestroyed | ( | bool | ) |
| void DtHumanLocalObjectFacadeInterface::setNextFrameLifeformState | ( | int | s | ) |
| int DtHumanLocalObjectFacadeInterface::nextFrameLifeformState | ( | ) | const |
| void DtHumanLocalObjectFacadeInterface::setNextFrameConcealed | ( | bool | ) |
| void DtHumanLocalObjectFacadeInterface::addNextFrameRangeItem | ( | const DtRangeItem & | ) |
Range ring control.
| void DtHumanLocalObjectFacadeInterface::removeNextFrameRangeItem | ( | int | index | ) |
Range ring control.
| void DtHumanLocalObjectFacadeInterface::setNextFrameRangeItems | ( | const DtRangeItems & | ) |
Range ring control.
| DtRangeItems& DtHumanLocalObjectFacadeInterface::nextFrameRangeItems | ( | ) |
Range ring control.
| void DtHumanLocalObjectFacadeInterface::clearNextFrameRangeItems | ( | ) |
Range ring control.
| void DtHumanLocalObjectFacadeInterface::updateMaximumSensorRangeRing | ( | ) |
Range ring control.
|
protectedpure virtual |
|
overrideprotectedvirtual |
Reimplemented from DtAppearanceLocalObjectFacadeInterface.
Reimplemented in DtLocalObjectFacade< DtHumanSimObjectFacadeInterface, DtHumanLocalObjectFacadeInterface >.
|
protected |