|
OpenWalnut 1.3.1
|
Can write a look up table to a file in VTK format. More...
#include <WWriterMatrixSymVTK.h>
Inheritance diagram for WWriterMatrixSymVTK:Public Member Functions | |
| WWriterMatrixSymVTK (std::string fname, bool overwrite=false) | |
| Creates a writer object for FiberVTK file writing. | |
| void | writeTable (const std::vector< double > &table, size_t dim) const |
| Actually perform writing to file. | |
Can write a look up table to a file in VTK format.
Definition at line 39 of file WWriterMatrixSymVTK.h.
| WWriterMatrixSymVTK::WWriterMatrixSymVTK | ( | std::string | fname, |
| bool | overwrite = false |
||
| ) |
Creates a writer object for FiberVTK file writing.
| fname | path to the target file where stuff will be written to |
| overwrite | If true existing files will be overwritten |
Definition at line 35 of file WWriterMatrixSymVTK.cpp.
| void WWriterMatrixSymVTK::writeTable | ( | const std::vector< double > & | table, |
| size_t | dim | ||
| ) | const |
Actually perform writing to file.
| table | The data in that table will be saved |
| dim | the dimensionality of the table |
Definition at line 40 of file WWriterMatrixSymVTK.cpp.
References WWriter::m_fname.
1.7.4