MeshKit
1.0
|
#include <AF2RuleAppVisitor.hpp>
Public Member Functions | |
virtual void | visit (AF2RuleApplication const &ruleApp)=0 |
Visit an AF2RuleApplication. |
Definition at line 16 of file AF2RuleAppVisitor.hpp.
virtual void visit | ( | AF2RuleApplication const & | ruleApp | ) | [pure virtual] |
Visit an AF2RuleApplication.
This pure virtual method provides an interface for an AF2RuleAppVisitor to examine and process AF2RuleApplication objects that represent ways that a rule could successfully be applied. When an AF2RuleAppVisitor is passed to the applyRule method of an AF2Rule, each acceptable quality potential application of the rule will be passed to the AF2RuleAppVisitor as an AF2RuleApplication for processing.
This method may change the state of the visitor.
ruleApp | A potential rule application of acceptable quality |
Implemented in AF2DfltRuleAppVisitor, SaveLastVisitor, and TestVisitor.