|
| | WsfCircularFieldOfView () |
| bool | operator== (const WsfCircularFieldOfView &aRhs) const |
| bool | operator!= (const WsfCircularFieldOfView &aRhs) const |
| bool | ProcessInput (UtInput &aInput) override |
| const char * | GetScriptClassName () const override |
| WsfCircularFieldOfView * | Clone () const override |
| bool | WithinFieldOfView (double aThisToTgtAz, double aThisToTgtEl) override |
| bool | GetAzimuthFieldOfView (double &aMinAzFOV, double &aMaxAzFOV) const override |
| | Provide the azimuth field of view.
|
| bool | GetElevationFieldOfView (double &aMinElFOV, double &aMaxElFOV) const override |
| | Provide the elevation field of view.
|
| double | GetHalfAngle () const |
| | Return the conical half-angle defining the field-of-view.
|
| void | SetHalfAngle (double aHalfAngle) |
| | Set the conical half-angle defining the field-of-view.
|
| virtual bool | Initialize (const WsfArticulatedPart &aArticulatedPart) |
| const char * | GetScriptClassName () const override |
| virtual bool | WithinFieldOfView (WsfArticulatedPart *aArticulatedPart, double aTgtLocWCS[3], double aEarthRadiusMultiplier, double &aTrueThisToTgtAz, double &aTrueThisToTgtEl, double aApparentThisToTgtLocWCS[3], double &aApparentThisToTgtAz, double &aApparentThisToTgtEl, double aApparentTgtToThisLocWCS[3]) |
| | Compute azimuth and elevation of the target and determine if it is within the field of view.
|
| virtual bool | WithinFieldOfView (WsfEM_Antenna *aAntennaPtr, double aTgtLocWCS[3], double aEarthRadiusMultiplier, double &aTrueThisToTgtAz, double &aTrueThisToTgtEl, double aApparentThisToTgtLocWCS[3], double &aApparentThisToTgtAz, double &aApparentThisToTgtEl, double aApparentTgtToThisLocWCS[3]) |
| | Compute azimuth and elevation of the target and determine if it is within the field of view.
|
| virtual bool | SetAzimuthFieldOfView (double aMinAzFOV, double aMaxAzFOV) |
| virtual bool | SetElevationFieldOfView (double aMinElFOV, double aMaxElFOV) |
| const WsfStringId & | GetType () const |
A field of view with circular extent defined by a conical half-angle.