|
Dip
0.92.4
|
#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsTreeSelectionBreadth () | |
| Default Constructor. More... | |
| virtual | ~AlpsTreeSelectionBreadth () |
| Default Destructor. More... | |
| virtual bool | compare (AlpsSubTree *x, AlpsSubTree *y) |
| This returns true if the depth of the root node in subtree y is smaller than that of the root node in subtree x. More... | |
Public Member Functions inherited from AlpsTreeSelection | |
| AlpsTreeSelection () | |
| Default Constructor. More... | |
| virtual | ~AlpsTreeSelection () |
| Default Destructor. More... | |
Definition at line 89 of file AlpsSearchStrategy.h.
|
inline |
Default Constructor.
Definition at line 93 of file AlpsSearchStrategy.h.
References AlpsSearchTypeBreadthFirst.
|
inlinevirtual |
Default Destructor.
Definition at line 96 of file AlpsSearchStrategy.h.
|
virtual |
This returns true if the depth of the root node in subtree y is smaller than that of the root node in subtree x.
Implements AlpsTreeSelection.
1.8.5