Go to the documentation of this file.
17 #ifndef _GAZEBO_MESHEXPORTER_HH_
18 #define _GAZEBO_MESHEXPORTER_HH_
48 const std::string &_filename,
bool _exportTextures =
false) = 0;
Forward declarations for the common classes.
Definition: Animation.hh:27
common
Definition: FuelModelDatabase.hh:37
virtual void Export(const Mesh *_mesh, const std::string &_filename, bool _exportTextures=false)=0
Export a mesh to a file.
A 3D mesh.
Definition: Mesh.hh:43
MeshExporter()
Constructor.
virtual ~MeshExporter()
Destructor.
Base class for exporting meshes.
Definition: MeshExporter.hh:35