#include <IpFilter.hpp>
Public Member Functions | |
bool | Acceptable (std::vector< Number > vals) const |
Check acceptability of pair (phi,theta) with respect to this filter entry. | |
bool | Dominated (std::vector< Number > vals) const |
Check if this entry is dominated by given coordinates. | |
Constructors/Destructors | |
FilterEntry (std::vector< Number > vals, Index iter) | |
Constructor with the two components and the current iteration count. | |
~FilterEntry () | |
Default Destructor. | |
Accessor functions | |
Number | val (Index i) const |
Index | iter () const |
FilterEntry | ( | std::vector< Number > | vals, | |
Index | iter | |||
) |
Constructor with the two components and the current iteration count.
~FilterEntry | ( | ) |
Default Destructor.
bool Acceptable | ( | std::vector< Number > | vals | ) | const [inline] |
Check acceptability of pair (phi,theta) with respect to this filter entry.
Returns true, if pair is acceptable.
References DBG_ASSERT, and fkinkryx::i.
bool Dominated | ( | std::vector< Number > | vals | ) | const [inline] |
Check if this entry is dominated by given coordinates.
Returns true, if this entry is dominated.
References DBG_ASSERT, and fkinkryx::i.
Index iter | ( | ) | const [inline] |