Ignore:
Timestamp:
May 15, 2010, 5:56:57 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
356180, 494bf6
Parents:
dbec4e
git-author:
Frederik Heber <heber@…> (05/14/10 20:14:27)
git-committer:
Frederik Heber <heber@…> (05/15/10 17:56:57)
Message:

Added all commands defined in ParseCommandLineOptions() as Actions.

  • Actions are not yet used, except verbose, version and help.
  • Files are present and included in Makefile.am
  • not unit tests written so far
  • no action has been tested so far (except for MapOfActions)
  • structure introduced to to transition from ParseCommandLineOptions to actions.
  • program name and config file are fixed arguments.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/World.cpp

    rdbec4e r2e06c4  
    5858std::vector<molecule*> World::getAllMolecules(MoleculeDescriptor descriptor){
    5959  return descriptor.findAll();
     60}
     61
     62std::vector<molecule*> World::getAllMolecules(){
     63  return getAllMolecules(AllMolecules());
    6064}
    6165
Note: See TracChangeset for help on using the changeset viewer.