|
WSF
|
#include <SphericalMapFunction.hpp>


Public Types | |
| using | Point = std::vector<double> |
| The list of values at a specified sample point. | |
Public Member Functions | |
| SphericalMapFunction (const WsfScenario &aScenario) | |
| bool | Execute (WsfSimulation &aSimulation) override |
| bool | ProcessInput (UtInput &aInput) override |
| Public Member Functions inherited from MapPlotFunction | |
| MapPlotFunction ()=default | |
| MapPlotFunction (const WsfScenario &aScenario, const std::string &aScriptClassName="") | |
| virtual | ~MapPlotFunction ()=0 |
| void | RegisterMapPlotVariable (const std::string &aVarName, std::shared_ptr< MapPlotVariable > aVariablePtr) |
| Public Member Functions inherited from Function | |
| Function (const Function &)=default | |
| Function (const WsfScenario &aScenario, const std::string &aScriptClassName="") | |
| virtual | ~Function ()=default |
| const std::string & | GetCommand () const |
| void | SetCommand (const std::string &aCommand) |
| const WsfScenario & | GetScenario () const |
| const std::string & | GetPlotName () const |
| const WsfPlatformAvailability & | GetPlatformAvailability () const |
| bool | IsPlatformAvailabilitySpecified () const |
| Has the user provided a platform_availability block for the plot? | |
Additional Inherited Members | |
| Static Public Member Functions inherited from Function | |
| static bool | IsSensorPlotMode () |
| Protected Attributes inherited from MapPlotFunction | |
| MapPlotVariables | mPlotVariables {} |
| Protected Attributes inherited from Function | |
| WsfPlatformAvailability | mPlatformAvailability |
| using SphericalMapFunction::Point = std::vector<double> |
The list of values at a specified sample point.
| SphericalMapFunction::SphericalMapFunction | ( | const WsfScenario & | aScenario | ) |
References MapPlotFunction::MapPlotFunction().
|
overridevirtual |
Implements Function.
References Function::Execute(), MapPlotFunction::mPlotVariables, and WsfSensorResult::mRequiredPd.
|
overridevirtual |
Reimplemented from MapPlotFunction.
References MapPlotFunction::ProcessInput().