12#ifndef MAPPLOTFUNCTION_HPP
13#define MAPPLOTFUNCTION_HPP
15#include "sensor_plot_lib_export.h"
virtual bool ProcessInput(UtInput &aInput)=0
Definition Function.cpp:31
Function(const Function &)=default
void RegisterMapPlotVariable(const std::string &aVarName, std::shared_ptr< MapPlotVariable > aVariablePtr)
Definition MapPlotFunction.cpp:61
MapPlotVariables mPlotVariables
Definition MapPlotFunction.hpp:44
MapPlotFunction()=default
virtual ~MapPlotFunction()=0
Definition MapPlotVariables.hpp:34
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111