/* * AtomShapeDescriptor.hpp * * Created on: Jul 22, 2010 * Author: crueger */ #ifndef ATOMSHAPEDESCRIPTOR_HPP_ #define ATOMSHAPEDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Helpers/defs.hpp" #include "Descriptors/AtomDescriptor.hpp" class Shape; AtomDescriptor AtomsByShape(const Shape &shape); #endif /* ATOMSHAPEDESCRIPTOR_HPP_ */