This class is the base class of neighbor search algorithms that can be applied to particle systems.
Protected Member Functions | |
| SBSNeighborSearchParticleSystem (SBParticleSystem *, const SBQuantity::length &cutoffDistance) | |
Protected Member Functions inherited from SBCReferenceTarget | |
| void | removeAllReferenceOwners () |
| SBCReferenceTarget (SBCReferenceTargetData *dataPointer) | |
Destructor | |
| virtual | ~SBSNeighborSearchParticleSystem () |
Neighbor lists | |
| virtual void | initializeNeighborLists () |
| virtual void | updateNeighborLists () |
| SBVector< SBStructuralParticle * > const * | getNeighborVector (unsigned int i) |
Neighbor search | |
| virtual bool | areNeighbors (unsigned int i, unsigned int j) const |
Returns whether particles with indices i and j are neighbors. | |
| virtual bool | areNeighbors (SBStructuralParticle *structuralParticleI, SBStructuralParticle *structuralParticleJ) const |
Returns whether structural particles structuralParticleI and structuralParticleJ are neighbors. | |
| virtual void | getNeighbors (SBVector< SBStructuralParticle *> &neighborVector, const SBPosition3 &position, const SBQuantity::length &radius) const |
Appends to neighborVector all structural particles that are at a distance smaller than or equal to radius from the specified position. | |
| virtual void | getNeighbors (SBVector< SBStructuralParticle *> &neighborVector, const SBIAPosition3 &box) const |
Appends to neighborVector all structural particles inside the box. | |
Event handling | |
| void | onDynamicalEvent (SBDynamicalEvent *dynamicalEvent) |
Debugging | |
| virtual void | print (unsigned int offset=0) const |
Attributes | |
| SBQuantity::squareLength * | cutoffDistanceSquared |
| SBQuantity::inverseLength * | inverseCutoffDistance |
| SBPointer< SBParticleSystem > * | particleSystem |
| The particle system the neighbor search algorithm is attached to. | |
Neighbor lists attributes | |
| SBBuffer< SBVector< SBStructuralParticle * > * > * | neighborVectorBuffer |
| The buffer containing the neighbor lists associated to each particle. | |
Additional Inherited Members | |
Public Member Functions inherited from SBSNeighborSearch | |
| virtual | ~SBSNeighborSearch () |
Public Member Functions inherited from SBCReferenceTarget | |
| SBCReferenceTarget () | |
| virtual | ~SBCReferenceTarget () |
| unsigned int | getMemoryFootprint () const |
| void | printReferencesToOwners () const |
Protected Attributes inherited from SBCReferenceTarget | |
| SBCReferenceTargetData * | dataPointer |