Ignore:
Timestamp:
Feb 25, 2010, 10:18:50 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
bb89b9
Parents:
5bf941
Message:

Added Descriptor that allows querying of atoms by their type

File:
1 edited

Legend:

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

    r5bf941 re7e088  
     1#ifndef ATOMIDDESCRIPTOR_IMPL_HPP
     2#define ATOMIDDESCRIPTOR_IMPL_HPP
     3
    14#include "Descriptors/AtomDescriptor_impl.hpp"
    25
     
    1013
    1114protected:
    12 #if 0
    13   atom *find();
    14   std::vector<atom*> findAll();
    15 #endif
     15  virtual atom *find();
     16  virtual std::vector<atom*> findAll();
    1617private:
    1718  int id;
    1819};
     20
     21#endif //ATOMIDDESCRIPTOR_IMPL_HPP
Note: See TracChangeset for help on using the changeset viewer.