/* * MoleculeIdDescriptor.hpp * * Created on: Feb 5, 2010 * Author: crueger */ #ifndef MOLECULEPTRDESCRIPTOR_HPP_ #define MOLECULEPTRDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Helpers/defs.hpp" #include "Descriptors/MoleculeDescriptor.hpp" MoleculeDescriptor MoleculeByPtr(const molecule * ptr); #endif /* MOLECULEPTRDESCRIPTOR_HPP_ */