26 #include <numeric/xyzVector.hh>
28 #include <utility/vector1.hh>
40 parent( res.atom( atom_index ) ),
41 isbb_( res.atom_is_backbone( atom_index ) ),
42 is_hydrogen_( false ),
43 charge_( res.atomic_charge( atom_index ) )
56 os <<
"atom type: " <<
type() <<
" charge: " <<
charge_;
57 os <<
" isbb: " <<
isbb_;
58 os <<
" (" <<
xyz().x();
59 os <<
", " <<
xyz().y();
60 os <<
", " <<
xyz().z() <<
")" << std::endl;