Information about candidates. More...
#include <optimum_selector.h>
Public Member Functions | |
| CandsInfo () | |
| Default constructor. Creates info that declares no candidates and uniform orders. | |
| bool | is_empty () const |
| Returns true if there are no candidates. | |
Public Attributes | |
| bool | uniform_orders |
| True if all elements of all examined candidates have uniform orders. | |
| int | min_quad_order |
| Minimum quad order of all elements of all examined candidates. If less than zero, no candidate is generated. | |
| int | max_quad_order |
| Maximum quad order of all elements of all examined candidates. If less than zero, no candidate is generated. | |
Information about candidates.
| RefinementSelectors::OptimumSelector::CandsInfo::CandsInfo | ( | ) | [inline] |
Default constructor. Creates info that declares no candidates and uniform orders.
| bool RefinementSelectors::OptimumSelector::CandsInfo::is_empty | ( | ) | const [inline] |
Returns true if there are no candidates.
Maximum quad order of all elements of all examined candidates. If less than zero, no candidate is generated.
Minimum quad order of all elements of all examined candidates. If less than zero, no candidate is generated.
True if all elements of all examined candidates have uniform orders.
1.6.3