Changeset 306 in PSPA


Ignore:
Timestamp:
Feb 4, 2013, 9:38:48 AM (11 years ago)
Author:
garnier
Message:

Suppression de la classe "elementsCollection"

Location:
Interface_Web/trunk/pspaWT
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/History

    r305 r306  
    66     =========================================================
    77
     84 Février 2013 Laurent Garnier
     9- Suppression de la classe "elementsCollection"
     10 
    8111er Février 2013 Laurent Garnier
    912- Suppression de la classe "elementsCollection", celle-ci stockait le contenu de
  • Interface_Web/trunk/pspaWT/sources/controler/include/abstractSoftware.h

    r305 r306  
    22#define ABSTRACTSOFTWARE_SEEN
    33
    4 #include "elementsCollection.h"
    54#include "globalParameters.h"
    65#include "particleBeam.h"
  • Interface_Web/trunk/pspaWT/sources/controler/include/dataManager.h

    r305 r306  
    33
    44#include "abstractElement.h"
    5 #include "elementsCollection.h"
    65#include "globalParameters.h"
    76#include "nomdElements.h"
     
    2322    virtual ~dataManager();
    2423   
    25     inline int getBeamLineSize();
     24    int getBeamLineSize();
    2625    inline globalParameters* getGlobalParameters()  {return &globParam_;}
    27 //    inline elementsCollection* getCollection() {return &elementsGallery_;}
    2826    inline particleBeam* getCurrentBeam() {return currentBeam_;}
    2927   
     
    6058   
    6159private:
    62     //    elementsCollection elementsGallery_;
    6360    globalParameters globParam_;
    6461    particleBeam* currentBeam_;
Note: See TracChangeset for help on using the changeset viewer.