|
| UreyBradleyBend (Atom *atom1, Atom *atom2, Atom *atom3, UreyBradleyBendType *bt) |
|
virtual void | calcForce (RealType &angle, bool doParticlePot) |
|
| Bend (Atom *atom1, Atom *atom2, Atom *atom3, BendType *bt) |
|
RealType | getValue (int snapshotNo) |
| Returns the value of this ShortRangeInteraction in specified snapshot.
|
|
RealType | getPotential () |
|
Atom * | getAtomA () |
|
Atom * | getAtomB () |
|
Atom * | getAtomC () |
|
BendType * | getBendType () |
|
virtual std::string | getName () |
| Returns the name of this ShortRangeInteraction.
|
|
virtual void | setName (const std::string &name) |
| Sets the name of this bend for selections.
|
|
void | accept (BaseVisitor *v) |
|
| Bend (Atom *atom1, Atom *atom2, Atom *atom3, BendType *bt) |
|
RealType | getValue (int snapshotNo) |
| Returns the value of this ShortRangeInteraction in specified snapshot.
|
|
RealType | getPotential () |
|
Atom * | getAtomA () |
|
Atom * | getAtomB () |
|
Atom * | getAtomC () |
|
BendType * | getBendType () |
|
virtual std::string | getName () |
| Returns the name of this ShortRangeInteraction.
|
|
virtual void | setName (const std::string &name) |
| Sets the name of this bend for selections.
|
|
void | accept (BaseVisitor *v) |
|
virtual RealType | getPrevValue () |
| Returns the previous value of this ShortRangeInteraction.
|
|
virtual RealType | getValue () |
| Returns the current value of this ShortRangeInteraction.
|
|
int | getGlobalIndex () |
| Returns the global index of this ShortRangeInteraction.
|
|
void | setGlobalIndex (int index) |
| Sets the global index of this ShortRangeInteraction.
|
|
int | getLocalIndex () |
| Returns the local index of this ShortRangeInteraction.
|
|
void | setLocalIndex (int index) |
| Sets the local index of this ShortRangeInteraction.
|
|
void | setSnapshotManager (SnapshotManager *sman) |
| Sets the Snapshot Manager of this ShortRangeInteraction.
|
|
virtual std::vector< Atom * > | getAtoms () |
|
void | addProperty (std::shared_ptr< GenericData > genData) |
| Adds property into property map.
|
|
void | removeProperty (const std::string &propName) |
| Removes property from PropertyMap by name.
|
|
std::vector< std::string > | getPropertyNames () |
| Returns all names of properties.
|
|
std::vector< std::shared_ptr< GenericData > > | getProperties () |
| Returns all of the properties in PropertyMap.
|
|
std::shared_ptr< GenericData > | getPropertyByName (const std::string &propName) |
| Returns property.
|
|
Definition at line 61 of file UreyBradleyBend.hpp.