group_particles
Loading...
Searching...
No Matches
Namespaces
CallbackUtils Namespace Reference

contains classes that implement parts of the Callback base. More...

Namespaces

namespace  chunk
 Some common ways to override Callback::grp_chunk and Callback::prt_chunk.
 
namespace  grp_action
 Some common ways to override Callback::grp_action.
 
namespace  meta
 Some common ways to override Callback::read_grp_meta and Callback::read_prt_meta.
 
namespace  meta_init
 Some common ways to override Callback::read_grp_meta_init and Callback::read_prt_meta_init.
 
namespace  name
 Some common ways to override Callback::grp_name and Callback::prt_name.
 
namespace  prt_action
 Some common ways to override Callback::prt_action.
 
namespace  prt_modify
 Some common ways to override Callback::prt_modify.
 
namespace  radius
 Some common ways to override Callback::grp_radius.
 
namespace  select
 Some common ways to override Callback::grp_select.
 

Detailed Description

contains classes that implement parts of the Callback base.

By inheriting from classes in this namespace, the user can obtain a lot of functionality that is fairly common quite easily, without the need to explicitly override methods in the Callback base.