NAMD
Public Member Functions | Public Attributes | List of all members
BondValue Class Reference

#include <Parameters.h>

Public Member Functions

 BondValue ()
 

Public Attributes

Real k
 
Real x0
 
Real x1
 

Detailed Description

Definition at line 83 of file Parameters.h.

Constructor & Destructor Documentation

BondValue::BondValue ( )
inline

Definition at line 85 of file Parameters.h.

85 : k(0), x0(0), x1(0) { }
Real x1
Definition: Parameters.h:88
Real x0
Definition: Parameters.h:87
Real k
Definition: Parameters.h:86

Member Data Documentation

Real BondValue::k
Real BondValue::x0
Real BondValue::x1

Definition at line 88 of file Parameters.h.

Referenced by BondElem::computeForce().


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