#include <OgreMesh.h>
Inheritance diagram for Ogre::MeshPtr:
Public Member Functions | |
MeshPtr () | |
MeshPtr (Mesh *rep) | |
MeshPtr (const MeshPtr &r) | |
MeshPtr (const ResourcePtr &r) | |
MeshPtr & | operator= (const ResourcePtr &r) |
Operator used to convert a ResourcePtr to a MeshPtr. | |
Mesh & | operator * () const |
Mesh * | operator-> () const |
Mesh * | get () const |
void | bind (Mesh *rep) |
Binds rep to the SharedPtr. | |
bool | unique () const |
unsigned int | useCount () const |
unsigned int * | useCountPointer () const |
Mesh * | getPointer () const |
bool | isNull (void) const |
void | setNull (void) |
Protected Member Functions | |
void | destroy (void) |
Override destroy since we need to delete Mesh after fully defined. | |
void | release (void) |
Protected Attributes | |
Mesh * | pRep |
unsigned int * | pUseCount |
Definition at line 844 of file OgreMesh.h.
|
Definition at line 847 of file OgreMesh.h. |
|
Definition at line 848 of file OgreMesh.h. |
|
Definition at line 849 of file OgreMesh.h. |
|
|
|
Binds rep to the SharedPtr.
Definition at line 165 of file OgreSharedPtr.h. |
|
Override destroy since we need to delete Mesh after fully defined.
Reimplemented from Ogre::SharedPtr< Mesh >. |
|
Definition at line 159 of file OgreSharedPtr.h. |
|
Definition at line 177 of file OgreSharedPtr.h. |
|
Definition at line 179 of file OgreSharedPtr.h. |
|
Definition at line 157 of file OgreSharedPtr.h. |
|
Definition at line 158 of file OgreSharedPtr.h. |
|
Operator used to convert a ResourcePtr to a MeshPtr.
|
|
Definition at line 193 of file OgreSharedPtr.h. |
|
Definition at line 181 of file OgreSharedPtr.h. |
|
Definition at line 173 of file OgreSharedPtr.h. |
|
Definition at line 174 of file OgreSharedPtr.h. |
|
Definition at line 175 of file OgreSharedPtr.h. |
|
Definition at line 50 of file OgreSharedPtr.h. |
|
Definition at line 51 of file OgreSharedPtr.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jun 10 10:37:14 2007