/* * IsInsideDomain_FillPredicate.hpp * * Created on: Jan 19, 2012 * Author: heber */ #ifndef ISINSIDEDOMAIN_FILLPREDICATE_HPP_ #define ISINSIDEDOMAIN_FILLPREDICATE_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "FillPredicate.hpp" class Box; FillPredicate IsInsideDomain_FillPredicate(const Box &domain); #endif /* ISINSIDEDOMAIN_FILLPREDICATE_HPP_ */