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

#include <AlpsSearchStrategy.h>

+ Inheritance diagram for AlpsTreeSelectionBreadth:
+ Collaboration diagram for AlpsTreeSelectionBreadth:

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...
 

Detailed Description

Definition at line 93 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

◆ AlpsTreeSelectionBreadth()

AlpsTreeSelectionBreadth::AlpsTreeSelectionBreadth ( )
inline

Default Constructor.

Definition at line 97 of file AlpsSearchStrategy.h.

◆ ~AlpsTreeSelectionBreadth()

virtual AlpsTreeSelectionBreadth::~AlpsTreeSelectionBreadth ( )
inlinevirtual

Default Destructor.

Definition at line 100 of file AlpsSearchStrategy.h.

Member Function Documentation

◆ compare()

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.


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