Ignore:
Timestamp:
Feb 25, 2010, 10:32:14 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
a1a532
Parents:
e7e088
Message:

Added overloaded methods for all methods in the world taking an AtomDescriptor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/World.cpp

    re7e088 rbb89b9  
    3030}
    3131
     32vector<atom*> World::getAllAtoms(){
     33  return getAllAtoms(AllAtoms());
     34}
     35
    3236int World::numAtoms(){
    3337  return atoms.size();
     
    8690}
    8791
     92ManipulateAtomsProcess* World::manipulateAtoms(boost::function<void(atom*)> op,std::string name){
     93  return manipulateAtoms(op,name,AllAtoms());
     94}
     95
    8896/********************* Internal Change methods for double Callback and Observer mechanism ********/
    8997
Note: See TracChangeset for help on using the changeset viewer.