|
susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#include <cut.hpp>
Public Member Functions | |
| CutBase () | |
| CutBase (small_tree const *tree, InequalityType compare=kGreaterEqual) | |
| virtual bool | Pass () const |
| operator bool () | |
| virtual | ~CutBase () |
Public Attributes | |
| small_tree const * | tree_ |
| InequalityType | compare_ |
| CutBase::CutBase | ( | small_tree const * | tree, |
| InequalityType | compare = kGreaterEqual |
||
| ) |
|
virtual |
| InequalityType CutBase::compare_ |
Definition at line 26 of file cut.hpp.
Referenced by Cut< T >::Pass().
| small_tree const* CutBase::tree_ |
Definition at line 25 of file cut.hpp.
Referenced by Cut< T >::Pass().
1.8.11