Re: Pre-Review: Op Collapsing
Malcolm Humphreys <malcolmh...@...>
This is looking cool! I would be tempted to try and move some this into the base Op interface, mostly so in the future we can support plugin op optimisation if needed (moving truelight out as a plugin say). maybe something like: bool Op::isSameType(const OpRcPtr & op) bool Op::isInverse(const OpRcPtr & op) bool Op::combinable(const OpRcPtr & op) OpRcPtr Op::combine(const OpRcPtr & op) .malcolm On 03/02/2012, at 11:14 PM, Jeremy Selan wrote: I have some development under progress, not yet ready for review, but I thought it may interest people: |
|