25 #ifndef WWRITERFIBERVTK_H
26 #define WWRITERFIBERVTK_H
31 #include <boost/filesystem.hpp>
34 #include <boost/shared_ptr.hpp>
37 #include "../WDataSetFiberVector.h"
38 #include "../WDataSetFibers.h"
54 WWriterFiberVTK(
const boost::filesystem::path& path,
bool overwrite =
false );
61 void writeFibs( boost::shared_ptr< const WDataSetFiberVector > fiberDS )
const;
68 void writeFibs( boost::shared_ptr< const WDataSetFibers > fiberDS )
const;
74 #endif // WWRITERFIBERVTK_H
WWriterFiberVTK(const boost::filesystem::path &path, bool overwrite=false)
Creates a writer object for FiberVTK file writing.
Write some data to the given file.
void writeFibs(boost::shared_ptr< const WDataSetFiberVector > fiberDS) const
Writes a WDataSetFiberVector down to the previousely given file.