|
OpenWalnut 1.2.5
|
Writes a Dendrogram file. More...
#include <WWriterDendrogram.h>
Inheritance diagram for WWriterDendrogram:Public Member Functions | |
| WWriterDendrogram (const boost::filesystem::path &path, bool overwrite=false) | |
| Creates a writer object for Dendrogram file writing. | |
| void | write (boost::shared_ptr< const WDendrogram > dendrogram) const |
| Writes finaly the given dendrogram to the previously specified file. | |
Writes a Dendrogram file.
Definition at line 44 of file WWriterDendrogram.h.
| WWriterDendrogram::WWriterDendrogram | ( | const boost::filesystem::path & | path, |
| bool | overwrite = false |
||
| ) |
Creates a writer object for Dendrogram file writing.
| path | to the target file where stuff will be written to |
| overwrite | If true existing files will be overwritten |
Definition at line 41 of file WWriterDendrogram.cpp.
| void WWriterDendrogram::write | ( | boost::shared_ptr< const WDendrogram > | dendrogram | ) | const |
Writes finaly the given dendrogram to the previously specified file.
| dendrogram | The dendrogram to save |
Definition at line 46 of file WWriterDendrogram.cpp.
References WWriter::m_fname.
1.7.3