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

Factory class for particle emitter of type "HollowEllipsoid". More...

#include <OgreHollowEllipsoidEmitterFactory.h>

+ Inheritance diagram for Ogre::HollowEllipsoidEmitterFactory:
+ Collaboration diagram for Ogre::HollowEllipsoidEmitterFactory:

Public Member Functions

ParticleEmittercreateEmitter (ParticleSystem *psys)
 See ParticleEmitterFactory. More...
 
virtual void destroyEmitter (ParticleEmitter *e)
 Destroys the emitter pointed to by the parameter (for early clean up if required). More...
 
String getName () const
 See ParticleEmitterFactory. 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< ParticleEmitter * >::type mEmitters
 

Detailed Description

Factory class for particle emitter of type "HollowEllipsoid".

Remarks
Creates instances of HollowEllipsoidEmitter to be used in particle systems.

Definition at line 43 of file OgreHollowEllipsoidEmitterFactory.h.

Member Function Documentation

ParticleEmitter* Ogre::HollowEllipsoidEmitterFactory::createEmitter ( ParticleSystem psys)
inlinevirtual
virtual void Ogre::ParticleEmitterFactory::destroyEmitter ( ParticleEmitter e)
virtualinherited

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

String Ogre::HollowEllipsoidEmitterFactory::getName ( void  ) const
inlinevirtual
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.

Member Data Documentation

vector<ParticleEmitter*>::type Ogre::ParticleEmitterFactory::mEmitters
protectedinherited

Definition at line 59 of file OgreParticleEmitterFactory.h.


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