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
Export material catalog to file
Export optical design to file