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

Class which will create instances of a given SceneManager. More...

#include <OgreSceneManager.h>

+ Inheritance diagram for Ogre::SceneManagerFactory:
+ Collaboration diagram for Ogre::SceneManagerFactory:

Public Member Functions

 SceneManagerFactory ()
 
virtual ~SceneManagerFactory ()
 
virtual SceneManagercreateInstance (const String &instanceName)=0
 Create a new instance of a SceneManager. More...
 
virtual void destroyInstance (SceneManager *instance)=0
 Destroy an instance of a SceneManager. More...
 
virtual const
SceneManagerMetaData
getMetaData (void) const
 Get information about the SceneManager type created by this factory. More...
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 

Protected Member Functions

virtual void initMetaData (void) const =0
 Internal method to initialise the metadata, must be implemented. More...
 

Protected Attributes

SceneManagerMetaData mMetaData
 
bool mMetaDataInit
 

Detailed Description

Class which will create instances of a given SceneManager.

Definition at line 3637 of file OgreSceneManager.h.

Constructor & Destructor Documentation

Ogre::SceneManagerFactory::SceneManagerFactory ( )
inline

Definition at line 3645 of file OgreSceneManager.h.

virtual Ogre::SceneManagerFactory::~SceneManagerFactory ( )
inlinevirtual

Definition at line 3646 of file OgreSceneManager.h.

Member Function Documentation

virtual SceneManager* Ogre::SceneManagerFactory::createInstance ( const String instanceName)
pure virtual
virtual void Ogre::SceneManagerFactory::destroyInstance ( SceneManager instance)
pure virtual
virtual const SceneManagerMetaData& Ogre::SceneManagerFactory::getMetaData ( void  ) const
inlinevirtual

Get information about the SceneManager type created by this factory.

Definition at line 3648 of file OgreSceneManager.h.

virtual void Ogre::SceneManagerFactory::initMetaData ( void  ) const
protectedpure virtual

Internal method to initialise the metadata, must be implemented.

Implemented in Ogre::PCZSceneManagerFactory, Ogre::BspSceneManagerFactory, Ogre::OctreeSceneManagerFactory, and Ogre::DefaultSceneManagerFactory.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

SceneManagerMetaData Ogre::SceneManagerFactory::mMetaData
mutableprotected

Definition at line 3640 of file OgreSceneManager.h.

bool Ogre::SceneManagerFactory::mMetaDataInit
mutableprotected

Definition at line 3641 of file OgreSceneManager.h.


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