| 305 | //~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// |
| 306 | |
| 307 | inline afxPointConstraint* newPointCons(afxConstraintMgr* mgr, bool hist) |
| 308 | { |
| 309 | return (hist) ? new afxPointHistConstraint(mgr) : new afxPointConstraint(mgr); |
| 310 | } |
| 311 | |
| 312 | inline afxTransformConstraint* newTransformCons(afxConstraintMgr* mgr, bool hist) |
| 313 | { |
no outgoing calls
no test coverage detected