PASource Struct Reference

#include <actions.h>

Inheritance diagram for PASource:

Inheritance graph
[legend]
Collaboration diagram for PASource:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~PASource ()

Public Attributes

pDomainposition
pDomainpositionB
pDomainupVec
pDomainvelocity
pDomainrvelocity
pDomainsize
pDomaincolor
pDomainalpha
float particle_rate
float age
float age_sigma
bool vertexB_tracks
 EXEC_METHOD


Detailed Description

Definition at line 293 of file actions.h.


Constructor & Destructor Documentation

PASource::~PASource (  )  [inline]

Definition at line 310 of file actions.h.

References alpha, color, position, positionB, rvelocity, size, upVec, and velocity.

00311     {
00312         delete position;        // Choose a position in this domain.
00313         delete positionB;       // Choose a positionB in this domain.
00314         delete upVec;       // Choose an up vector in this domain
00315         delete velocity;        // Choose a velocity in this domain.
00316         delete rvelocity;       // Choose a rotation velocity in this domain.
00317         delete size;            // Choose a size in this domain.
00318         delete color;           // Choose a color in this domain.
00319         delete alpha;           // Choose an alpha in this domain.
00320     }


Member Data Documentation

pDomain* PASource::position

Definition at line 295 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::positionB

Definition at line 296 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::upVec

Definition at line 297 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::velocity

Definition at line 298 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::rvelocity

Definition at line 299 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::size

Definition at line 300 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::color

Definition at line 301 of file actions.h.

Referenced by pSource(), and ~PASource().

pDomain* PASource::alpha

Definition at line 302 of file actions.h.

Referenced by pSource(), and ~PASource().

float PASource::particle_rate

Definition at line 303 of file actions.h.

Referenced by pSource().

float PASource::age

Definition at line 304 of file actions.h.

Referenced by pSource().

float PASource::age_sigma

Definition at line 305 of file actions.h.

Referenced by pSource().

bool PASource::vertexB_tracks

Definition at line 306 of file actions.h.

Referenced by pSource().

PASource::EXEC_METHOD

Reimplemented from PActionBase.

Definition at line 308 of file actions.h.


The documentation for this struct was generated from the following file:
Generated on Sat Mar 15 23:51:32 2008 for Armagetron Advanced by  doxygen 1.5.4