#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) |
virtual void | swap (SharedPtr< Mesh > &other) |
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 141 of file OgreSharedPtr.h. |
|
Override destroy since we need to delete Mesh after fully defined.
Reimplemented from Ogre::SharedPtr< Mesh >. |
|
Definition at line 135 of file OgreSharedPtr.h. |
|
Definition at line 153 of file OgreSharedPtr.h. |
|
Definition at line 155 of file OgreSharedPtr.h. |
|
Definition at line 133 of file OgreSharedPtr.h. |
|
Definition at line 134 of file OgreSharedPtr.h. |
|
Operator used to convert a ResourcePtr to a MeshPtr.
|
|
Definition at line 169 of file OgreSharedPtr.h. |
|
Definition at line 157 of file OgreSharedPtr.h. |
|
Definition at line 206 of file OgreSharedPtr.h. |
|
Definition at line 149 of file OgreSharedPtr.h. |
|
Definition at line 150 of file OgreSharedPtr.h. |
|
Definition at line 151 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 Sep 30 10:51:45 2007