/* * IsInsideSurface_FillPredicate.hpp * * Created on: Jan 16, 2012 * Author: heber */ #ifndef ISINSIDESURFACE_FILLPREDICATE_HPP_ #define ISINSIDESURFACE_FILLPREDICATE_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "FillPredicate.hpp" class LinkedCell_deprecated; class Tesselation; FillPredicate IsInsideSurface_FillPredicate(const Tesselation &_tess, const LinkedCell_deprecated &_LC); #endif /* ISINSIDESURFACE_FILLPREDICATE_HPP_ */