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

Factory for OctreeZone. More...

#include <OgreOctreeZone.h>

+ Inheritance diagram for Ogre::OctreeZoneFactory:
+ Collaboration diagram for Ogre::OctreeZoneFactory:

Public Member Functions

 OctreeZoneFactory ()
 
virtual ~OctreeZoneFactory ()
 
PCZonecreatePCZone (PCZSceneManager *pczsm, const String &zoneName)
 
const StringgetFactoryTypeName () const
 
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)
 
bool supportsPCZoneType (const String &zoneType)
 

Public Attributes

String mFactoryTypeName
 Factory type name. More...
 

Detailed Description

Factory for OctreeZone.

Definition at line 248 of file OgreOctreeZone.h.

Constructor & Destructor Documentation

Ogre::OctreeZoneFactory::OctreeZoneFactory ( )
virtual Ogre::OctreeZoneFactory::~OctreeZoneFactory ( )
virtual

Member Function Documentation

PCZone* Ogre::OctreeZoneFactory::createPCZone ( PCZSceneManager pczsm,
const String zoneName 
)
virtual

Implements Ogre::PCZoneFactory.

const String& Ogre::PCZoneFactory::getFactoryTypeName ( ) const
inlineinherited

Definition at line 55 of file OgrePCZoneFactory.h.

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.

bool Ogre::OctreeZoneFactory::supportsPCZoneType ( const String zoneType)
virtual

Implements Ogre::PCZoneFactory.

Member Data Documentation

String Ogre::PCZoneFactory::mFactoryTypeName
inherited

Factory type name.

Definition at line 57 of file OgrePCZoneFactory.h.


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