Version: 1.0
Classes | Functions
drag_statistics.h File Reference
#include <iostream>
#include <set>
#include "conact_tree.h"

Go to the source code of this file.

Classes

class  BinaryDragStatistics
 Calculates the statistics of a binary drag with one or multiple roots. More...
 

Functions

void PrintStats (const BinaryDrag< conact > &bd, std::ostream &os=std::cout)
 Displays on the specified output stream the statistics of a DRAG (number of unique nodes an unique leaves). More...
 

Function Documentation

◆ PrintStats()

void PrintStats ( const BinaryDrag< conact > &  bd,
std::ostream &  os = std::cout 
)

Displays on the specified output stream the statistics of a DRAG (number of unique nodes an unique leaves).

Parameters
[in]bdBinaryDrag<conact> on which calculate statistics.
[in]osOutput stream on which reverse the statistics of bd.

Definition at line 11 of file drag_statistics.cpp.