List of all members.
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.
|
Detailed Description
Can write a look up table to a file in VTK format.
Definition at line 39 of file WWriterMatrixSymVTK.h.
Constructor & Destructor Documentation
WWriterMatrixSymVTK::WWriterMatrixSymVTK |
( |
std::string |
fname, |
|
|
bool |
overwrite = false | |
|
) |
| | |
Creates a writer object for FiberVTK file writing.
- Parameters:
-
| 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.
Member Function Documentation
void WWriterMatrixSymVTK::writeTable |
( |
const std::vector< double > & |
table, |
|
|
size_t |
dim | |
|
) |
| | const |
Actually perform writing to file.
- Parameters:
-
| 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.
The documentation for this class was generated from the following files: