group_particles
Loading...
Searching...
No Matches
Classes | Namespaces
callback_utils_select.hpp File Reference

Some common ways to override Callback::grp_select. More...

Go to the source code of this file.

Classes

class  CallbackUtils::select::MultiSelectBase< AFields >
 base class to apply multiple selection functions in Callback::grp_select. More...
 
class  CallbackUtils::select::MultiSelect< AFields, Child >
 interface class to include a selection function in Callback::grp_select. More...
 
class  CallbackUtils::select::Window< AFields, Field >
 select only groups that have some 1-dimensional property fall into an interval. More...
 
struct  CallbackUtils::select::LowCutoff< AFields, Field >
 select only groups that have some 1-dimensional property above a certain value. More...
 
struct  CallbackUtils::select::HighCutoff< AFields, Field >
 select only groups that have some 1-dimensional property below a certain value. More...
 

Namespaces

namespace  CallbackUtils
 contains classes that implement parts of the Callback base.
 
namespace  CallbackUtils::select
 Some common ways to override Callback::grp_select.
 

Detailed Description

Some common ways to override Callback::grp_select.