ParM  parm
A molecular dynamics library
Public Member Functions | Public Attributes | List of all members
EpsSigExpAtom Struct Reference

#include <interaction.hpp>

Inheritance diagram for EpsSigExpAtom:
AtomID AtomRef

Public Member Functions

 EpsSigExpAtom ()
 
 EpsSigExpAtom (AtomID a, flt eps, flt sigma, flt exponent)
 
 EpsSigExpAtom (AtomID a, EpsSigExpAtom other)
 
flt max_size ()
 
- Public Member Functions inherited from AtomID
 AtomID ()
 Constructor not recommended: uses UINT_MAX for number, i.e. unknown. More...
 
 AtomID (Atom *a, uint n)
 Recommended constructor. More...
 
uint n () const
 
- Public Member Functions inherited from AtomRef
 AtomRef ()
 
 AtomRef (Atom *a)
 
Atomoperator* () const
 
Atomoperator-> () const
 
bool operator== (const AtomRef &other) const
 
bool operator== (const Atom *other) const
 
bool operator!= (const AtomRef &other) const
 
bool operator< (const AtomRef &other) const
 
bool operator<= (const AtomRef &other) const
 
bool operator>= (const AtomRef &other) const
 
bool operator> (const AtomRef &other) const
 
bool is_null ()
 

Public Attributes

flt eps
 
flt sigma
 
flt exponent
 

Detailed Description

Examples:
hardspheres.cpp, and packer.cpp.

Constructor & Destructor Documentation

EpsSigExpAtom::EpsSigExpAtom ( )
inline
EpsSigExpAtom::EpsSigExpAtom ( AtomID  a,
flt  eps,
flt  sigma,
flt  exponent 
)
inline
EpsSigExpAtom::EpsSigExpAtom ( AtomID  a,
EpsSigExpAtom  other 
)
inline

Member Function Documentation

flt EpsSigExpAtom::max_size ( )
inline

Member Data Documentation

flt EpsSigExpAtom::eps
flt EpsSigExpAtom::exponent
flt EpsSigExpAtom::sigma

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