#include <AlpsSearchStrategy.h>


Public Member Functions | |
| AlpsNodeSelectionDepth () | |
| Default Constructor. | |
| virtual | ~AlpsNodeSelectionDepth () |
| Default Destructor. | |
| virtual bool | compare (AlpsTreeNode *x, AlpsTreeNode *y) |
| This returns true if the depth of node y is greater than that of node x. | |
Definition at line 175 of file AlpsSearchStrategy.h.
| AlpsNodeSelectionDepth::AlpsNodeSelectionDepth | ( | ) | [inline] |
Default Constructor.
Definition at line 179 of file AlpsSearchStrategy.h.
| virtual AlpsNodeSelectionDepth::~AlpsNodeSelectionDepth | ( | ) | [inline, virtual] |
Default Destructor.
Definition at line 182 of file AlpsSearchStrategy.h.
| virtual bool AlpsNodeSelectionDepth::compare | ( | AlpsTreeNode * | x, | |
| AlpsTreeNode * | y | |||
| ) | [inline, virtual] |
This returns true if the depth of node y is greater than that of node x.
Implements AlpsNodeSelection.
Definition at line 186 of file AlpsSearchStrategy.h.
1.6.1