![]() |
VR-Forces 5.0.2 Developer's Guide
|
The object parameter utils are a collection of utility routines that can be used with object parameters.
Classes | |
| struct | RadarCoverageInformation |
Static Public Member Functions | |
| static double | radarRange (DtObjectSensorDescriptor *) |
| static void | getRadarFrustum (DtObjectSensorDescriptor *, double &azMin, double &azMax, double &elMin, double &elMax) |
| static ComponentDescriptorVector | componentsOfType (const DtVrfObjectParameters ¶meters, const DtString &type) |
| typedef std::vector<RadarCoverageInformation> DtObjectParameterUtils::RadarCoverageVector |
| typedef std::vector<DtComponentDescriptor*> DtObjectParameterUtils::ComponentDescriptorVector |
|
static |
|
static |
Using the radar descriptor, return the maximum range of the radar from the sensor geometry.
|
static |
This will get the frustum information of the specified radar from it's geometry. This will only look for the first frustum entry that is at the top level of the geometry. If there are multiple frustums (i.e. if this is with an or), this routine will return the default of the azimuth sweep from -180 to 180 and elevation from 0 to 90 degrees (in radians)
|
static |
Returns all the component descriptors of the given component type.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |