mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
8 lines
199 B
C
8 lines
199 B
C
#ifndef __MESHLABDOC_XML_H
|
|
#define __MESHLABDOC_XML_H
|
|
|
|
QDomDocument MeshDocumentToXML(MeshDocument &md);
|
|
bool MeshDocumentToXMLFile(MeshDocument &md, QString filename);
|
|
|
|
#endif // __MESHLABDOC_XML_H
|