You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to BidirectionalChain to flip the ++ and -- calls to getNext and getPrev. New constructor should look something like this: BidirectionalChain(NodeType* node, eIterationDirection direction=cForward) {...}
Include an enum in the cdg namespace with two values, cForward and cReverse.
The text was updated successfully, but these errors were encountered:
Add option to
BidirectionalChain
to flip the++
and--
calls togetNext
andgetPrev
. New constructor should look something like this:BidirectionalChain(NodeType* node, eIterationDirection direction=cForward) {...}
Include an
enum
in thecdg
namespace with two values,cForward
andcReverse
.The text was updated successfully, but these errors were encountered: