Ignition Rendering

API Reference

0.1.0

#include <OgreMesh.hh>

Public Member Functions

virtual ~OgreMesh ()
 
virtual Ogre::MovableObjectOgreObject () const
 
- Public Member Functions inherited from BaseMesh< OgreGeometry >
virtual ~BaseMesh ()
 
virtual void Destroy ()
 Destroy any resources associated with this object. Invoking any other functions after destroying an object will result in undefined behavior. More...
 
virtual bool HasSubMesh (ConstSubMeshPtr _subMesh) const
 Determine if has given sub-mesh. More...
 
virtual bool HasSubMeshName (const std::string &_name) const
 Determine if has sub-mesh with given name. More...
 
virtual MaterialPtr Material () const
 Get the material of this geometry. More...
 
virtual void PreRender ()
 Prepare this object and any of its children for rendering. This should be called for each object in a scene just before rendering, which can be achieved by a single call to Scene::PreRender. More...
 
virtual void SetMaterial (const std::string &_name, bool _unique=true)
 Set the materials of this Geometry. The specified material will be retrieved from the parent Scene. If no material is registered by the given name, no work will be done. More...
 
virtual void SetMaterial (MaterialPtr _material, bool _unique=true)
 Set the materials of this Geometry. More...
 
virtual SubMeshPtr SubMeshByIndex (unsigned int _index) const
 Get sub-mesh at given index. More...
 
virtual SubMeshPtr SubMeshByName (const std::string &_name) const
 Get sub-mesh with given name. More...
 
virtual unsigned int SubMeshCount () const
 Get the sub-mesh count. More...
 
- Public Member Functions inherited from Mesh
virtual ~Mesh ()
 Destructor. More...
 
- Public Member Functions inherited from Geometry
virtual ~Geometry ()
 Deconstructor. More...
 
- Public Member Functions inherited from Object
virtual ~Object ()
 Deconstructor. More...
 
- Public Member Functions inherited from OgreGeometry
virtual ~OgreGeometry ()
 
virtual bool HasParent () const
 Determine if this Geometry is attached to a Visual. More...
 
virtual VisualPtr Parent () const
 Get the parent Visual. More...
 
- Public Member Functions inherited from BaseGeometry< OgreObject >
virtual ~BaseGeometry ()
 
virtual void RemoveParent ()
 Detach this Geometry from its parent Visual. If this Geometry does not have a parent, no work will be done. More...
 
- Public Member Functions inherited from OgreObject
virtual ~OgreObject ()
 
virtual ScenePtr Scene () const
 Get the Scene that created this object. More...
 
- Public Member Functions inherited from BaseObject
virtual ~BaseObject ()
 
virtual unsigned int Id () const
 Get the object ID. This ID will be unique across all objects inside a given scene, but necessarily true for objects across different scenes. More...
 
virtual std::string Name () const
 Get the object name. This name will be unique across all objects inside a given scene, but necessarily true for objects across different scenes. More...
 
- Public Member Functions inherited from enable_shared_from_this< BaseObject >
enable_shared_from_this (T... args)
 
~enable_shared_from_this (T... args)
 
operator= (T... args)
 
shared_from_this (T... args)
 

Protected Member Functions

 OgreMesh ()
 
virtual SubMeshStorePtr SubMeshes () const
 
- Protected Member Functions inherited from BaseMesh< OgreGeometry >
 BaseMesh ()
 
- Protected Member Functions inherited from OgreGeometry
 OgreGeometry ()
 
virtual void SetParent (OgreVisualPtr _parent)
 
- Protected Member Functions inherited from BaseGeometry< OgreObject >
 BaseGeometry ()
 
- Protected Member Functions inherited from OgreObject
 OgreObject ()
 
- Protected Member Functions inherited from BaseObject
 BaseObject ()
 
virtual void Init ()
 
virtual void Load ()
 

Protected Attributes

Ogre::EntityogreEntity
 
OgreSubMeshStorePtr subMeshes
 
- Protected Attributes inherited from OgreGeometry
OgreVisualPtr parent
 
- Protected Attributes inherited from OgreObject
OgreScenePtr scene
 
- Protected Attributes inherited from BaseObject
unsigned int id
 
std::string name
 

Constructor & Destructor Documentation

◆ OgreMesh()

OgreMesh ( )
protected

◆ ~OgreMesh()

virtual ~OgreMesh ( )
virtual

Member Function Documentation

◆ OgreObject()

virtual Ogre::MovableObject* OgreObject ( ) const
virtual

Implements OgreGeometry.

◆ SubMeshes()

virtual SubMeshStorePtr SubMeshes ( ) const
protectedvirtual

Member Data Documentation

◆ ogreEntity

Ogre::Entity* ogreEntity
protected

◆ subMeshes

OgreSubMeshStorePtr subMeshes
protected

The documentation for this class was generated from the following file: