|
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
Definition at line 25 of file ChargeGrid.hh.
|
inline |
Definition at line 27 of file ChargeGrid.hh.
References charge, neighbor_count, and xyz.
|
inline |
Definition at line 35 of file ChargeGrid.hh.
References charge, and neighbor_count.
| void protocols::qsar::scoring_grid::ChargeAtom::deserialize | ( | utility::json_spirit::mObject | data) |
Definition at line 49 of file ChargeGrid.cc.
References charge, neighbor_count, and xyz.
Referenced by protocols::qsar::scoring_grid::ChargeGrid::deserialize().
| utility::json_spirit::Value protocols::qsar::scoring_grid::ChargeAtom::serialize | ( | ) |
Definition at line 36 of file ChargeGrid.cc.
References charge, neighbor_count, and xyz.
| core::Real protocols::qsar::scoring_grid::ChargeAtom::charge |
Definition at line 46 of file ChargeGrid.hh.
Referenced by protocols::qsar::scoring_grid::ChargeGrid::charge_charge_electrostatic(), ChargeAtom(), deserialize(), and serialize().
| core::Size protocols::qsar::scoring_grid::ChargeAtom::neighbor_count |
Definition at line 47 of file ChargeGrid.hh.
Referenced by protocols::qsar::scoring_grid::ChargeGrid::charge_charge_electrostatic(), ChargeAtom(), deserialize(), and serialize().
| core::Vector protocols::qsar::scoring_grid::ChargeAtom::xyz |
Definition at line 45 of file ChargeGrid.hh.
Referenced by protocols::qsar::scoring_grid::ChargeGrid::charge_charge_electrostatic(), ChargeAtom(), deserialize(), and serialize().
1.8.4