Rosetta
Public Types | Public Member Functions | Private Attributes | List of all members
core::scoring::mm::mmtrie::MMEnergyTableAtom Class Reference

#include <MMEnergyTableAtom.hh>

Inheritance diagram for core::scoring::mm::mmtrie::MMEnergyTableAtom:
Inheritance graph
[legend]

Public Types

typedef conformation::Atom parent
 

Public Member Functions

 MMEnergyTableAtom ()
 
 MMEnergyTableAtom (conformation::Residue const &res, Size mm_atom_index)
 
 ~MMEnergyTableAtom () override
 non-virtual destructor to keep MMEnergyTableAtom 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...
 
Size mm_atom_type () const
 deprecated! More...
 
void mm_atom_type (Size 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...
 
bool is_wat () const
 hydrate/SPaDES protocol More...
 
void is_wat (bool setting)
 hydrate/SPaDES protocol 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< (MMEnergyTableAtom const &other) const
 compairison operator for sorting More...
 
bool operator== (MMEnergyTableAtom const &other) const
 equality operator for shared-prefix detection More...
 
- Public Member Functions inherited from core::conformation::Atom
 Atom ()
 Default constructor. 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 ()=default
 destructor More...
 
void show (std::ostream &output) const
 Generate string representation of conformation::Atom for debugging purposes. More...
 
void show () const
 Generate string representation of conformation::Atom to std::cout for debugging purposes. 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_
 
bool is_wat_
 

Member Typedef Documentation

◆ parent

Constructor & Destructor Documentation

◆ MMEnergyTableAtom() [1/2]

core::scoring::mm::mmtrie::MMEnergyTableAtom::MMEnergyTableAtom ( )

◆ MMEnergyTableAtom() [2/2]

core::scoring::mm::mmtrie::MMEnergyTableAtom::MMEnergyTableAtom ( conformation::Residue const &  res,
Size  mm_atom_index 
)

◆ ~MMEnergyTableAtom()

core::scoring::mm::mmtrie::MMEnergyTableAtom::~MMEnergyTableAtom ( )
overridedefault

non-virtual destructor to keep MMEnergyTableAtom 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?

Member Function Documentation

◆ is_hydrogen() [1/2]

bool core::scoring::mm::mmtrie::MMEnergyTableAtom::is_hydrogen ( ) const
inline

property required by RotamerTrie class

References is_hydrogen_.

◆ is_hydrogen() [2/2]

void core::scoring::mm::mmtrie::MMEnergyTableAtom::is_hydrogen ( bool  setting)
inline

setter method for data required by RotamerTrie class

References is_hydrogen_.

◆ is_wat() [1/2]

bool core::scoring::mm::mmtrie::MMEnergyTableAtom::is_wat ( ) const
inline

hydrate/SPaDES protocol

References is_wat_.

◆ is_wat() [2/2]

void core::scoring::mm::mmtrie::MMEnergyTableAtom::is_wat ( bool  setting)
inline

hydrate/SPaDES protocol

References is_wat_.

◆ mm_atom_type() [1/2]

Size core::scoring::mm::mmtrie::MMEnergyTableAtom::mm_atom_type ( ) const
inline

◆ mm_atom_type() [2/2]

void core::scoring::mm::mmtrie::MMEnergyTableAtom::mm_atom_type ( Size  setting)
inline

deprecated!

References core::conformation::Atom::mm_type().

◆ operator<()

bool core::scoring::mm::mmtrie::MMEnergyTableAtom::operator< ( MMEnergyTableAtom const &  other) const
inline

compairison operator for sorting

References core::conformation::Atom::mm_type(), and core::conformation::Atom::xyz().

◆ operator==()

bool core::scoring::mm::mmtrie::MMEnergyTableAtom::operator== ( MMEnergyTableAtom const &  other) const
inline

equality operator for shared-prefix detection

References core::conformation::Atom::mm_type(), and core::conformation::Atom::xyz().

◆ print() [1/2]

void core::scoring::mm::mmtrie::MMEnergyTableAtom::print ( ) const

send a description of the atom to standard out

send a description of the atom to standard out

Referenced by core::scoring::mm::mmtrie::operator<<().

◆ print() [2/2]

void core::scoring::mm::mmtrie::MMEnergyTableAtom::print ( std::ostream &  os) const

send a description of the atom to an output stream

References core::conformation::Atom::mm_type(), and core::conformation::Atom::xyz().

Member Data Documentation

◆ is_hydrogen_

bool core::scoring::mm::mmtrie::MMEnergyTableAtom::is_hydrogen_
private

Referenced by is_hydrogen().

◆ is_wat_

bool core::scoring::mm::mmtrie::MMEnergyTableAtom::is_wat_
private

Referenced by is_wat().


The documentation for this class was generated from the following files: