Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Ogre::BspSceneManagerFactory Class Reference

Factory for BspSceneManager. More...

#include <OgreBspSceneManager.h>

Inheritance diagram for Ogre::BspSceneManagerFactory:

Ogre::SceneManagerFactory List of all members.

Public Member Functions

 BspSceneManagerFactory ()
 ~BspSceneManagerFactory ()
SceneManagercreateInstance (const String &instanceName)
 Create a new instance of a SceneManager.

void destroyInstance (SceneManager *instance)
 Destroy an instance of a SceneManager.

virtual const SceneManagerMetaDatagetMetaData (void) const
 Get information about the SceneManager type created by this factory.


Static Public Attributes

const String FACTORY_TYPE_NAME
 Factory type name.


Protected Member Functions

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


Protected Attributes

SceneManagerMetaData mMetaData
bool mMetaDataInit

Detailed Description

Factory for BspSceneManager.

Definition at line 262 of file OgreBspSceneManager.h.


Constructor & Destructor Documentation

Ogre::BspSceneManagerFactory::BspSceneManagerFactory  ) 
 

Definition at line 267 of file OgreBspSceneManager.h.

Ogre::BspSceneManagerFactory::~BspSceneManagerFactory  ) 
 

Definition at line 268 of file OgreBspSceneManager.h.


Member Function Documentation

SceneManager* Ogre::BspSceneManagerFactory::createInstance const String instanceName  )  [virtual]
 

Create a new instance of a SceneManager.

Remarks:
Don't call directly, use SceneManagerEnumerator::createSceneManager.

Implements Ogre::SceneManagerFactory.

void Ogre::BspSceneManagerFactory::destroyInstance SceneManager instance  )  [virtual]
 

Destroy an instance of a SceneManager.

Implements Ogre::SceneManagerFactory.

virtual const SceneManagerMetaData& Ogre::SceneManagerFactory::getMetaData void   )  const [virtual, inherited]
 

Get information about the SceneManager type created by this factory.

Definition at line 2426 of file OgreSceneManager.h.

void Ogre::BspSceneManagerFactory::initMetaData void   )  const [protected, virtual]
 

Internal method to initialise the metadata, must be implemented.

Implements Ogre::SceneManagerFactory.


Member Data Documentation

const String Ogre::BspSceneManagerFactory::FACTORY_TYPE_NAME [static]
 

Factory type name.

Definition at line 270 of file OgreBspSceneManager.h.

SceneManagerMetaData Ogre::SceneManagerFactory::mMetaData [mutable, protected, inherited]
 

Definition at line 2418 of file OgreSceneManager.h.

bool Ogre::SceneManagerFactory::mMetaDataInit [mutable, protected, inherited]
 

Definition at line 2419 of file OgreSceneManager.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:46:53 2006