# | Line 41 | Line 41 | bool Selection::passInvertedSelection(Ba | |
---|---|---|
41 | return false; | |
42 | } | |
43 | ||
44 | + | bool Selection::passSelection(){ |
45 | + | ObjectHandler* objs = ObjectHandler::Instance(); |
46 | + | BaseCycleContainer* bcc = objs->GetBaseCycleContainer(); |
47 | + | return passSelection(bcc); |
48 | + | } |
49 | + | |
50 | + | bool Selection::passInvertedSelection(){ |
51 | + | ObjectHandler* objs = ObjectHandler::Instance(); |
52 | + | BaseCycleContainer* bcc = objs->GetBaseCycleContainer(); |
53 | + | return passInvertedSelection(bcc); |
54 | + | } |
55 | + | |
56 | void Selection::printCutFlow(){ | |
57 | ||
58 | using namespace std; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |