25 #ifndef WWRITERDENDROGRAM_H
26 #define WWRITERDENDROGRAM_H
30 #include <boost/filesystem.hpp>
31 #include <boost/shared_ptr.hpp>
56 void write( boost::shared_ptr< const WDendrogram > dendrogram )
const;
62 #endif // WWRITERDENDROGRAM_H
void write(boost::shared_ptr< const WDendrogram > dendrogram) const
Writes finaly the given dendrogram to the previously specified file.
Write some data to the given file.
Writes a Dendrogram file.
WWriterDendrogram(const boost::filesystem::path &path, bool overwrite=false)
Creates a writer object for Dendrogram file writing.
Hirachical binary tree datastructure with spatial layout information called dendrogram.