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

Factory class for DirectionRandomiserAffector. More...

#include <OgreDirectionRandomiserAffectorFactory.h>

+ Inheritance diagram for Ogre::DirectionRandomiserAffectorFactory:
+ Collaboration diagram for Ogre::DirectionRandomiserAffectorFactory:

Public Member Functions

virtual void destroyAffector (ParticleAffector *e)
 Destroys the affector pointed to by the parameter (for early clean up if required). 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)
 

Protected Attributes

vector< ParticleAffector * >::type mAffectors
 

Private Member Functions

ParticleAffectorcreateAffector (ParticleSystem *psys)
 See ParticleAffectorFactory. More...
 
String getName () const
 See ParticleAffectorFactory. More...
 

Detailed Description

Factory class for DirectionRandomiserAffector.

Definition at line 38 of file OgreDirectionRandomiserAffectorFactory.h.

Member Function Documentation

ParticleAffector* Ogre::DirectionRandomiserAffectorFactory::createAffector ( ParticleSystem psys)
inlineprivatevirtual
virtual void Ogre::ParticleAffectorFactory::destroyAffector ( ParticleAffector e)
virtualinherited

Destroys the affector pointed to by the parameter (for early clean up if required).

String Ogre::DirectionRandomiserAffectorFactory::getName ( void  ) const
inlineprivatevirtual
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 101 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 107 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 112 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 118 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 67 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 72 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 78 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 85 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 90 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

vector<ParticleAffector*>::type Ogre::ParticleAffectorFactory::mAffectors
protectedinherited

Definition at line 58 of file OgreParticleAffectorFactory.h.


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