RMF
|
Functions to show the hierarchy. More...
#include <RMF/config.h>
#include <iostream>
Go to the source code of this file.
Namespaces | |
RMF | |
The namespace for all functionality in the library. | |
Showing the hierarchy | |
These functions print out the hierarchy with various extra information for each node. Each prints out an ASCII tree designed for human inspection. | |
void | RMF::show_hierarchy (NodeConstHandle root, std::ostream &out) |
void | RMF::show_hierarchy (NodeConstHandle root) |
void | RMF::show_hierarchy_with_values (NodeConstHandle root, std::ostream &out) |
void | RMF::show_hierarchy_with_values (NodeConstHandle root) |
void | RMF::show_hierarchy_with_decorators (NodeConstHandle root, bool verbose=false, std::ostream &out=std::cout) |
void | RMF::show_frames (FileConstHandle fh, std::ostream &out=std::cout) |
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file show_hierarchy.h.