OpenWalnut  1.4.0
Public Member Functions
WWriterMatrixSymVTK Class Reference

Can write a look up table to a file in VTK format. More...

#include <WWriterMatrixSymVTK.h>

+ Inheritance diagram for WWriterMatrixSymVTK:

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:
fnamepath to the target file where stuff will be written to
overwriteIf 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:
tableThe data in that table will be saved
dimthe 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: