Changeset e7e088 for molecuilder/src/Descriptors/AtomIdDescriptor_impl.hpp
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Descriptors/AtomIdDescriptor_impl.hpp
r5bf941 re7e088 1 #ifndef ATOMIDDESCRIPTOR_IMPL_HPP 2 #define ATOMIDDESCRIPTOR_IMPL_HPP 3 1 4 #include "Descriptors/AtomDescriptor_impl.hpp" 2 5 … … 10 13 11 14 protected: 12 #if 0 13 atom *find(); 14 std::vector<atom*> findAll(); 15 #endif 15 virtual atom *find(); 16 virtual std::vector<atom*> findAll(); 16 17 private: 17 18 int id; 18 19 }; 20 21 #endif //ATOMIDDESCRIPTOR_IMPL_HPP
Note:
See TracChangeset
for help on using the changeset viewer.
