#include <AlpsSearchStrategy.h>
Inheritance diagram for AlpsTreeSelectionDepth:


Public Member Functions | |
| AlpsTreeSelectionDepth () | |
| Default Constructor. | |
| virtual | ~AlpsTreeSelectionDepth () |
| Default Destructor. | |
| 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. | |
Definition at line 105 of file AlpsSearchStrategy.h.
| AlpsTreeSelectionDepth::AlpsTreeSelectionDepth | ( | ) | [inline] |
Default Constructor.
Definition at line 109 of file AlpsSearchStrategy.h.
References AlpsSearchTypeDepthFirst.
| virtual AlpsTreeSelectionDepth::~AlpsTreeSelectionDepth | ( | ) | [inline, virtual] |
| virtual bool AlpsTreeSelectionDepth::compare | ( | AlpsSubTree * | x, | |
| AlpsSubTree * | y | |||
| ) | [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.
1.4.7