#include <site.hpp>
Public Attributes | |
| std::vector< int > | ion |
| cloud indices of the ions, in input order | |
| std::vector< int > | shell |
| water molecules within the cutoff | |
| std::vector< double > | iceFraction |
| labelled share of that shell | |
| std::vector< IonState > | state |
| std::vector< std::vector< int > > | members |
| per ion, the shell molecules (cloud indices) | |
| int | nIce = 0 |
| int | nFront = 0 |
| int | nLiquid = 0 |
| std::vector<double> site::IonEnvironment::iceFraction |
| std::vector<int> site::IonEnvironment::ion |
| std::vector<std::vector<int> > site::IonEnvironment::members |
| std::vector<int> site::IonEnvironment::shell |