VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanSimObjectFacade.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
17 
22 
31 {
32 public:
33 
36 
38 
40  virtual bool isUsable() const;
41 
43  DtString diguyCharacter() const;
44 
45  int currentPosture() const;
46  int complianceState() const;
47 
51  double sensorSignature(const DtSymbolString& sensorDomain) const;
53 
55  bool canPivot() const;
56 
58  double turningRadius() const;
59 
61  bool protectEmbarkedFromCollateralDamage() const;
62 
65  virtual bool intersect(const DtChord&, DtVrfChordIntersectionRecord* record = 0) const;
67 
68 protected:
69 
71  virtual DtSimObjectReference simObject() const = 0;
72  virtual void setupDecorator() override;
73 
74 protected:
75 
79 
80 };
81 
82 
This will keep track of the objects illumination for sensor purposes.
Definition: illuminationDecorator.h:14
NOTE: This entire class is deprecated, in favor of Dt3dChord.
Definition: chord.h:40
Thie DtNavigationSimObjectFacadeInterface class is a wrapper around the DtNavigationSimObjectDecorato...
Definition: navigationSimObjectFacade.h:17
virtual DtSimObjectReference simObject() const =0
Implemented by subclasses to return the sim object this class represents.
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
This DtArticulatedPartsSimObjectFacadeInterface class will provide API functionality for objects that...
Definition: articulatedPartsSimObjectFacade.h:17
This DtMovementSimObjectFacadeInterface class will provide API functionality for objects that have ve...
Definition: movementSimObjectFacade.h:21
DtSensorSignatureSimObjectDecorator * mySensorSignatureSimObjectDecorator
Definition: humanSimObjectFacade.h:76
bool isUsable() const
Make this call after construction to see if the supplied sim object can use this class.
The DtRangeItemSimObjectFacadeInterface class deals with range rings items for objects that support i...
Definition: rangeItemSimObjectFacade.h:14
DtSimObjectFacade< DtHumanSimObjectFacadeInterface > DtHumanSimObjectFacade
Definition: humanSimObjectFacade.h:83
DtIlluminationSimObjectDecorator * myIlluminationSimObjectDecorator
Definition: humanSimObjectFacade.h:77
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This will keep track of the objects sensor signature.
Definition: sensorSignatureDecorator.h:16
This DtAppearanceSimObjectFacadeInterface class will provide common routines for appearances that app...
Definition: appearanceSimObjectFacade.h:20
This will keep track of the objects illumination for sensor purposes.
Definition: platformGeometryDecorator.h:20
This DtHumanSimObjectFacadeInterface class will provide API functionality for human objects...
Definition: humanSimObjectFacade.h:25
Definition: vrfChordIntersectionRecord.h:19
DtPlatformGeometrySimObjectDecorator * myPlatformGeometrySimObjectDecorator
Definition: humanSimObjectFacade.h:78

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)