|
group_particles
|
Type describing either a group or a particle. More...
#include <callback.hpp>
Public Member Functions | |
| auto | coord () const |
| template<typename Field > | |
| auto | get () const |
| Returns the individual properties. | |
Type describing either a group or a particle.
| T | either AFields::GroupFields or AllFields::ParticleFields |
This type contains all the information about a group or particle read from the data files (with the AFields template parameter controlling which fields are to be read). User should only use the get method to retrieve the information they need.
Specializations are in Callback::GrpProperties and Callback::PrtProperties.
|
inline |
Special case of the get method, returning the coordinate field.
|
inline |
Returns the individual properties.
| Field | the field whose value should be retrieved. |