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