Go to the documentation of this file. 1
2
3
4
5
6
7#ifndef particle_declarations_h
8#define particle_declarations_h
9
10#include "Particle/pVec.h"
11
13
15
17
18
20
21
23
24
26
27
29};
30
31#endif
PAPIClasses.h.
Definition: pAPIContext.h:16
const float P_MAXFLOAT
A very large float value used as a default arg passed into functions.
Definition: pDeclarations.h:19
void(* P_PARTICLE_CALLBACK_ACTION)(struct Particle_t &particle, const pdata_t data, const float dt)
This is the type of the callback functions that you can register for the Callback() action.
Definition: pDeclarations.h:28
unsigned int pdata_t
Definition: pDeclarations.h:16
const float P_EPS
A very small float value added to some physical calculations to dampen them and improve stability.
Definition: pDeclarations.h:22
const int P_VERSION
This is the version number of this release of the API.
Definition: pDeclarations.h:14
Definition: pParticle.h:18