#include <iostream>
#include <set>
#include "conact_tree.h"
Go to the source code of this file.
|
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...
|
|
◆ 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] | bd | BinaryDrag<conact> on which calculate statistics. |
[in] | os | Output stream on which reverse the statistics of bd. |
Definition at line 11 of file drag_statistics.cpp.