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 bbell)

Some minor changes should be made to improve the structure of the clipping code.

  1. perform mask generation after checkType() or evaluate() in the QtCurtain class, not before.
  1. 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.
  1. rename some of the variable types in oql.yy for more clarity, and introduce more documentation in the clipping parsing.
  1. remove an erroneous/deprecated constructor in the QtClipping class.

Change History (1)

comment:1 by bbell, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.