Injects the output of a request to the mesh in a thread safe way.
More...
#include <OgreQueuedProgressiveMeshGenerator.h>
|
| PMInjector () |
|
virtual | ~PMInjector () |
|
virtual bool | canHandleResponse (const Response *res, const WorkQueue *srcQ) |
| Return whether this handler can process a given response. More...
|
|
void | handleResponse (const WorkQueue::Response *res, const WorkQueue *srcQ) |
| The handler method every subclass must implement. More...
|
|
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) |
|
void | removeInjectorListener () |
|
void | setInjectorListener (PMInjectorListener *injectorListener) |
|
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 |
( |
| ) |
|
virtual Ogre::PMInjector::~PMInjector |
( |
| ) |
|
|
virtual |
virtual bool Ogre::WorkQueue::ResponseHandler::canHandleResponse |
( |
const Response * |
res, |
|
|
const WorkQueue * |
srcQ |
|
) |
| |
|
inlinevirtualinherited |
static PMInjector& Ogre::PMInjector::getSingleton |
( |
void |
| ) |
|
|
static |
Override standard Singleton retrieval.
- This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors.
static PMInjector* Ogre::PMInjector::getSingletonPtr |
( |
void |
| ) |
|
|
static |
Override standard Singleton retrieval.
- This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors.
The handler method every subclass must implement.
- Parameters
-
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.
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
void Ogre::PMInjector::removeInjectorListener |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: