SBSNeighborSearchParticleSystemPBC Class Reference

This class is the base class of neighbor search algorithms that can be applied to particle systems with periodic boundary conditions.

Destructor

virtual ~SBSNeighborSearchParticleSystemPBC ()
 

Neighbor lists

virtual void initializeNeighborLists ()
 
virtual void updateNeighborLists ()
 
SBIndexer< SBStructuralParticle * > * getNeighborIndexer (unsigned int i)
 

Neighbor search

virtual void getNeighbors (SBIndexer< SBStructuralParticle *> &neighborIndexer, const SBPosition3 &position, const SBQuantity::length &radius) const
 Appends to neighborIndexer all structural particles that are at a distance smaller than or equal to radius from the specified position.
 
virtual void getNeighbors (SBIndexer< SBStructuralParticle *> &neighborIndexer, const SBIAPosition3 &box) const
 Appends to neighborIndexer all structural particles inside the box.
 

Event handling

void onDynamicalEvent (SBDynamicalEvent *dynamicalEvent)
 

Debugging

virtual void print (unsigned int offset=0) const
 

Attributes

SBQuantity::squareLengthcutoffDistanceSquared
 
SBQuantity::inverseLengthinverseCutoffDistance
 
SBPointer< SBParticleSystem > * particleSystem
 The particle system the neighbor search algorithm is attached to.
 

Neighbor lists attributes

SBBuffer< SBIndexer< SBStructuralParticle * > * > * neighborIndexerBuffer
 The buffer containing the neighbor lists associated to each particle.
 

Additional Inherited Members

- Public Member Functions inherited from SBCReferenceTarget
 SBCReferenceTarget ()
 
virtual ~SBCReferenceTarget ()
 
unsigned int getMemoryFootprint () const
 
void printReferencesToOwners () const