Classes | |
| struct | DensityZ |
| struct | Table |
Enumerations | |
| enum class | Kind { unspecified , cationHead , anion , tail , donorH , acceptor , polar , apolar , waterO , waterH , solvent } |
| enum class | Family { waterIce , ionicLiquid , moltenSalt , des , electrolyte , confinedIL , confinedWater , networkFormer } |
Functions | |
| DensityZ | densityZ (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, int typeI, int nbin, int axis) |
| Histogram Point::{x,y,z} for typeI (0 = every atom). axis is 0, 1, or 2. | |
| DensityZ | densityZ (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, const Table &table, Kind kind, int nbin, int axis) |
| Same histogram, restricted to atoms whose Table kind matches. | |
| bool | iceScoreAllowed (Family f) |
| const char * | refuseIceScore (Family f) |
| const char * | familyName (Family f) |
| Family | parseFamily (std::string_view name) |
| std::vector< int > | indicesOf (const molSys::PointCloud< molSys::Point< double >, double > &yCloud, const Table &table, Kind kind) |
| int | lammpsTypeOfKind (const Table &table, Kind kind) |
| molSys::PointCloud< molSys::Point< double >, double > | ionCloud (const molSys::PointCloud< molSys::Point< double >, double > &src, const Table &table) |
| Table | parseSiteSpec (std::string_view spec) |
|
strong |
|
strong |
| DensityZ site::densityZ | ( | const molSys::PointCloud< molSys::Point< double >, double > & | yCloud, |
| const Table & | table, | ||
| Kind | kind, | ||
| int | nbin, | ||
| int | axis ) |
Same histogram, restricted to atoms whose Table kind matches.
| DensityZ site::densityZ | ( | const molSys::PointCloud< molSys::Point< double >, double > & | yCloud, |
| int | typeI, | ||
| int | nbin, | ||
| int | axis ) |
Histogram Point::{x,y,z} for typeI (0 = every atom). axis is 0, 1, or 2.
| const char * site::familyName | ( | Family | f | ) |
| bool site::iceScoreAllowed | ( | Family | f | ) |
| std::vector< int > site::indicesOf | ( | const molSys::PointCloud< molSys::Point< double >, double > & | yCloud, |
| const Table & | table, | ||
| Kind | kind ) |
| molSys::PointCloud< molSys::Point< double >, double > site::ionCloud | ( | const molSys::PointCloud< molSys::Point< double >, double > & | src, |
| const Table & | table ) |
| Family site::parseFamily | ( | std::string_view | name | ) |
| Table site::parseSiteSpec | ( | std::string_view | spec | ) |
| const char * site::refuseIceScore | ( | Family | f | ) |