/* * AtomOfMoleculeDescriptor.hpp * * Created on: Dec 19, 2011 * Author: heber */ #ifndef ATOMOFMOLECULEDESCRIPTOR_HPP_ #define ATOMOFMOLECULEDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "types.hpp" #include "Descriptors/AtomDescriptor.hpp" AtomDescriptor AtomOfMolecule(moleculeId_t id); #endif /* ATOMOFMOLECULEDESCRIPTOR_HPP_ */