A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/traverse_8cpp_source.html below:

NCBI C++ ToolKit: src/algo/phy_tree/fastme/traverse.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

49  while

(

NULL

!=

f

->head->leftEdge)

50  f

=

f

->head->leftEdge;

73  f

=

T

->root->leftEdge;

95  while

((

NULL

!=

f

) && (

f

->tail->leftEdge !=

f

))

96  f

=

f

->tail->parentEdge;

101  return

(

f

->tail->rightEdge);

114  return

(

T

->root->leftEdge);

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define END_SCOPE(ns)

End the previously defined scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define BEGIN_SCOPE(ns)

Define a new scope.

struct meEdge * rightEdge

struct meEdge * parentEdge

meEdge * findBottomLeft(meEdge *e)

meEdge * moveUpRight(meEdge *e)

meEdge * depthFirstTraverse(meTree *T, meEdge *e)

meEdge * topFirstTraverse(meTree *T, meEdge *e)

meEdge * moveRight(meEdge *e)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4