Blame view

src/ExternLib/PlotCurves/Boundaries.hh 1.72 KB
d98b5533   Elena.Budnik   new curves/constants
1
2
3
4
5
6
7
/**
 * AMDAPlugin.hh
 *
 *  Created on: 
 *      Author:  
 */

dcb3af16   Elena.Budnik   additional plotCu...
8
9
#ifndef BOUNDRIES_HH_
#define BOUNDRIES_HH_
d98b5533   Elena.Budnik   new curves/constants
10
11

using namespace plot;
dcb3af16   Elena.Budnik   additional plotCu...
12
/*
d98b5533   Elena.Budnik   new curves/constants
13
void venus_bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
dcb3af16   Elena.Budnik   additional plotCu...
14
void mars_bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);*/
d98b5533   Elena.Budnik   new curves/constants
15

adc30892   Elena.Budnik   correct venus bow...
16
void bowshock1(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
d98b5533   Elena.Budnik   new curves/constants
17
void bowshock(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
dcb3af16   Elena.Budnik   additional plotCu...
18
void bowshock_farris(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
06d878e9   Elena.Budnik   Saturn bowshock Went
19
void saturn_bowshock_went(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
dcb3af16   Elena.Budnik   additional plotCu...
20
21
22
void venus_magnetopause(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
void mars_magnetopause(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
void mercury_magnetopause(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
8944ec40   Elena.Budnik   saturn magnetopus...
23
void saturn_magnetopause(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
dcb3af16   Elena.Budnik   additional plotCu...
24
void magnetopause_shue(double precision, CurveFunctionWriter::AttributeList& pAttributeList, CurveFunctionWriter::CurvePointList& curvePointList);
d98b5533   Elena.Budnik   new curves/constants
25

dcb3af16   Elena.Budnik   additional plotCu...
26
#endif /* BOUNDRIES_HH_*/