![]() |
VR-Forces 4.6 Class Documentation
|
Base class for EntityState Interceptors, this allows all entity ESI's to have an HLA13 entity. More...

Public Member Functions | |
| DtBaseEntityStateInterceptor () | |
| CTOR. | |
| virtual | ~DtBaseEntityStateInterceptor () |
| DTOR. | |
| DtVrlinkEntity * | vrlinkEntity () |
| Accessor for the de entity. | |
| DtPartCollectionInterceptor * | artPartInterceptor () |
| Accessor for the articulated part interceptor. | |
| virtual void | setDiGuyAppearanceNoPropagation (const DtString &val)=0 |
| Added for DI-Guy support and to not have to know the template class type. | |
| virtual void | setDiGuyHeadAppearanceNoPropagation (const DtString &val)=0 |
| virtual void | setDiGuyItemAppearanceNoPropagation (const DtString &val)=0 |
| virtual void | setDiGuyTypeNoPropagation (const DtString &val)=0 |
| virtual void | setDiGuyBodyWeightNoPropagation (DtFloat64 val)=0 |
| virtual void | setDiGuyActionNoPropagation (const DtString &val, bool paused, double speed)=0 |
Protected Attributes | |
| DtPartCollectionInterceptor * | myArtPartInterceptor |
Base class for EntityState Interceptors, this allows all entity ESI's to have an HLA13 entity.
| makVrv::DtBaseEntityStateInterceptor::DtBaseEntityStateInterceptor | ( | ) |
CTOR.
|
virtual |
DTOR.
| DtVrlinkEntity* makVrv::DtBaseEntityStateInterceptor::vrlinkEntity | ( | ) |
Accessor for the de entity.
| DtPartCollectionInterceptor* makVrv::DtBaseEntityStateInterceptor::artPartInterceptor | ( | ) |
Accessor for the articulated part interceptor.
|
pure virtual |
Added for DI-Guy support and to not have to know the template class type.
Implemented in makVrv::DT_PROTOCOL_NAMESPACE::DtEntityStateInterceptor< StateRepClass >.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protected |