![]() |
Rosetta
2021.16
|
#include <AtomSelection.hh>
Public Member Functions | |
| AtomSelection () | |
| default constructor More... | |
| AtomSelection (Size const residue, std::string const &atom, char const &chain) | |
| create from residue number, atom name and chain ID More... | |
| AtomSelection (AtomSelection const &other) | |
| copy constructor More... | |
| AtomSelection & | operator= (AtomSelection const &rhs) |
| copy assignment More... | |
| ~AtomSelection () | |
| destructor More... | |
| Size | get_rsd () const |
| std::string | get_atom () const |
| const char & | get_chain () const |
| void | set_rsd (Size const residue) |
| void | set_atom (std::string const &atom) |
| void | set_chain (char const &chain) |
| void | show (std::ostream &TR) const |
Private Attributes | |
| Size | rsd_ |
| std::string | atom_ |
| char | chain_ |
Friends | |
| bool | operator< (AtomSelection const &lhs, AtomSelection const &rhs) |
| bool | operator> (AtomSelection const &lhs, AtomSelection const &rhs) |
| bool | operator<= (AtomSelection const &lhs, AtomSelection const &rhs) |
| bool | operator>= (AtomSelection const &lhs, AtomSelection const &rhs) |
| bool | operator== (AtomSelection const &lhs, AtomSelection const &rhs) |
| bool | operator!= (AtomSelection const &lhs, AtomSelection const &rhs) |
| core::io::nmr::AtomSelection::AtomSelection | ( | ) |
default constructor
| core::io::nmr::AtomSelection::AtomSelection | ( | Size const | residue, |
| std::string const & | atom, | ||
| char const & | chain | ||
| ) |
create from residue number, atom name and chain ID
| core::io::nmr::AtomSelection::AtomSelection | ( | AtomSelection const & | other | ) |
copy constructor
| core::io::nmr::AtomSelection::~AtomSelection | ( | ) |
destructor
|
inline |
References atom_.
Referenced by core::scoring::nmr::pre_spin_type_from_atom_name(), and core::io::nmr::read_selection_group_from_string().
|
inline |
References chain_.
| AtomSelection & core::io::nmr::AtomSelection::operator= | ( | AtomSelection const & | rhs | ) |
|
inline |
References atom_.
Referenced by core::io::nmr::read_atom_selection_from_string().
|
inline |
References chain_.
Referenced by core::io::nmr::read_atom_selection_from_string().
|
inline |
References rsd_.
Referenced by core::io::nmr::read_atom_selection_from_string().
| void core::io::nmr::AtomSelection::show | ( | std::ostream & | TR | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
Referenced by get_atom(), core::io::nmr::operator<(), operator=(), core::io::nmr::operator==(), set_atom(), and show().
|
private |
Referenced by get_chain(), core::io::nmr::operator<(), operator=(), core::io::nmr::operator==(), set_chain(), and show().
|
private |
Referenced by get_rsd(), core::io::nmr::operator<(), operator=(), core::io::nmr::operator==(), set_rsd(), and show().
1.8.7