Gromacs
2018.8
|
#include "gmxpre.h"
#include "selection.h"
#include <string>
#include "gromacs/selection/nbsearch.h"
#include "gromacs/selection/position.h"
#include "gromacs/topology/mtop_lookup.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/stringutil.h"
#include "gromacs/utility/textwriter.h"
#include "selelem.h"
#include "selvalue.h"
Implements classes in selection.h.
Functions | |
void | gmx::internal::anonymous_namespace{selection.cpp}::computeMassesAndCharges (const gmx_mtop_t *top, const gmx_ana_pos_t &pos, std::vector< real > *masses, std::vector< real > *charges) |
Helper function to compute total masses and charges for positions. More... | |