Opened 7 years ago
Last modified 7 years ago
#1760 closed defect
restructuring some clipping code — at Version 1
Reported by: | bbell | Owned by: | bbell |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | clipping | Version: | development |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Easy |
Description (last modified by )
Some minor changes should be made to improve the structure of the clipping code.
- perform mask generation after checkType() or evaluate() in the QtCurtain class, not before.
- remove deprecated query formats such as subspace(c, …) and update system tests to use only the newer formats such as clip(c, subspace(…) ), and update the corresponding wiki pages.
- rename some of the variable types in oql.yy for more clarity, and introduce more documentation in the clipping parsing.
- remove an erroneous/deprecated constructor in the QtClipping class.
Note:
See TracTickets
for help on using tickets.