#include "./Tree.h"
#include <algorithm>
Go to the source code of this file.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const Tree & | t ) |
Definition at line 84 of file Tree.cxx.
84 {
88
89 for(;
i <
n; ++
i){
out <<
t.parent(i) <<
" ";}
90
93}
@ u
Enums for curvilinear frames.