Go to the documentation of this file.
17 #ifndef IGNITION_COMMON_MESHEXPORTER_HH_
18 #define IGNITION_COMMON_MESHEXPORTER_HH_
22 #include <gz/common/config.hh>
23 #include <gz/common/graphics/Export.hh>
45 public:
virtual void Export(
const Mesh *_mesh,
46 const std::string &_filename,
bool _exportTextures =
false) = 0;
Forward declarations for the common classes.
Base class for exporting meshes.
Definition: gz/common/MeshExporter.hh:32
A 3D mesh.
Definition: gz/common/Mesh.hh:42