.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
MDSimulation::AllParticles Class Reference

Function object to regulate the ScheduleParticleCollisions function. More...

#include <Simulation.h>

Public Member Functions

 AllParticles (const int)
 Build the object. More...
 
bool operator() (const int)
 Test true for all given particle indices. More...
 

Detailed Description

Function object to regulate the ScheduleParticleCollisions function.

This will cause the function to examine all particles that are in adjacent cells.

Constructor & Destructor Documentation

MDSimulation::AllParticles::AllParticles ( const int  )
inlineexplicit

Build the object.

Nothing to be done really.

Member Function Documentation

bool MDSimulation::AllParticles::operator() ( const int  )
inline

Test true for all given particle indices.

Parameters
paThe index to test against the upper limit.

The documentation for this class was generated from the following file: