Class for one filter entry.
void operator=(const FilterEntry &)
Overloaded Equals Operator.
std::vector< Number > vals_
values defining the coordinates of the entry
bool Acceptable(std::vector< Number > vals) const
Check acceptability of pair (phi,theta) with respect to this filter entry.
const Index iter_
iteration number in which this entry was added to filter
bool Dominated(std::vector< Number > vals) const
Check if this entry is dominated by given coordinates.
Number val(Index i) const