1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/** * AMDAPlugin.hh * * Created on: * Author: */ #ifndef BOWSHOCK_HH_ #define BOWSHOCK_HH_ using namespace plot; void venus_bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList); void mars_bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList); void bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList); #endif /* BOWSHOCK_HH_*/