| bool OpenMesh::IO::_VTKWriter_::write |
( |
const std::string & |
_filename, |
|
|
BaseExporter & |
_be, |
|
|
Options |
_opt, |
|
|
std::streamsize |
_precision = 6 |
|
) |
| const |
|
virtual |
Write to a file.
- Parameters
-
| _filename | write to file with the given filename |
| _be | BaseExporter, which specifies the data source |
| _opt | writing options |
| _precision | can be used to specify the precision of the floating point notation. |
Implements OpenMesh::IO::BaseWriter.
| bool OpenMesh::IO::_VTKWriter_::write |
( |
std::ostream & |
_os, |
|
|
BaseExporter & |
_be, |
|
|
Options |
_opt, |
|
|
std::streamsize |
_precision = 6 |
|
) |
| const |
|
virtual |
Write to a std::ostream.
- Parameters
-
| _os | write to std::ostream |
| _be | BaseExporter, which specifies the data source |
| _opt | writing options |
| _precision | can be used to specify the precision of the floating point notation. |
Implements OpenMesh::IO::BaseWriter.
The documentation for this class was generated from the following files:
- OpenMesh/Core/IO/writer/VTKWriter.hh
- OpenMesh/Core/IO/writer/VTKWriter.cc