19 #ifndef OST_ATOM_PROP_HH
20 #define OST_ATOM_PROP_HH
26 namespace ost {
namespace mol {
namespace impl {
32 : radius(0.0), charge(0.0), mass(0.0), has_anisou(false), is_default(true),
37 mass(m), has_anisou(false), is_default(true)
40 mass(rhs.mass), has_anisou(rhs.has_anisou), is_default(rhs.is_default),
54 static std::map<String, AtomProp> defaults_;
AtomProp(Real r, Real m, Real c=0.0)
AtomProp(const AtomProp &rhs)
#define DLLEXPORT_OST_MOL