#include <PFMessages.h>
This class is used to identify the particle group and action list the hit particle belongs to.
Instances of this are logged to the system, and therefore are owned and the memory is freed by the System.
Public Member Functions |
|
PFHitData () | |
PFHitData (INode *pgroup, INode *alist) | |
Public Attributes |
|
INode * | particleGroupNode |
INode * | actionListNode |
PFHitData | ( | ) | [inline] |
{ particleGroupNode = NULL; actionListNode = NULL; }
{ particleGroupNode = pgroup; actionListNode = alist; }