9 #ifndef RMF_NODE_SHOW_HIERARCHY_H
10 #define RMF_NODE_SHOW_HIERARCHY_H
12 #include <RMF/config.h>
18 class NodeConstHandle;
19 class FileConstHandle;
44 std::ostream& out = std::cout);
47 RMFEXPORT
void show_frames(FileConstHandle fh, std::ostream& out = std::cout);
void show_hierarchy(NodeConstHandle root, std::ostream &out)
void show_hierarchy_with_decorators(NodeConstHandle root, bool verbose=false, std::ostream &out=std::cout)
void show_frames(FileConstHandle fh, std::ostream &out=std::cout)
void show_hierarchy_with_values(NodeConstHandle root, std::ostream &out)