Factory for OctreeSceneManager.
More...
#include <OgreOctreeSceneManager.h>
|
| | OctreeSceneManagerFactory () |
| |
| | ~OctreeSceneManagerFactory () |
| |
| SceneManager * | createInstance (const String &instanceName) |
| |
| virtual SceneManager * | createInstance (const String &instanceName, size_t numWorkerThreads, InstancingThreadedCullingMethod threadedCullingMethod)=0 |
| | Create a new instance of a SceneManager.
|
| |
| void | destroyInstance (SceneManager *instance) |
| | Destroy an instance of a SceneManager.
|
| |
| virtual const SceneManagerMetaData & | getMetaData (void) const |
| | Get information about the SceneManager type created by this factory.
|
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| |
◆ OctreeSceneManagerFactory()
| Ogre::OctreeSceneManagerFactory::OctreeSceneManagerFactory |
( |
| ) |
|
|
inline |
◆ ~OctreeSceneManagerFactory()
| Ogre::OctreeSceneManagerFactory::~OctreeSceneManagerFactory |
( |
| ) |
|
|
inline |
◆ createInstance() [1/2]
◆ createInstance() [2/2]
◆ destroyInstance()
| void Ogre::OctreeSceneManagerFactory::destroyInstance |
( |
SceneManager * |
instance | ) |
|
|
virtual |
◆ getMetaData()
Get information about the SceneManager type created by this factory.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
operator new, with debug line info
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
array operator new, with debug line info
◆ FACTORY_TYPE_NAME
| const String Ogre::OctreeSceneManagerFactory::FACTORY_TYPE_NAME |
|
static |
The documentation for this class was generated from the following file: