Rosetta
Public Member Functions | Private Attributes | List of all members
core::pose::UnrecognizedAtomRecord Class Reference

info about an atom in a unrecognized res (not in pose, but we want to remember it) More...

#include <PDBInfo.hh>

Public Member Functions

 UnrecognizedAtomRecord ()
 
 UnrecognizedAtomRecord (Size res_num, std::string const &res_name, std::string const &atom_name, numeric::xyzVector< Real > coords, Real temp)
 
core::Size const & res_num () const
 
std::string const & res_name () const
 
std::string const & atom_name () const
 
numeric::xyzVector< Real > const & coords () const
 
Real const & temp () const
 

Private Attributes

Size res_num_
 
std::string res_name_
 
std::string atom_name_
 
numeric::xyzVector< Realcoords_
 
Real temp_
 

Detailed Description

info about an atom in a unrecognized res (not in pose, but we want to remember it)

Constructor & Destructor Documentation

◆ UnrecognizedAtomRecord() [1/2]

core::pose::UnrecognizedAtomRecord::UnrecognizedAtomRecord ( )
default

◆ UnrecognizedAtomRecord() [2/2]

core::pose::UnrecognizedAtomRecord::UnrecognizedAtomRecord ( Size  res_num,
std::string const &  res_name,
std::string const &  atom_name,
numeric::xyzVector< Real coords,
Real  temp 
)
inline

Member Function Documentation

◆ atom_name()

std::string const& core::pose::UnrecognizedAtomRecord::atom_name ( ) const
inline

References atom_name_.

Referenced by core::pose::operator<<().

◆ coords()

numeric::xyzVector<Real> const& core::pose::UnrecognizedAtomRecord::coords ( ) const
inline

References coords_.

Referenced by core::pose::operator<<().

◆ res_name()

std::string const& core::pose::UnrecognizedAtomRecord::res_name ( ) const
inline

◆ res_num()

core::Size const& core::pose::UnrecognizedAtomRecord::res_num ( ) const
inline

◆ temp()

Real const& core::pose::UnrecognizedAtomRecord::temp ( ) const
inline

Member Data Documentation

◆ atom_name_

std::string core::pose::UnrecognizedAtomRecord::atom_name_
private

Referenced by atom_name().

◆ coords_

numeric::xyzVector<Real> core::pose::UnrecognizedAtomRecord::coords_
private

Referenced by coords().

◆ res_name_

std::string core::pose::UnrecognizedAtomRecord::res_name_
private

Referenced by res_name().

◆ res_num_

Size core::pose::UnrecognizedAtomRecord::res_num_
private

Referenced by res_num().

◆ temp_

Real core::pose::UnrecognizedAtomRecord::temp_
private

Referenced by temp().


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