17#ifndef _GAZEBO_MESHEXPORTER_HH_
18#define _GAZEBO_MESHEXPORTER_HH_
48 const std::string &_filename,
bool _exportTextures =
false) = 0;
common
Definition FuelModelDatabase.hh:37
Base class for exporting meshes.
Definition MeshExporter.hh:35
virtual ~MeshExporter()
Destructor.
MeshExporter()
Constructor.
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
Forward declarations for the common classes.
Definition Animation.hh:27