#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsTreeSelectionBreadth () | |
| Default Constructor. | |
| virtual | ~AlpsTreeSelectionBreadth () |
| Default Destructor. | |
| 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. | |
Definition at line 89 of file AlpsSearchStrategy.h.
| AlpsTreeSelectionBreadth::AlpsTreeSelectionBreadth | ( | ) | [inline] |
Default Constructor.
Definition at line 93 of file AlpsSearchStrategy.h.
| virtual AlpsTreeSelectionBreadth::~AlpsTreeSelectionBreadth | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 96 of file AlpsSearchStrategy.h.
| virtual bool AlpsTreeSelectionBreadth::compare | ( | AlpsSubTree * | x, | |
| AlpsSubTree * | y | |||
| ) | [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.6.1