Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
OpenMesh::IO::_VTKWriter_ Class Reference
Inheritance diagram for OpenMesh::IO::_VTKWriter_:
OpenMesh::IO::BaseWriter

Public Member Functions

std::string get_description () const
 Return short description of the supported file format.
 
std::string get_extensions () const
 Return file format's extension.
 
bool write (const std::string &, BaseExporter &, Options, std::streamsize _precision=6) const
 
bool write (std::ostream &, BaseExporter &, Options, std::streamsize _precision=6) const
 
size_t binary_size (BaseExporter &, Options) const
 Returns expected size of file if binary format is supported else 0.
 
- Public Member Functions inherited from OpenMesh::IO::BaseWriter
virtual ~BaseWriter ()
 Destructor.
 
virtual bool can_u_write (const std::string &_filename) const
 Returns true if writer can write _filename (checks extension). _filename can also provide an extension without a name for a file e.g. _filename == "om" checks, if the writer can write the "om" extension. More...
 

Additional Inherited Members

- Public Types inherited from OpenMesh::IO::BaseWriter
typedef unsigned int Option
 
- Protected Member Functions inherited from OpenMesh::IO::BaseWriter
bool check (BaseExporter &_be, Options _opt) const
 

Detailed Description

Definition at line 27 of file VTKWriter.hh.

Member Function Documentation

bool OpenMesh::IO::_VTKWriter_::write ( const std::string &  _filename,
BaseExporter _be,
Options  _opt,
std::streamsize  _precision = 6 
) const
virtual

Write to a file

Parameters
_filenamewrite to file with the given filename
_beBaseExporter, which specifies the data source
_optwriting options
_precisioncan be used to specify the precision of the floating point notation.

Implements OpenMesh::IO::BaseWriter.

Definition at line 27 of file VTKWriter.cc.

bool OpenMesh::IO::_VTKWriter_::write ( std::ostream &  _os,
BaseExporter _be,
Options  _opt,
std::streamsize  _precision = 6 
) const
virtual

Write to a std::ostream

Parameters
_oswrite to std::ostream
_beBaseExporter, which specifies the data source
_optwriting options
_precisioncan be used to specify the precision of the floating point notation.

Implements OpenMesh::IO::BaseWriter.

Definition at line 41 of file VTKWriter.cc.


The documentation for this class was generated from the following files: