|
faunus
|
Spherical region centered on a particle. More...
#include <regions.h>


Public Member Functions | |
| SphereAroundParticle (const Space &spc, ParticleVector::size_type index, double radius) | |
| SphereAroundParticle (const Space &spc, const json &j) | |
| bool | isInside (const Point &position) const override |
| std::optional< double > | volume () const override |
| void | to_json (json &j) const override |
Spherical region centered on a particle.
| Faunus::Region::SphereAroundParticle::SphereAroundParticle | ( | const Space & | spc, |
| ParticleVector::size_type | index, | ||
| double | radius | ||
| ) |
1.8.13