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

#include <interaction.hpp>

Inheritance diagram for IEpsSigCutAtom:
AtomID AtomRef

Public Member Functions

 IEpsSigCutAtom ()
 
 IEpsSigCutAtom (AtomID a, vector< flt > epsilons, uint indx, flt sigma, flt cut)
 
 IEpsSigCutAtom (AtomID a, IEpsSigCutAtom other)
 
flt get_epsilon (IEpsSigCutAtom &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

vector< fltepsilons
 
uint indx
 
flt sigma
 
flt sigcut
 

Constructor & Destructor Documentation

IEpsSigCutAtom::IEpsSigCutAtom ( )
inline
IEpsSigCutAtom::IEpsSigCutAtom ( AtomID  a,
vector< flt epsilons,
uint  indx,
flt  sigma,
flt  cut 
)
inline
IEpsSigCutAtom::IEpsSigCutAtom ( AtomID  a,
IEpsSigCutAtom  other 
)
inline

Member Function Documentation

flt IEpsSigCutAtom::get_epsilon ( IEpsSigCutAtom other)
inline
flt IEpsSigCutAtom::max_size ( )
inline

Member Data Documentation

vector<flt> IEpsSigCutAtom::epsilons
uint IEpsSigCutAtom::indx
flt IEpsSigCutAtom::sigcut
flt IEpsSigCutAtom::sigma

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