#include <RandObjLinker.h>
Public Member Functions |
|
PFExport | RandObjLinker () |
PFExport | ~RandObjLinker () |
PFExport bool | Init (IObject *pCont, int randomSeed) |
PFExport void | Release (IObject *pCont) |
PFExport RandGenerator * | GetRandGenerator (IObject *pCont) const |
PFExport void | FreeAll () |
Protected Attributes |
|
int | m_num |
Tab< IObject * > | m_particleContainers |
Tab< RandGenerator * > | m_randGenerators |
PFExport RandObjLinker | ( | ) |
PFExport ~RandObjLinker | ( | ) |
PFExport bool Init | ( | IObject * | pCont, |
int | randomSeed | ||
) |
PFExport void Release | ( | IObject * | pCont | ) |
PFExport RandGenerator* GetRandGenerator | ( | IObject * | pCont | ) | const |
PFExport void FreeAll | ( | ) |
int m_num
[protected] |
Tab<IObject*> m_particleContainers
[protected] |
Tab<RandGenerator*> m_randGenerators
[protected] |