openPMD_raytrace_API
0.1.0
|
defines the maximum number of rays that can be stored in memory before dumping to file More...
Classes | |
class | openPMD_io |
I/O API for the ray trace extension of the openPMD format. More... | |
class | Ray |
Generic ray, containing all the ray information being stored by the API into the openPMD file. More... | |
Typedefs | |
typedef int | particleStatus_t |
Variables | |
constexpr int | kDead = 0 |
particleStatus_t: dead ray | |
constexpr int | kAlive = 1 |
alive ray | |
defines the maximum number of rays that can be stored in memory before dumping to file
particle statues are defined by the openPMD extension as integers with
In the ray tracing extension only raytracing::kDead and raytracing::kAlive values are used