/* * IsCloseEnoughToSurface_FillPredicate.hpp * * Created on: Feb 16, 2016 * Author: heber */ #ifndef ISCLOSEENOUGHTOSURFACE_FILLPREDICATE_HPP_ #define ISCLOSEENOUGHTOSURFACE_FILLPREDICATE_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "FillPredicate.hpp" class LinkedCell_deprecated; class Tesselation; FillPredicate IsCloseEnoughToSurface_FillPredicate( const Tesselation &_tess, const LinkedCell_deprecated &_LC, const double minimum_distance); #endif /* ISCLOSEENOUGHTOSURFACE_FILLPREDICATE_HPP_ */