Ignore:
Timestamp:
Feb 26, 2010, 11:47:16 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
98a2987
Parents:
3db67e
Message:

Changed the type of AtomIds and MoleculeIds to an opaque type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Descriptors/AtomDescriptor_impl.hpp

    r3db67e r33bc66  
    11#ifndef ATOMDESCRIPTOR_IMPL_HPP
    22#define ATOMDESCRIPTOR_IMPL_HPP
     3
     4#include "Descriptors/AtomDescriptor.hpp"
    35
    46/************************ Declarations of implementation Objects ************************/
     
    1719  virtual atom* find();
    1820  virtual std::vector<atom*> findAll();
    19   std::map<int,atom*>& getAtoms();
     21  World::AtomSet& getAtoms();
    2022};
    2123
Note: See TracChangeset for help on using the changeset viewer.