VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
platformSimObjectFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
13 
18 
27 {
28 public:
30 
32 
34  virtual bool isUsable() const;
35  bool isMoveable() const;
36 
37  bool hasHighFidelityObjectGeometryModel() const;
38 
39  bool flaming() const;
40  bool smoking() const;
41  bool powerPlantOn() const;
42  bool lightState(int state) const;
43 
47  double sensorSignature(const DtSymbolString& sensorDomain) const;
49 
51  double illumination() const;
52  double expectedIllumination(double dateAndTimeOfDay) const;
53 
55  bool canPivot() const;
56 
58  double turningRadius() const;
59 
61  bool protectEmbarkedFromCollateralDamage() const;
62 
65  bool intersect(const DtChord&, DtVrfChordIntersectionRecord* record = 0) const;
67 
69  bool isEmbeddedInTerrain() const;
70 
72  void embedInTerrainIfNeeded();
73 
74 protected:
75  virtual void setupDecorator() override;
77  virtual DtSimObjectReference simObject() const = 0;
78 
79 protected:
83 };
84 
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
virtual DtSimObjectReference simObject() const =0
Implemented by subclasses to return the sim object this class represents.
Definition: symbolString.h:20
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
DtSensorSignatureSimObjectDecorator * mySensorSignatureSimObjectDecorator
Definition: platformSimObjectFacade.h:80
DtPlatformGeometrySimObjectDecorator * myPlatformGeometrySimObjectDecorator
Definition: platformSimObjectFacade.h:82
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
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
DtIlluminationSimObjectDecorator * myIlluminationSimObjectDecorator
Definition: platformSimObjectFacade.h:81
#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
DtSimObjectFacade< DtPlatformSimObjectFacadeInterface > DtPlatformSimObjectFacade
Definition: platformSimObjectFacade.h:85
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
Definition: vrfChordIntersectionRecord.h:19
This DtPlatformSimObjectFacadeInterface class will provide API functionality for platform objects...
Definition: platformSimObjectFacade.h:22

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)