|
| enum | Style { PQR_LEGACY,
PDB,
PQR
} |
| |
|
|
| PQRWriter (Style style=Style::PQR_LEGACY) |
| |
|
template<std::forward_iterator ParticleIter> |
| void | save (std::ostream &stream, ParticleIter begin, ParticleIter end, const Point &box_length) |
| |
|
void | save (std::ostream &stream, const RequireGroups auto &groups, const Point &box_length) |
| |
|
template<class... Args> |
| void | save (const std::string &filename, const Args &... args) |
| |
|
|
Style | style = Style::PQR_LEGACY |
| |
|
|
bool | particle_is_active = true |
| |
|
std::string | group_name |
| |
|
std::size_t | particle_index = 0 |
| |
|
std::size_t | group_index = 0 |
| |
|
Point | box_dimensions = Point::Zero() |
| |
| static const std::string | generated_by_faunus_comment |
| |
The documentation for this class was generated from the following files: