susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
Functions
cut_impl.hpp File Reference
#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)
 

Function Documentation

template<typename T >
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.

template<typename T >
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().