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


Public Types | |
| typedef ClosePackBlock< CubicBlockIterator, TmplParticle > | Inherited |
Public Types inherited from esys::lsm::ClosePackBlock< CubicBlockIterator, SimpleParticle > | |
| typedef ParticleCollection< SimpleParticle >::Particle | Particle |
| typedef CubicBlockIterator | ClosePackIterator |
| typedef ClosePackBlockGenerator< CubicBlockIterator, Particle > | BlockGenerator |
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 | |
| CubicBlock (unsigned int numX, unsigned int numY, unsigned int numZ, double radius=0.5, ClosePackOrientation orientation=DEFAULT_ORIENT) | |
Public Member Functions inherited from esys::lsm::ClosePackBlock< CubicBlockIterator, SimpleParticle > | |
| ClosePackBlock (unsigned int numX, unsigned int numY, unsigned int numZ, double radius=0.5, ClosePackOrientation orientation=DEFAULT_ORIENT) | |
| virtual | ~ClosePackBlock () |
| 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) |
Additional Inherited Members | |
Protected Member Functions inherited from esys::lsm::ClosePackBlock< CubicBlockIterator, SimpleParticle > | |
| void | createParticles () |
Protected Member Functions inherited from esys::lsm::ParticleCollection< SimpleParticle > | |
| void | noCheckInsertRef (Particle &p) |
| typedef ClosePackBlock<CubicBlockIterator,TmplParticle> esys::lsm::CubicBlock< TmplParticle >::Inherited |
| esys::lsm::CubicBlock< TmplParticle >::CubicBlock | ( | unsigned int | numX, |
| unsigned int | numY, | ||
| unsigned int | numZ, | ||
| double | radius = 0.5, |
||
| ClosePackOrientation | orientation = DEFAULT_ORIENT |
||
| ) |