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_DEPRECATED(6.0) | gazebo::common::MeshManager | |
CreateBox(const std::string &_name, const ignition::math::Vector3d &_sides, const ignition::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< std::vector< math::Vector2d > > &_vertices, double _height) GAZEBO_DEPRECATED(6.0) | gazebo::common::MeshManager | |
CreateExtrudedPolyline(const std::string &_name, const std::vector< std::vector< ignition::math::Vector2d > > &_vertices, double _height) | gazebo::common::MeshManager | |
CreatePlane(const std::string &_name, const math::Plane &_plane, const math::Vector2d &_segments, const math::Vector2d &_uvTile) GAZEBO_DEPRECATED(6.0) | gazebo::common::MeshManager | |
CreatePlane(const std::string &_name, const ignition::math::Planed &_plane, const ignition::math::Vector2d &_segments, const ignition::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_DEPRECATED(6.0) | gazebo::common::MeshManager | |
CreatePlane(const std::string &_name, const ignition::math::Vector3d &_normal, const double _d, const ignition::math::Vector2d &_size, const ignition::math::Vector2d &_segments, const ignition::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, double _arc=2.0 *M_PI) | 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_DEPRECATED(6.0) | gazebo::common::MeshManager | |
GenSphericalTexCoord(const Mesh *_mesh, const ignition::math::Vector3d &_center) | gazebo::common::MeshManager | |
GetMesh(const std::string &_name) const | gazebo::common::MeshManager | |
GetMeshAABB(const Mesh *_mesh, math::Vector3 &_center, math::Vector3 &_minXYZ, math::Vector3 &_maxXYZ) GAZEBO_DEPRECATED(6.0) | gazebo::common::MeshManager | |
GetMeshAABB(const Mesh *_mesh, ignition::math::Vector3d &_center, ignition::math::Vector3d &_min_xyz, ignition::math::Vector3d &_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 |