ParticleHandler.h File Reference

Go to the source code of this file.

Classes

class  ParticleHandler
 Container to store all BaseParticle. More...
 

Enumerations

enum  AttributeType { MIN = 0 , MAX = 1 }
 

Enumeration Type Documentation

◆ AttributeType

Enumerator
MIN 
MAX 
38 {
39  MIN = 0, MAX = 1
40 };
@ MIN
Definition: ParticleHandler.h:39
@ MAX
Definition: ParticleHandler.h:39