Public Member Functions | List of all members
AlpsNodeSelectionBreadth Class Reference

#include <AlpsSearchStrategy.h>

Inheritance diagram for AlpsNodeSelectionBreadth:
Inheritance graph
[legend]
Collaboration diagram for AlpsNodeSelectionBreadth:
Collaboration graph
[legend]

Public Member Functions

 AlpsNodeSelectionBreadth ()
 Default Constructor. More...
 
virtual ~AlpsNodeSelectionBreadth ()
 Default Destructor. More...
 
virtual bool compare (AlpsTreeNode *x, AlpsTreeNode *y)
 This returns true if the depth of node y is lesser than that of node x. More...
 
- Public Member Functions inherited from AlpsNodeSelection
 AlpsNodeSelection ()
 Default Constructor. More...
 
virtual ~AlpsNodeSelection ()
 Default Destructor. More...
 
virtual AlpsTreeNodeselectNextNode (AlpsSubTree *subTree)
 
virtual void createNewNodes (AlpsSubTree *subTree, AlpsTreeNode *node)
 

Detailed Description

Definition at line 157 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

AlpsNodeSelectionBreadth::AlpsNodeSelectionBreadth ( )
inline

Default Constructor.

Definition at line 161 of file AlpsSearchStrategy.h.

virtual AlpsNodeSelectionBreadth::~AlpsNodeSelectionBreadth ( )
inlinevirtual

Default Destructor.

Definition at line 164 of file AlpsSearchStrategy.h.

Member Function Documentation

virtual bool AlpsNodeSelectionBreadth::compare ( AlpsTreeNode x,
AlpsTreeNode y 
)
inlinevirtual

This returns true if the depth of node y is lesser than that of node x.

Implements AlpsNodeSelection.

Definition at line 168 of file AlpsSearchStrategy.h.


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