ESyS-Particle
4.0.1
|
Public Member Functions | |
RegularBlockGenerator (NTable &nTable, ParticlePool &particlePool, const BoundingBox &bBox, const BoolVector &periodicDimensions, double tolerance, double sphereRadius) | |
virtual double | getRadius () const |
virtual double | getGridRadius () const |
virtual void | generate () |
![]() | |
BlockGenerator (NTable &nTable, ParticlePool &particlePool, const BoundingBox &bBox, const BoolVector &periodicDimensions, double tolerance) | |
virtual void | generateSeedParticles () |
virtual SimpleParticle | generateParticle (const Vec3 &point) |
size_t | getNumParticles () const |
int | getNextId () |
virtual bool | particleFits (const SimpleParticle &particle) const |
bool | is2d () const |
bool | particleFitsInBBox (const SimpleParticle &particle) const |
bool | particleFitsWithNeighbours (const SimpleParticle &particle) const |
void | insertParticle (const SimpleParticle &particle) |
double | getTolerance () const |
const BoundingBox & | getBBox () const |
bool | contains (const SimpleParticle &particle) const |
ParticleIterator | getParticleIterator () |
![]() | |
ParticleGenerator (NTable &nTable, ParticlePool &particlePool) |
Additional Inherited Members | |
![]() | |
typedef NTable::ParticleVector | ParticleVector |
typedef NTable::ParticleIterator | ParticleIterator |
typedef std::set< int > | IdSet |
![]() | |
typedef CircularNeighbourTable < SimpleParticle > | NTable |
typedef boost::object_pool < SimpleParticle > | ParticlePool |