OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::MeshPtr Class Reference

Specialisation of SharedPtr to allow SharedPtr to be assigned to MeshPtr. More...

#include <OgreMesh.h>

+ Inheritance diagram for Ogre::MeshPtr:
+ Collaboration diagram for Ogre::MeshPtr:

Public Member Functions

 MeshPtr ()
 
 MeshPtr (Mesh *rep)
 
 MeshPtr (const MeshPtr &r)
 
 MeshPtr (const ResourcePtr &r)
 
void bind (Mesh *rep, SharedPtrFreeMethod inFreeMethod=SPFM_DELETE)
 Binds rep to the SharedPtr. More...
 
SharedPtrFreeMethod freeMethod () const
 
Meshget () const
 
MeshgetPointer () const
 
bool isNull (void) const
 
Meshoperator* () const
 
Meshoperator-> () const
 
MeshPtroperator= (const ResourcePtr &r)
 Operator used to convert a ResourcePtr to a MeshPtr. More...
 
void setNull (void)
 
bool unique () const
 
unsigned int useCount () const
 
unsigned int * useCountPointer () const
 

Protected Member Functions

void destroy (void)
 Override destroy since we need to delete Mesh after fully defined. More...
 
void release (void)
 
virtual void swap (SharedPtr< Mesh > &other)
 

Protected Attributes

MeshpRep
 
unsigned int * pUseCount
 
SharedPtrFreeMethod useFreeMethod
 

Detailed Description

Specialisation of SharedPtr to allow SharedPtr to be assigned to MeshPtr.

Note
Has to be a subclass since we need operator=. We could templatise this instead of repeating per Resource subclass, except to do so requires a form VC6 does not support i.e. ResourceSubclassPtr<T> : public SharedPtr<T>

Definition at line 875 of file OgreMesh.h.

Constructor & Destructor Documentation

Ogre::MeshPtr::MeshPtr ( )
inline

Definition at line 878 of file OgreMesh.h.

Ogre::MeshPtr::MeshPtr ( Mesh rep)
inlineexplicit

Definition at line 879 of file OgreMesh.h.

Ogre::MeshPtr::MeshPtr ( const MeshPtr r)
inline

Definition at line 880 of file OgreMesh.h.

Ogre::MeshPtr::MeshPtr ( const ResourcePtr r)

Member Function Documentation

void Ogre::SharedPtr< Mesh >::bind ( Mesh rep,
SharedPtrFreeMethod  inFreeMethod = SPFM_DELETE 
)
inlineinherited

Binds rep to the SharedPtr.

Remarks
Assumes that the SharedPtr is uninitialised!

Definition at line 167 of file OgreSharedPtr.h.

void Ogre::MeshPtr::destroy ( void  )
protectedvirtual

Override destroy since we need to delete Mesh after fully defined.

Reimplemented from Ogre::SharedPtr< Mesh >.

SharedPtrFreeMethod Ogre::SharedPtr< Mesh >::freeMethod ( ) const
inlineinherited

Definition at line 181 of file OgreSharedPtr.h.

Mesh * Ogre::SharedPtr< Mesh >::get ( void  ) const
inlineinherited

Definition at line 161 of file OgreSharedPtr.h.

Mesh * Ogre::SharedPtr< Mesh >::getPointer ( ) const
inlineinherited

Definition at line 180 of file OgreSharedPtr.h.

bool Ogre::SharedPtr< Mesh >::isNull ( void  ) const
inlineinherited

Definition at line 183 of file OgreSharedPtr.h.

Mesh & Ogre::SharedPtr< Mesh >::operator* ( ) const
inlineinherited

Definition at line 159 of file OgreSharedPtr.h.

Mesh * Ogre::SharedPtr< Mesh >::operator-> ( ) const
inlineinherited

Definition at line 160 of file OgreSharedPtr.h.

MeshPtr& Ogre::MeshPtr::operator= ( const ResourcePtr r)

Operator used to convert a ResourcePtr to a MeshPtr.

void Ogre::SharedPtr< Mesh >::release ( void  )
inlineprotectedinherited

Definition at line 197 of file OgreSharedPtr.h.

void Ogre::SharedPtr< Mesh >::setNull ( void  )
inlineinherited

Definition at line 185 of file OgreSharedPtr.h.

virtual void Ogre::SharedPtr< Mesh >::swap ( SharedPtr< Mesh > &  other)
inlineprotectedvirtualinherited

Definition at line 247 of file OgreSharedPtr.h.

bool Ogre::SharedPtr< Mesh >::unique ( ) const
inlineinherited

Definition at line 176 of file OgreSharedPtr.h.

unsigned int Ogre::SharedPtr< Mesh >::useCount ( ) const
inlineinherited

Definition at line 177 of file OgreSharedPtr.h.

unsigned int* Ogre::SharedPtr< Mesh >::useCountPointer ( ) const
inlineinherited

Definition at line 178 of file OgreSharedPtr.h.

Member Data Documentation

Mesh * Ogre::SharedPtr< Mesh >::pRep
protectedinherited

Definition at line 63 of file OgreSharedPtr.h.

unsigned int* Ogre::SharedPtr< Mesh >::pUseCount
protectedinherited

Definition at line 64 of file OgreSharedPtr.h.

SharedPtrFreeMethod Ogre::SharedPtr< Mesh >::useFreeMethod
protectedinherited

Definition at line 65 of file OgreSharedPtr.h.


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