25 #ifndef WWRITERMATRIXSYMVTK_H
26 #define WWRITERMATRIXSYMVTK_H
32 #include <boost/shared_ptr.hpp>
58 void writeTable(
const std::vector< double > &table,
size_t dim )
const;
64 #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.