MeshKit  1.0
AF2RuleAppVisitor Class Reference

#include <AF2RuleAppVisitor.hpp>

Inheritance diagram for AF2RuleAppVisitor:

List of all members.

Public Member Functions

virtual void visit (AF2RuleApplication const &ruleApp)=0
 Visit an AF2RuleApplication.

Detailed Description

Definition at line 16 of file AF2RuleAppVisitor.hpp.


Member Function Documentation

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.

Parameters:
ruleAppA potential rule application of acceptable quality

Implemented in AF2DfltRuleAppVisitor, SaveLastVisitor, and TestVisitor.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines