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