Rosetta 3.5
|
a very light representation of an atom that is just a charge and a cartesian space position More...
#include <ChargeGrid.hh>
Public Member Functions | |
ChargeAtom (core::Vector const &in_xyz, core::Real const &in_charge, core::Size const &nc) | |
ChargeAtom () | |
utility::json_spirit::Value | serialize () |
void | deserialize (utility::json_spirit::mObject data) |
Public Attributes | |
core::Vector | xyz |
core::Real | charge |
core::Size | neighbor_count |
a very light representation of an atom that is just a charge and a cartesian space position
|
inline |
References charge, neighbor_count, and xyz.
|
inline |
References charge, and neighbor_count.
void protocols::qsar::scoring_grid::ChargeAtom::deserialize | ( | utility::json_spirit::mObject | data) |
References charge, neighbor_count, and xyz.
Referenced by protocols::qsar::scoring_grid::ChargeGrid::deserialize().
utility::json_spirit::Value protocols::qsar::scoring_grid::ChargeAtom::serialize | ( | ) |
References charge, neighbor_count, and xyz.
core::Real protocols::qsar::scoring_grid::ChargeAtom::charge |
core::Size protocols::qsar::scoring_grid::ChargeAtom::neighbor_count |
core::Vector protocols::qsar::scoring_grid::ChargeAtom::xyz |