Esempio n. 1
0
ParticleAdaptor::ParticleAdaptor(const Decorator &d)
    : m_(d.get_model()), pi_(d.get_particle_index()) {}
Esempio n. 2
0
ParticleIndexAdaptor::ParticleIndexAdaptor(const Decorator &d)
    : ParticleIndex(d.get_particle_index()) {}