![]() |
Rosetta Core
2014.16.56682
|
#include <EtableAtom.hh>
Public Types | |
| typedef conformation::Atom | parent |
Public Member Functions | |
| EtableAtom () | |
| EtableAtom (conformation::Residue const &res, Size atom_index) | |
| virtual | ~EtableAtom () |
| non-virtual destructor to keep EtableAtom small and lightweight as a virtual destructor would add a vtable to the class But I fear leaks... do I know how xyzVector dealloates its data? More... | |
| int | atom_type () const |
| deprecated! More... | |
| void | atom_type (int setting) |
| deprecated! More... | |
| bool | is_hydrogen () const |
| property required by RotamerTrie class More... | |
| void | is_hydrogen (bool setting) |
| setter method for data required by RotamerTrie class More... | |
| void | print () const |
| send a description of the atom to standard out More... | |
| void | print (std::ostream &os) const |
| send a description of the atom to an output stream More... | |
| bool | operator< (EtableAtom const &other) const |
| compairison operator for sorting More... | |
| bool | operator== (EtableAtom const &other) const |
| equality operator for shared-prefix detection More... | |
Public Member Functions inherited from core::conformation::Atom | |
| Atom () | |
| default constructor and set atom type number to 0 and place the atom at the origin More... | |
| Atom (ShortSize const type_in, ShortSize const mm_type_in) | |
| constructor with an atom type number More... | |
| Atom (Vector const &xyz_in, ShortSize const type_in, ShortSize const mm_type_in) | |
| constructor with xyz and an atom type number More... | |
| virtual | ~Atom () |
| destructor More... | |
| void | type (ShortSize const type_in) |
| set the atom type number More... | |
| ShortSize | type () const |
| Returns the AtomType number. More... | |
| void | mm_type (ShortSize const mm_type_in) |
| set the mm atom type number More... | |
| ShortSize | mm_type () const |
| get the mm atom type number More... | |
| Vector const & | xyz () const |
| Returns the atom coordinates as an xyzVector. More... | |
| void | xyz (Vector const &xyz_in) |
| Sets the atom coordinates using an xyzVector. More... | |
Private Attributes | |
| bool | is_hydrogen_ |
| core::scoring::etable::etrie::EtableAtom::EtableAtom | ( | ) |
| core::scoring::etable::etrie::EtableAtom::EtableAtom | ( | conformation::Residue const & | res, |
| Size | atom_index | ||
| ) |
|
virtual |
non-virtual destructor to keep EtableAtom small and lightweight as a virtual destructor would add a vtable to the class But I fear leaks... do I know how xyzVector dealloates its data?
|
inline |
deprecated!
References core::conformation::Atom::type().
|
inline |
deprecated!
References core::conformation::Atom::type().
|
inline |
property required by RotamerTrie class
References is_hydrogen_.
|
inline |
setter method for data required by RotamerTrie class
References is_hydrogen_.
|
inline |
compairison operator for sorting
References core::conformation::Atom::type(), and core::conformation::Atom::xyz().
|
inline |
equality operator for shared-prefix detection
References core::conformation::Atom::type(), and core::conformation::Atom::xyz().
| void core::scoring::etable::etrie::EtableAtom::print | ( | ) | const |
send a description of the atom to standard out
Referenced by core::scoring::etable::etrie::operator<<().
| void core::scoring::etable::etrie::EtableAtom::print | ( | std::ostream & | os | ) | const |
send a description of the atom to an output stream
References core::conformation::Atom::type(), numeric::xyzVector< class >::x(), core::conformation::Atom::xyz(), numeric::xyzVector< class >::y(), and numeric::xyzVector< class >::z().
|
private |
Referenced by is_hydrogen().
1.8.7