Type used as return type for Constraint::propagate. More...
#include <constraint.h>
Public Member Functions | |
PropResult (bool a_ok=true, bool a_keepWatch=true) | |
Public Attributes | |
bool | keepWatch |
bool | ok |
Type used as return type for Constraint::propagate.
Definition at line 88 of file constraint.h.
Clasp::Constraint::PropResult::PropResult | ( | bool | a_ok = true , |
bool | a_keepWatch = true |
||
) | [inline, explicit] |
Definition at line 89 of file constraint.h.
true if constraint wants to keep the current watch
Definition at line 91 of file constraint.h.
true if propagation completes without conflict
Definition at line 90 of file constraint.h.