Rosetta
Public Member Functions | Private Attributes | List of all members
core::scoring::PDatom Class Reference

#include <SASAPotential.hh>

Inheritance diagram for core::scoring::PDatom:
Inheritance graph
[legend]

Public Member Functions

 PDatom ()
 
Size const & res () const
 
Sizenonconst_res ()
 
Size const & atom () const
 
Sizenonconst_atom ()
 
Vector const & xyz () const
 
Vectornonconst_xyz ()
 
Real const & rad () const
 
Realnonconst_rad ()
 
Real const & rad2 () const
 
Realnonconst_rad2 ()
 
std::list< PDvertexOP > & vertices ()
 

Private Attributes

Size res_
 
Size atom_
 
Real rad_
 
Real rad2_
 
Vector xyz_
 
std::list< PDvertexOPcell_vertices_
 

Constructor & Destructor Documentation

◆ PDatom()

core::scoring::PDatom::PDatom ( )
inline

Member Function Documentation

◆ atom()

Size const& core::scoring::PDatom::atom ( ) const
inline

References atom_.

◆ nonconst_atom()

Size& core::scoring::PDatom::nonconst_atom ( )
inline

References atom_.

◆ nonconst_rad()

Real& core::scoring::PDatom::nonconst_rad ( )
inline

References rad_.

◆ nonconst_rad2()

Real& core::scoring::PDatom::nonconst_rad2 ( )
inline

References rad2_.

◆ nonconst_res()

Size& core::scoring::PDatom::nonconst_res ( )
inline

References res_.

◆ nonconst_xyz()

Vector& core::scoring::PDatom::nonconst_xyz ( )
inline

References xyz_.

◆ rad()

Real const& core::scoring::PDatom::rad ( ) const
inline

References rad_.

◆ rad2()

Real const& core::scoring::PDatom::rad2 ( ) const
inline

References rad2_.

◆ res()

Size const& core::scoring::PDatom::res ( ) const
inline

References res_.

◆ vertices()

std::list< PDvertexOP >& core::scoring::PDatom::vertices ( )
inline

References cell_vertices_.

◆ xyz()

Vector const& core::scoring::PDatom::xyz ( ) const
inline

References xyz_.

Member Data Documentation

◆ atom_

Size core::scoring::PDatom::atom_
private

Referenced by atom(), and nonconst_atom().

◆ cell_vertices_

std::list< PDvertexOP > core::scoring::PDatom::cell_vertices_
private

Referenced by vertices().

◆ rad2_

Real core::scoring::PDatom::rad2_
private

Referenced by nonconst_rad2(), and rad2().

◆ rad_

Real core::scoring::PDatom::rad_
private

Referenced by nonconst_rad(), and rad().

◆ res_

Size core::scoring::PDatom::res_
private

Referenced by nonconst_res(), and res().

◆ xyz_

Vector core::scoring::PDatom::xyz_
private

Referenced by nonconst_xyz(), and xyz().


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