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

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

#include <Simulation.h>

Public Member Functions

 LessThan (const int i)
 Build the object with the upper bound.
 
bool operator() (const int pa)
 Test for acceptance. More...
 

Detailed Description

Function object to regulate the ScheduleParticleCollisions function.

This class will cause the function to examine all particles with index values less than the index this function was constructed with.

Member Function Documentation

bool MDSimulation::LessThan::operator() ( const int  pa)
inline

Test for acceptance.

Parameters
paThe index to test against the upper limit.

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