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