Pointers to molecule of water. More...
#include <spce_ccl.hpp>
Public Member Functions | |
| Water (double const rh1[], double const rh2[], double const ro[], double const rc[], double fh1[], double fh2[], double fo[]) | |
| Water (Water const &w, double fh1[], double fh2[], double fo[]) | |
| void | addForces (Water const &w) |
Public Attributes | |
| const double *const | rh1_ |
| const double *const | rh2_ |
| const double *const | ro_ |
| const double *const | rc_ |
| double *const | fh1_ |
| double *const | fh2_ |
| double *const | fo_ |
Pointers to molecule of water.
Pointers to coordinates and forces of a molecule of water.
Definition at line 78 of file spce_ccl.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 96 of file spce_ccl.hpp.
| double* const forcefields::SpceCcl::Water::fh1_ |
Definition at line 107 of file spce_ccl.hpp.
| double* const forcefields::SpceCcl::Water::fh2_ |
Definition at line 108 of file spce_ccl.hpp.
| double* const forcefields::SpceCcl::Water::fo_ |
Definition at line 109 of file spce_ccl.hpp.
| const double* const forcefields::SpceCcl::Water::rc_ |
Definition at line 106 of file spce_ccl.hpp.
| const double* const forcefields::SpceCcl::Water::rh1_ |
Definition at line 103 of file spce_ccl.hpp.
| const double* const forcefields::SpceCcl::Water::rh2_ |
Definition at line 104 of file spce_ccl.hpp.
| const double* const forcefields::SpceCcl::Water::ro_ |
Definition at line 105 of file spce_ccl.hpp.