OGRE
1.9.0
|
Injects the output of a request to the mesh in a thread safe way. More...
#include <OgreQueuedProgressiveMeshGenerator.h>
Public Member Functions | |
PMInjector () | |
virtual | ~PMInjector () |
virtual bool | canHandleResponse (const Response *res, const WorkQueue *srcQ) |
Return whether this handler can process a given response. | |
void | handleResponse (const WorkQueue::Response *res, const WorkQueue *srcQ) |
The handler method every subclass must implement. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
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, 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 *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
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 | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void | removeInjectorListener () |
void | setInjectorListener (PMInjectorListener *injectorListener) |
Static Public Member Functions | |
static PMInjector & | getSingleton (void) |
Override standard Singleton retrieval. | |
static PMInjector * | getSingletonPtr (void) |
Override standard Singleton retrieval. | |
Protected Member Functions | |
void | inject (PMGenRequest *request) |
Protected Attributes | |
PMInjectorListener * | mInjectorListener |
Static Protected Attributes | |
static PMInjector * | msSingleton |
Injects the output of a request to the mesh in a thread safe way.
Definition at line 143 of file OgreQueuedProgressiveMeshGenerator.h.
Ogre::PMInjector::PMInjector | ( | ) |
Referenced by getSingleton(), and getSingletonPtr().
|
virtual |
|
virtualinherited |
Return whether this handler can process a given response.
Reimplemented in Ogre::Page, Ogre::ResourceBackgroundQueue, Ogre::Terrain, Ogre::TerrainGroup, and Ogre::TerrainLodManager.
Definition at line 208 of file OgreWorkQueue.h.
References Ogre::WorkQueue::WorkQueue(), Ogre::WorkQueue::Request::getAborted(), and Ogre::WorkQueue::Response::getRequest().
|
static |
Override standard Singleton retrieval.
References PMInjector().
|
static |
Override standard Singleton retrieval.
References PMInjector().
|
virtual |
The handler method every subclass must implement.
res | The Response structure. The caller is responsible for deleting this after the call is made, none of the data contained (except pointers to structures in user Any data) will persist after this call is returned. |
srcQ | The work queue that this request originated from |
Implements Ogre::WorkQueue::ResponseHandler.
|
protected |
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
void Ogre::PMInjector::removeInjectorListener | ( | ) |
Definition at line 188 of file OgreQueuedProgressiveMeshGenerator.h.
References mInjectorListener.
void Ogre::PMInjector::setInjectorListener | ( | PMInjectorListener * | injectorListener | ) |
Definition at line 187 of file OgreQueuedProgressiveMeshGenerator.h.
References mInjectorListener.
|
protected |
Definition at line 194 of file OgreQueuedProgressiveMeshGenerator.h.
Referenced by removeInjectorListener(), and setInjectorListener().
|
staticprotectedinherited |
Definition at line 75 of file OgreSingleton.h.