susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#include "cut.hpp"
Go to the source code of this file.
Functions | |
template<typename T > | |
Cut< T > | MakeCut (small_tree const *tree, const T &(small_tree::*func)() const, const T &cut_val, InequalityType compare) |
template<typename T > | |
Cut< T > * | NewCut (small_tree const *tree, const T &(small_tree::*func)() const, const T &cut_val, InequalityType compare) |
Cut<T> MakeCut | ( | small_tree const * | tree, |
const T &(small_tree::*)() const | func, | ||
const T & | cut_val, | ||
InequalityType | compare | ||
) |
Definition at line 40 of file cut_impl.hpp.
Cut<T>* NewCut | ( | small_tree const * | tree, |
const T &(small_tree::*)() const | func, | ||
const T & | cut_val, | ||
InequalityType | compare | ||
) |
Definition at line 48 of file cut_impl.hpp.
Referenced by main().