Go to the source code of this file.
Defines | |
| #define | ENUMS_HPP |
Enumerations | |
| enum | Bool_t { kFalse = 0, kAlsoTrue = 1, kTrue = !kFalse } |
| enum | Bound_t { kLower, kUpper, kUnknownBound } |
| enum | feptask_t { kUp, kDown, kStop, kGrow, kFade, kNoGrow, kStepUp, kStepDown, kStepGrow, kStepFade, kUnknownTask } |
| enum | Error_t { kNoProblem, kParsingProblem, kNAMD_Problem } |
Variables | |
| const double | kAlmostOne = 0.9999999999 |
| const double | kAlmostMinusOne = -0.9999999999 |
| const double | kALittle = 0.0000000001 |
| const double | kPi = 3.1415926536 |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 8 of file FreeEnergyEnums.h. |
|
|
|
Definition at line 11 of file FreeEnergyEnums.h. Referenced by ABoundAngleRestraint::GetBound(), ABoundDistRestraint::GetBound(), ABoundPosRestraint::GetBound(), and GetRestraint(). 00011 {kLower, kUpper, kUnknownBound};
|
|
|
Definition at line 14 of file FreeEnergyEnums.h. 00014 {kNoProblem, kParsingProblem, kNAMD_Problem};
|
|
|
Definition at line 12 of file FreeEnergyEnums.h. Referenced by ALambdaControl::GetTask(), and ReadPmfBlock(). 00012 {kUp, kDown, kStop, kGrow, kFade, kNoGrow,
00013 kStepUp, kStepDown, kStepGrow, kStepFade, kUnknownTask};
|
|
|
Definition at line 18 of file FreeEnergyEnums.h. |
|
|
Definition at line 17 of file FreeEnergyEnums.h. |
|
|
Definition at line 16 of file FreeEnergyEnums.h. |
|
|
Definition at line 19 of file FreeEnergyEnums.h. Referenced by GetRestraint(). |
1.3.9.1