21 #ifndef __XAO_XAOEXPORTER_HXX__
22 #define __XAO_XAOEXPORTER_HXX__
31 #pragma warning(disable:4290)
50 static bool saveToFile(
Xao* xaoObject,
const std::string& fileName,
const std::string& shapeFileName)
58 static const std::string saveToXml(
Xao* xaoObject)
67 static bool readFromFile(
const std::string& fileName,
Xao* xaoObject)
76 static bool setXML(
const std::string& xml,
Xao* xaoObject)
#define XAO_EXPORT
Definition: XAO.hxx:31
Util class for import/export XAO.
Definition: XAO_XaoExporter.hxx:41
The Xao class describes the XAO format.
Definition: XAO_Xao.hxx:51
Definition: BrepGeometryTest.hxx:26