Alps  2.0.2
Public Member Functions | List of all members
AlpsTreeSelectionDepth Class Reference

#include <AlpsSearchStrategy.h>

+ Inheritance diagram for AlpsTreeSelectionDepth:
+ Collaboration diagram for AlpsTreeSelectionDepth:

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...
 
- Public Member Functions inherited from AlpsTreeSelection
 AlpsTreeSelection ()
 Default Constructor. More...
 
virtual ~AlpsTreeSelection ()
 Default Destructor. More...
 

Detailed Description

Definition at line 109 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

◆ AlpsTreeSelectionDepth()

AlpsTreeSelectionDepth::AlpsTreeSelectionDepth ( )
inline

Default Constructor.

Definition at line 113 of file AlpsSearchStrategy.h.

◆ ~AlpsTreeSelectionDepth()

virtual AlpsTreeSelectionDepth::~AlpsTreeSelectionDepth ( )
inlinevirtual

Default Destructor.

Definition at line 116 of file AlpsSearchStrategy.h.

Member Function Documentation

◆ compare()

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.


The documentation for this class was generated from the following file: