OpenWalnut
1.4.0
|
Writes a Dendrogram file. More...
#include <WWriterDendrogram.h>
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 40 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 37 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 42 of file WWriterDendrogram.cpp.
References WWriter::m_fname.