Home
last modified time | relevance | path

Searched refs:countLinesLeft (Results 1 – 2 of 2) sorted by relevance

/dports/biology/scrm/scrm-1.7.4/src/
H A Dforest-debug.cc427 lines_left = countLinesLeft(current_node); in determinePositions()
476 int Forest::countLinesLeft(Node const* node) const { in countLinesLeft() function in Forest
491 else return ( countLinesLeft(node) + countBelowLinesLeft(node->first_child()) ); in countBelowLinesLeft()
H A Dforest.h157 int countLinesLeft(Node const* node) const;