/* * IsVoidNode_FillPredicate.hpp * * Created on: Jan 16, 2012 * Author: heber */ #ifndef ISVOIDNODE_FILLPREDICATE_HPP_ #define ISVOIDNODE_FILLPREDICATE_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "FillPredicate.hpp" namespace LinkedCell { class LinkedCell_View; } class Shape; FillPredicate IsVoidNode_FillPredicate(const Shape &_shape); #endif /* ISVOIDNODE_FILLPREDICATE_HPP_ */