OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::PagedWorldSectionFactory Class Referenceabstract

A factory class for creating types of world section. More...

#include <OgrePagedWorldSection.h>

+ Inheritance diagram for Ogre::PagedWorldSectionFactory:

Public Member Functions

virtual ~PagedWorldSectionFactory ()
 
virtual PagedWorldSectioncreateInstance (const String &name, PagedWorld *parent, SceneManager *sm)=0
 
virtual void destroyInstance (PagedWorldSection *)=0
 
virtual const StringgetName () const =0
 

Detailed Description

A factory class for creating types of world section.

Constructor & Destructor Documentation

◆ ~PagedWorldSectionFactory()

virtual Ogre::PagedWorldSectionFactory::~PagedWorldSectionFactory ( )
inlinevirtual

Member Function Documentation

◆ getName()

virtual const String& Ogre::PagedWorldSectionFactory::getName ( ) const
pure virtual

◆ createInstance()

virtual PagedWorldSection* Ogre::PagedWorldSectionFactory::createInstance ( const String name,
PagedWorld parent,
SceneManager sm 
)
pure virtual

◆ destroyInstance()

virtual void Ogre::PagedWorldSectionFactory::destroyInstance ( PagedWorldSection )
pure virtual

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