Last change
on this file since 1185 was 801, checked in by ansari, 25 years ago |
Fichiers au format unix
dominique
|
File size:
834 bytes
|
Line | |
---|
1 | // Dominique YVON, CEA/DAPNIA/SPP 02/2000
|
---|
2 |
|
---|
3 | #ifndef LOBE_CARTO_SEEN
|
---|
4 | #define LOBE_CARTO_SEEN
|
---|
5 |
|
---|
6 |
|
---|
7 | #include "unitvector.h"
|
---|
8 | #include "meanlobe.h"
|
---|
9 | #include "cartelobe.h"
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
13 | class LobeCartoMoyen:public MeanFreqLobe{
|
---|
14 | public:
|
---|
15 | LobeCartoMoyen(CarteLobe* pcart,double freqMin, double freqMax);
|
---|
16 | virtual ~LobeCartoMoyen();
|
---|
17 | virtual double lobeResol() const;
|
---|
18 | private:
|
---|
19 | CarteLobe* pCarte;
|
---|
20 | virtual UnitVector VecShift(const UnitVector& Vpointe,const UnitVector& VY)const;
|
---|
21 | virtual double weigthAmpl(const UnitVector& VInteg, const UnitVector& VP,
|
---|
22 | const UnitVector& VY) const;
|
---|
23 | // return relative weigth of incoming power from direction Vcourant
|
---|
24 |
|
---|
25 | // Computes adequate map resolution in radian for this lobe to prevent loss info
|
---|
26 | virtual double ResolutionCurve(double angle) const { return 1.;}
|
---|
27 |
|
---|
28 | };
|
---|
29 |
|
---|
30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.