14 #include <vlutil/vlList.h>
15 #include <vlpi/disEnums.h>
16 #include <matrix/vlVector.h>
49 void setRelativeLocation(
const DtVector& loc);
55 DtTaitBryan relativeOrientation()
const;
56 void setRelativeOrientation(
const DtTaitBryan& ori);
61 virtual void setTargetedEntity(
const DtUUID& target);
62 virtual const DtUUID& targetedEntity()
const;
67 virtual void setTargetedLocation(
const DtVector& target);
68 virtual DtVector targetedLocation()
const;
104 void setMaxAzimuthAngle(
DtFloat64 angle);
110 void setMinElevationAngle(
DtFloat64 angle);
116 void setMaxElevationAngle(
DtFloat64 angle);
128 void setCurrentZoomLevel(
DtFloat64 level);
134 void setColor(DtU32 c);
140 virtual bool initSensorFieldOfView();
UUID is a unique ID wrapper class.
Definition: uuid.h:59
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtVrfSensorFieldOfView manages a VR-Link sensor field of view (FOV) publisher, and sets all the value...
Definition: vrfSensorFieldOfView.h:27
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
DtLocalObject * myHostEntity
Definition: vrfSensorFieldOfView.h:144
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: sensorFieldOfViewStateComponent.h:21
Instances of DtSensorFieldOfViewEntry are used to specify the parameters that describe the possible a...
Definition: sensorFieldOfViewEntry.h:24
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
DtSensorTrackingMode
Definition: sensorFieldOfViewEnums.h:9
DtString mySensorFieldOfViewId
Definition: vrfSensorFieldOfView.h:145
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.
const char int mode
Definition: ioapi.h:38
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86
makVrf::DtSensorFieldOfViewStateComponent * mySensorFieldOfViewComponent
Definition: vrfSensorFieldOfView.h:143