Generated on Sat Feb 7 2015 02:01:43 for Gecode by doxygen 1.8.9.1
Gecode::Gist::NodeCursor< Node > Class Template Reference

A cursor that can be run over a tree. More...

#include <nodecursor.hh>

Public Member Functions

 NodeCursor (Node *theNode, const typename Node::NodeAllocator &na)
 Construct cursor, initially set to theNode. More...
 
Nodenode (void)
 Return current node. More...
 
unsigned int alternative (void)
 Return current alternative. More...
 
void alternative (unsigned int a)
 Set current alternative. More...
 

Protected Member Functions

void node (Node *n)
 Set current node to n. More...
 
NodestartNode (void)
 Return start node. More...
 

Protected Attributes

const Node::NodeAllocatorna
 The node allocator. More...
 

Cursor interface

bool mayMoveUpwards (void)
 Test if the cursor may move to the parent node. More...
 
void moveUpwards (void)
 Move cursor to the parent node. More...
 
bool mayMoveDownwards (void)
 Test if cursor may move to the first child node. More...
 
void moveDownwards (void)
 Move cursor to the first child node. More...
 
bool mayMoveSidewards (void)
 Test if cursor may move to the first sibling. More...
 
void moveSidewards (void)
 Move cursor to the first sibling. More...
 

Detailed Description

template<class Node>
class Gecode::Gist::NodeCursor< Node >

A cursor that can be run over a tree.

Definition at line 47 of file nodecursor.hh.

Constructor & Destructor Documentation

template<class Node>
Gecode::Gist::NodeCursor< Node >::NodeCursor ( Node theNode,
const typename Node::NodeAllocator na 
)
inline

Construct cursor, initially set to theNode.

Definition at line 42 of file nodecursor.hpp.

Member Function Documentation

template<class Node>
void Gecode::Gist::NodeCursor< Node >::node ( Node n)
inlineprotected

Set current node to n.

Definition at line 66 of file nodecursor.hpp.

template<class Node >
Node * Gecode::Gist::NodeCursor< Node >::startNode ( void  )
inlineprotected

Return start node.

Definition at line 62 of file nodecursor.hpp.

template<class Node>
Node * Gecode::Gist::NodeCursor< Node >::node ( void  )
inline

Return current node.

Definition at line 50 of file nodecursor.hpp.

template<class Node >
unsigned int Gecode::Gist::NodeCursor< Node >::alternative ( void  )
inline

Return current alternative.

Definition at line 54 of file nodecursor.hpp.

template<class Node >
void Gecode::Gist::NodeCursor< Node >::alternative ( unsigned int  a)
inline

Set current alternative.

Definition at line 58 of file nodecursor.hpp.

template<class Node >
bool Gecode::Gist::NodeCursor< Node >::mayMoveUpwards ( void  )
inline

Test if the cursor may move to the parent node.

Definition at line 70 of file nodecursor.hpp.

template<class Node >
void Gecode::Gist::NodeCursor< Node >::moveUpwards ( void  )
inline

Move cursor to the parent node.

Definition at line 76 of file nodecursor.hpp.

template<class Node >
bool Gecode::Gist::NodeCursor< Node >::mayMoveDownwards ( void  )
inline

Test if cursor may move to the first child node.

Definition at line 93 of file nodecursor.hpp.

template<class Node >
void Gecode::Gist::NodeCursor< Node >::moveDownwards ( void  )
inline

Move cursor to the first child node.

Definition at line 99 of file nodecursor.hpp.

template<class Node >
bool Gecode::Gist::NodeCursor< Node >::mayMoveSidewards ( void  )
inline

Test if cursor may move to the first sibling.

Definition at line 106 of file nodecursor.hpp.

template<class Node >
void Gecode::Gist::NodeCursor< Node >::moveSidewards ( void  )
inline

Move cursor to the first sibling.

Definition at line 113 of file nodecursor.hpp.

Member Data Documentation

template<class Node>
const Node::NodeAllocator& Gecode::Gist::NodeCursor< Node >::na
protected

The node allocator.

Definition at line 57 of file nodecursor.hh.


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