Public Member Functions | List of all members
AlpsNodeSelectionHybrid Class Reference

#include <AlpsSearchStrategy.h>

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

Public Member Functions

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

Detailed Description

Definition at line 211 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

AlpsNodeSelectionHybrid::AlpsNodeSelectionHybrid ( )
inline

Default Constructor.

Definition at line 215 of file AlpsSearchStrategy.h.

virtual AlpsNodeSelectionHybrid::~AlpsNodeSelectionHybrid ( )
inlinevirtual

Default Destructor.

Definition at line 218 of file AlpsSearchStrategy.h.

Member Function Documentation

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

This returns true if the quality of node y is better (the lesser the better) than that of node x.

Implements AlpsNodeSelection.

Definition at line 222 of file AlpsSearchStrategy.h.

virtual AlpsTreeNode* AlpsNodeSelectionHybrid::selectNextNode ( AlpsSubTree subTree)
virtual

Reimplemented from AlpsNodeSelection.

virtual void AlpsNodeSelectionHybrid::createNewNodes ( AlpsSubTree subTree,
AlpsTreeNode node 
)
virtual

Reimplemented from AlpsNodeSelection.


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