|
|
std::string | property |
| |
|
double | resolution = 0.0 |
| | Resolution used when binning (histograms etc.)
|
| |
|
double | minimum_value = 0.0 |
| | Minimum allowed value.
|
| |
|
double | maximum_value = 0.0 |
| | Maximum allowed value.
|
| |
|
std::string | name |
| | Meaningful, short name. Don't use spaces or weird characters.
|
| |
|
|
size_t | index |
| |
|
Point | dir = {0.0, 0.0, 0.0} |
| |
|
std::function< double()> | function = nullptr |
| | returns reaction coordinate Default 1.0; currently unused
|
| |
◆ AtomProperty()
| Faunus::ReactionCoordinate::AtomProperty::AtomProperty |
( |
const json & |
j, |
|
|
const Space & |
spc |
|
) |
| |
- Warning
- For the lambda capture, always capture "Space&" and not unerlying objects like
particles or groups. This is because the memory location of the latter may be modified after the lambda cration, thus leading to undefined dereferencing.
The documentation for this class was generated from the following files: