Public Member Functions | List of all members
AlpsNodeSelectionDepth Class Reference

#include <AlpsSearchStrategy.h>

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

Public Member Functions

 AlpsNodeSelectionDepth ()
 Default Constructor. More...
 
virtual ~AlpsNodeSelectionDepth ()
 Default Destructor. More...
 
virtual bool compare (AlpsTreeNode *x, AlpsTreeNode *y)
 This returns true if the depth of node y is greater 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 175 of file AlpsSearchStrategy.h.

Constructor & Destructor Documentation

AlpsNodeSelectionDepth::AlpsNodeSelectionDepth ( )
inline

Default Constructor.

Definition at line 179 of file AlpsSearchStrategy.h.

virtual AlpsNodeSelectionDepth::~AlpsNodeSelectionDepth ( )
inlinevirtual

Default Destructor.

Definition at line 182 of file AlpsSearchStrategy.h.

Member Function Documentation

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

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

Implements AlpsNodeSelection.

Definition at line 186 of file AlpsSearchStrategy.h.


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