OpenMesh.Core.IO.writer.BaseWriter



class BaseWriter ;
Base class for all writer modules. The module should register itself at the IOManager by calling the register_module function.

abstract char[] get_description ();
Return short description of the supported file format.

abstract char[] get_extensions ();
Return file format's extension.

bool can_u_write (char[] _filename);
Returns true if writer can parse filename (checks extension)

abstract bool write (char[] _filename, BaseExporter _be, Options _opt);
Write to file filename. Data source specified by BaseExporter be.

uint binary_size (BaseExporter _param_0, Options _param_1);
Returns expected size of file if binary format is supported else 0.

Page was generated with CanDyDOC on Fri Oct 12 16:12:30 2007