|
ESyS-Particle
2.3.4
|
#include <SimpleBlock.h>


Public Types | |
| typedef ParticleCollection< TmplParticle >::Particle | Particle |
Public Types inherited from esys::lsm::ParticleCollection< SimpleParticle > | |
| typedef SimpleParticle | Particle |
| typedef boost::object_pool< Particle > | ParticlePool |
| typedef boost::shared_ptr< ParticlePool > | ParticlePoolPtr |
Public Member Functions | |
| SimpleBlock (unsigned int numX, unsigned int numY, unsigned int numZ, double radius=0.5) | |
| virtual | ~SimpleBlock () |
| double | getRadius () const |
Public Member Functions inherited from esys::lsm::ParticleCollection< SimpleParticle > | |
| ParticleCollection () | |
| ParticleCollection (ParticlePoolPtr particlePoolPtr) | |
| ParticleCollection (const ParticleCollection &p) | |
| ParticleCollection & | operator= (const ParticleCollection &p) |
| virtual | ~ParticleCollection () |
| int | getNumParticles () const |
| BoundingBox | getParticleBBox () const |
| ParticleIterator | getParticleIterator () |
| ParticleConstIterator | getParticleIterator () const |
| void | translateBy (const Vec3 &vec) |
| void | rotate (const Vec3 &rotation, const Vec3 &posn) |
| void | incrementIdBy (typename Particle::Id idIncr) |
| void | insertRef (Particle &p) |
| Particle & | createParticle (const Particle &p) |
Protected Member Functions | |
| void | createParticles () |
Protected Member Functions inherited from esys::lsm::ParticleCollection< SimpleParticle > | |
| void | noCheckInsertRef (Particle &p) |
Private Attributes | |
| SimpleBlockGenerator< Particle > | m_generator |
| typedef ParticleCollection<TmplParticle>::Particle esys::lsm::SimpleBlock< TmplParticle >::Particle |
| esys::lsm::SimpleBlock< TmplParticle >::SimpleBlock | ( | unsigned int | numX, |
| unsigned int | numY, | ||
| unsigned int | numZ, | ||
| double | radius = 0.5 |
||
| ) |
References esys::lsm::SimpleBlock< TmplParticle >::createParticles().

|
virtual |
|
protected |
Referenced by esys::lsm::SimpleBlock< TmplParticle >::SimpleBlock().

| double esys::lsm::SimpleBlock< TmplParticle >::getRadius |
|
private |