Ignore:
Timestamp:
Feb 5, 2010, 3:19:27 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
86b917
Parents:
42918b
Message:

Made all atoms register themselves with the world upon creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/World.hpp

    r42918b rd2d8f5  
    1010
    1111#include <boost/thread.hpp>
     12#include <map>
    1213
    1314#include "Patterns/Observer.hpp"
     
    2728private:
    2829  periodentafel *periode;
     30  std::map<int,atom*> atoms;
    2931
    3032
     
    5254
    5355  // functions used for the WorldContent template mechanism
    54   void registerContent(atom *theAtom);
     56  void registerAtom(atom *theAtom);
     57  void unregisterAtom(atom *theAtom);
    5558private:
    5659  MoleculeListClass *molecules;
Note: See TracChangeset for help on using the changeset viewer.