![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Rule always true (no failure cases) More...
#include <RuleNone.h>
Public Member Functions | |
| eRuleType | getRuleType () const |
| retrieve rule type | |
Constructors and destructors | |
| RuleNone () | |
| ~RuleNone () | |
Public Member Functions inherited from ipsdk::processor::BaseRule | |
| bool | isInit () const |
| retrieve object initialization flag | |
| BoolResult | isSatisfied () const |
| test whether rule is satisfied More... | |
| std::string | getRuleFormalString () const |
| retrieve string expliciting rule content More... | |
| std::string | getRuleEvaluatedString () const |
| retrieve rule evaluation string More... | |
| BaseRule () | |
| virtual | ~BaseRule ()=0 |
Static Public Attributes | |
| static const eRuleType::domain | g_ruleType = eRuleType::eRT_None |
| rule type associated to rule | |
Protected Member Functions | |
| bool | testRule () const |
| test whether rule is satisfied | |
| std::string | createRuleFormalString () const |
| retrieve string expliciting rule content | |
| std::string | createRuleEvaluatedString (const ipUInt32 increment) const |
| retrieve rule evaluation string | |
Protected Member Functions inherited from ipsdk::processor::BaseRule | |
| void | initBase () |
| base class initialization method | |
| std::string | createRuleEvaluatedStartString (const ipUInt32 increment) const |
| method allowing to create a rule evaluation starting string | |
Rule always true (no failure cases)
1.8.14