/* * AtomsWithinDistanceOfDescriptor.hpp * * Created on: Dec 19, 2011 * Author: heber */ #ifndef ATOMSWITHINDISTANCEOFDESCRIPTOR_HPP_ #define ATOMSWITHINDISTANCEOFDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif class Vector; #include "types.hpp" #include "Descriptors/AtomDescriptor.hpp" AtomDescriptor AtomsWithinDistanceOf(double distance, const Vector &position); #endif /* ATOMSWITHINDISTANCEOFDESCRIPTOR_HPP_ */