Window Selection functor based on Line Window Selection. More...
Public Member Functions | |
line_window_selection () | |
Standard Constructor. More... | |
circuit | operator() (const circuit &base) |
Operator to determine the current window. More... | |
Window Selection functor based on Line Window Selection.
This functor is based on the line window selection method as introduced in [SWDD10].
Standard Constructor.
Initializes default values
Operator to determine the current window.
Returns an empty circuit when no more windows can be determined.
base | The original circuit |