This is the complete list of members for gazebo::common::MeshManager, including all inherited members.
AddMesh(Mesh *_mesh) | gazebo::common::MeshManager | |
CreateBox(const std::string &_name, const math::Vector3 &_sides, const math::Vector2d &_uvCoords) | gazebo::common::MeshManager | |
CreateCamera(const std::string &_name, float _scale) | gazebo::common::MeshManager | |
CreateCone(const std::string &_name, float _radius, float _height, int _rings, int _segments) | gazebo::common::MeshManager | |
CreateCylinder(const std::string &_name, float _radius, float _height, int _rings, int _segments) | gazebo::common::MeshManager | |
CreateExtrudedPolyline(const std::string &_name, const std::vector< math::Vector2d > &_vertices, const double &_height, const math::Vector2d &_uvCoords) | gazebo::common::MeshManager | |
CreatePlane(const std::string &_name, const math::Plane &_plane, const math::Vector2d &_segments, const math::Vector2d &_uvTile) | gazebo::common::MeshManager | |
CreatePlane(const std::string &_name, const math::Vector3 &_normal, double _d, const math::Vector2d &_size, const math::Vector2d &_segments, const math::Vector2d &_uvTile) | gazebo::common::MeshManager | |
CreateSphere(const std::string &_name, float _radius, int _rings, int _segments) | gazebo::common::MeshManager | |
CreateTube(const std::string &_name, float _innerRadius, float _outterRadius, float _height, int _rings, int _segments) | gazebo::common::MeshManager | |
Export(const Mesh *_mesh, const std::string &_filename, const std::string &_extension, bool _exportTextures=false) | gazebo::common::MeshManager | |
GenSphericalTexCoord(const Mesh *_mesh, math::Vector3 _center) | gazebo::common::MeshManager | |
GetMesh(const std::string &_name) const | gazebo::common::MeshManager | |
GetMeshAABB(const Mesh *_mesh, math::Vector3 &_center, math::Vector3 &_min_xyz, math::Vector3 &_max_xyz) | gazebo::common::MeshManager | |
HasMesh(const std::string &_name) const | gazebo::common::MeshManager | |
Instance() | SingletonT< MeshManager > | inlinestatic |
IsValidFilename(const std::string &_filename) | gazebo::common::MeshManager | |
Load(const std::string &_filename) | gazebo::common::MeshManager | |
SingletonT() | SingletonT< MeshManager > | inlineprotected |
~SingletonT() | SingletonT< MeshManager > | inlineprotectedvirtual |