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.hpp

    re7e088 rbb89b9  
    6161   */
    6262  std::vector<atom*> getAllAtoms(AtomDescriptor descriptor);
     63  std::vector<atom*> getAllAtoms();
    6364
    6465  /**
     
    6768   * menus, be kept around for later use etc.
    6869   */
    69   template<typename T>
    70   AtomsCalculation<T>* calcOnAtoms(boost::function<T(atom*)>,std::string,AtomDescriptor);
     70  template<typename T> AtomsCalculation<T>* calcOnAtoms(boost::function<T(atom*)>,std::string,AtomDescriptor);
     71  template<typename T> AtomsCalculation<T>* calcOnAtoms(boost::function<T(atom*)>,std::string);
    7172
    7273  /**
     
    117118   */
    118119  ManipulateAtomsProcess* manipulateAtoms(boost::function<void(atom*)>,std::string,AtomDescriptor);
     120  ManipulateAtomsProcess* manipulateAtoms(boost::function<void(atom*)>,std::string);
    119121
    120122protected:
Note: See TracChangeset for help on using the changeset viewer.