25 #ifndef WWRITERMATRIXSYMVTK_H
26 #define WWRITERMATRIXSYMVTK_H
31 #include <boost/shared_ptr.hpp>
56 void writeTable(
const std::vector< double > &table,
size_t dim )
const;
62 #endif // WWRITERMATRIXSYMVTK_H
WWriterMatrixSymVTK(std::string fname, bool overwrite=false)
Creates a writer object for FiberVTK file writing.
Can write a look up table to a file in VTK format.
Write some data to the given file.
void writeTable(const std::vector< double > &table, size_t dim) const
Actually perform writing to file.