#include <AlpsSearchStrategy.h>
Public Member Functions | |
AlpsTreeSelectionDepth () | |
Default Constructor. More... | |
virtual | ~AlpsTreeSelectionDepth () |
Default Destructor. More... | |
virtual bool | compare (AlpsSubTree *x, AlpsSubTree *y) |
This returns true if the depth of the root node in subtree y is greater than that of the root node in subtree x. More... | |
![]() | |
AlpsTreeSelection () | |
Default Constructor. More... | |
virtual | ~AlpsTreeSelection () |
Default Destructor. More... | |
Definition at line 105 of file AlpsSearchStrategy.h.
|
inline |
Default Constructor.
Definition at line 109 of file AlpsSearchStrategy.h.
|
inlinevirtual |
Default Destructor.
Definition at line 112 of file AlpsSearchStrategy.h.
|
virtual |
This returns true if the depth of the root node in subtree y is greater than that of the root node in subtree x.
Implements AlpsTreeSelection.