Io::Export class reference
[Core module]

Declaration  

#include <Goptical/Io/Export>

namespace Goptical {
namespace Io {
class Export;
};
};

This class is a member of the Io namespace.

This abstract class contains pure virtuals.

Description  

File export class interface

Members  

See also the full member list section for this class.

Functions  

  • virtual void export_catalog(const Material::Catalog &catalog, const std::string &filename) = 0;
  • virtual void export_design(const Sys::System &sys, const std::string &filename) = 0;

Members detail  

virtual void export_catalog(const Material::Catalog &catalog, const std::string &filename) = 0;  

Export material catalog to file

virtual void export_design(const Sys::System &sys, const std::string &filename) = 0;  

Export optical design to file

Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc