14 template <
typename ITERATOR>
bool operator()(
const ITERATOR *itr)
const
16 return itr !=
nullptr;
24 template <
typename ITERATOR>
bool operator()(
const ITERATOR *itr)
const
26 return itr->is_active();
35 template <
typename ITERATOR>
bool operator()(
const ITERATOR *itr)
const
38 return (itr->is_active() && itr->on_boundary());
Definition bitrl_consts.h:14
Definition predicates.h:31
ActiveBoundaryObject()
Definition predicates.h:33
bool operator()(const ITERATOR *itr) const
Definition predicates.h:35
Definition predicates.h:21
bool operator()(const ITERATOR *itr) const
Definition predicates.h:24
IsActive()
Definition predicates.h:23
Definition predicates.h:10
bool operator()(const ITERATOR *itr) const
Definition predicates.h:14
NotNull()
Definition predicates.h:12