/* * AtomShapeDescriptor.hpp * * Created on: Aug 9, 2010 * Author: heber */ #ifndef ATOMSHAPEDESCRIPTOR_HPP_ #define ATOMSHAPEDESCRIPTOR_HPP_ #include "defs.hpp" #include "Descriptors/AtomDescriptor.hpp" class Shape; AtomDescriptor AtomByShape(Shape &_shape); #endif /* ATOMSHAPEDESCRIPTOR_HPP_ */