This class is used to check and modify the properties of a graphics mesh.
More...
#include <mesh.h>
|
typedef
SubMeshContainer::const_iterator | ConstSubMeshIterator |
|
typedef std::vector< SubMesh * > | SubMeshContainer |
|
typedef SubMeshContainer::iterator | SubMeshIterator |
|
This class is used to check and modify the properties of a graphics mesh.
Definition at line 62 of file mesh.h.
Mezzanine::Graphics::Mesh::Mesh |
( |
Ogre::MeshPtr |
InternalMesh) | |
|
Internal Constructor.
- Parameters
-
InternalMesh | The internal mesh this mesh class is based on. |
Definition at line 71 of file mesh.cpp.
Ogre::MeshPtr Mezzanine::Graphics::Mesh::_GetInternalMesh |
( |
) | |
const |
Gets the internal Mesh pointer.
- Returns
- Returns a shared pointer pointing to the internal Mesh.
Definition at line 92 of file mesh.cpp.
ConstString & Mezzanine::Graphics::Mesh::GetGroup |
( |
) | |
const |
Gets the resource group this mesh belongs to.
- Returns
- Returns a const string reference containing the group this mesh belongs to.
Definition at line 87 of file mesh.cpp.
ConstString & Mezzanine::Graphics::Mesh::GetName |
( |
) | |
const |
Gets the Name of this mesh.
- Note
- If this mesh originated from a file, usually the name of the mesh will be the file name.
- Returns
- Returns a const string reference containing the name of this mesh.
Definition at line 82 of file mesh.cpp.
The documentation for this class was generated from the following files:
- /home/sqeaky/Code/Mezzanine/Mezzanine/src/Graphics/mesh.h
- /home/sqeaky/Code/Mezzanine/Mezzanine/src/Graphics/mesh.cpp