Changeset 149 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Dec 6, 2012, 9:13:53 PM (12 years ago)
Author:
lemeur
Message:

trace d'enveloppe

Location:
Interface_Web/trunk/pspaWT/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/include/GWt_pspaApplication.h

    r142 r149  
    4141 WText* probleme_;
    4242  WComboBox* choixElementDessin_;
     43  WComboBox* choixTypeDessinFaisceau_;
     44  WComboBox* choixEnveloppeDessin_;
    4345 WContainerWidget* toto_;
    4446 WContainerWidget* contenuSections_;
     
    6769 void faireDessinTransport(WContainerWidget* toto, particleBeam* beam);
    6870
     71 void dessinerEnveloppe();
     72 void faireDessinEnveloppe(WContainerWidget* toto, string type);
     73 void scatterPlot1D(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor);
     74
    6975 public :
    7076
  • Interface_Web/trunk/pspaWT/include/dataManager.h

    r138 r149  
    5555  void saveAll();
    5656  void restoreElements();
     57  void donneesRmsEnveloppe( string type, unsigned int numeroDeb, unsigned int numeroFin, vector<double>& xcor, vector<double>& ycor);
    5758};
    5859#endif
  • Interface_Web/trunk/pspaWT/include/particleBeam.h

    r128 r149  
    116116 }
    117117
     118 double getXmaxRms();
     119
    118120 void getVariance(double& varx, double& vary, double& varz) const;
    119121 
Note: See TracChangeset for help on using the changeset viewer.