![]() |
VR-Forces 4.10 Class Documentation
|
The object parameter utils are a collection of utility routines that can be used with object parameters. More...
Classes | |
| struct | RadarCoverageInformation |
| These routines will return any sensors that are enabled to show a radar coverageCalls enabledRadarCoverageDescriptors with system and sensor descriptors. More... | |
Static Public Member Functions | |
| static double | radarRange (DtObjectSensorDescriptor *) |
| Using the radar descriptor, return the maximum range of the radar from the sensor geometry. More... | |
| static void | getRadarFrustum (DtObjectSensorDescriptor *, double &azMin, double &azMax, double &elMin, double &elMax) |
| This will get the frustum information of the specified radar from it's geometry. More... | |
| static ComponentDescriptorVector | componentsOfType (const DtVrfObjectParameters ¶meters, const DtString &type) |
| Returns all the component descriptors of the given component type. More... | |
The object parameter utils are a collection of utility routines that can be used with object parameters.
| 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 |